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 TermAnnotationStructuredAnnotations. getTermAnnotation(int index)TermAnnotationStructuredAnnotations. setTermAnnotation(int index, TermAnnotation termAnnotation)Methods in ome.xml.model that return types with arguments of type TermAnnotation Modifier and Type Method Description java.util.List<TermAnnotation>StructuredAnnotations. copyTermAnnotationList()Methods in ome.xml.model with parameters of type TermAnnotation Modifier and Type Method Description voidStructuredAnnotations. addTermAnnotation(TermAnnotation termAnnotation)voidStructuredAnnotations. removeTermAnnotation(TermAnnotation termAnnotation)TermAnnotationStructuredAnnotations. setTermAnnotation(int index, TermAnnotation termAnnotation)Constructors in ome.xml.model with parameters of type TermAnnotation Constructor Description TermAnnotation(TermAnnotation orig)Copy constructor.
-