Uses of Class
ome.xml.model.TermAnnotation
-
Packages that use TermAnnotation Package Description ome.xml.model -
-
Uses of TermAnnotation in ome.xml.model
Methods in ome.xml.model that return TermAnnotation Modifier and Type Method Description TermAnnotation
StructuredAnnotations. getTermAnnotation(int index)
TermAnnotation
StructuredAnnotations. setTermAnnotation(int index, TermAnnotation termAnnotation)
Methods in ome.xml.model that return types with arguments of type TermAnnotation Modifier and Type Method Description List<TermAnnotation>
StructuredAnnotations. copyTermAnnotationList()
Methods in ome.xml.model with parameters of type TermAnnotation Modifier and Type Method Description void
StructuredAnnotations. addTermAnnotation(TermAnnotation termAnnotation)
void
StructuredAnnotations. removeTermAnnotation(TermAnnotation termAnnotation)
TermAnnotation
StructuredAnnotations. setTermAnnotation(int index, TermAnnotation termAnnotation)
Constructors in ome.xml.model with parameters of type TermAnnotation Constructor Description TermAnnotation(TermAnnotation orig)
Copy constructor.
-