Uses of Interface
org.biojava.nbio.ontology.utils.Annotation
Packages that use Annotation
-
Uses of Annotation in org.biojava.nbio.ontology
Methods in org.biojava.nbio.ontology that return AnnotationModifier and TypeMethodDescriptionIntegerOntology.IntTerm.getAnnotation()
OntologyTerm.Impl.getAnnotation()
RemoteTerm.Impl.getAnnotation()
Term.Impl.getAnnotation()
Triple.Impl.getAnnotation()
Methods in org.biojava.nbio.ontology with parameters of type Annotation -
Uses of Annotation in org.biojava.nbio.ontology.utils
Classes in org.biojava.nbio.ontology.utils that implement AnnotationModifier and TypeClassDescriptionclass
A utility class to ease the problem of implementing an Annotation to that of providing an apropreate implementation of Map.class
Annotation that is optimized for memory usage.Fields in org.biojava.nbio.ontology.utils declared as AnnotationModifier and TypeFieldDescriptionstatic final Annotation
Annotation.EMPTY_ANNOTATION
A really useful empty and immutable annotation object.Methods in org.biojava.nbio.ontology.utils that return AnnotationModifier and TypeMethodDescriptionAnnotatable.getAnnotation()
Should return the associated annotation object.Constructors in org.biojava.nbio.ontology.utils with parameters of type AnnotationModifierConstructorDescriptionprotected
Copy-constructor.Return a new SmallAnnotation that copies all values from another annoation.