Uses of Interface
ubic.basecode.ontology.model.AnnotationProperty
-
Packages that use AnnotationProperty Package Description ubic.basecode.ontology.jena ubic.basecode.ontology.model -
-
Uses of AnnotationProperty in ubic.basecode.ontology.jena
Classes in ubic.basecode.ontology.jena that implement AnnotationProperty Modifier and Type Class Description class
AnnotationPropertyImpl
Note that this is a concrete instance of the annotation.Methods in ubic.basecode.ontology.jena that return types with arguments of type AnnotationProperty Modifier and Type Method Description Collection<AnnotationProperty>
OntologyTermImpl. getAnnotations()
-
Uses of AnnotationProperty in ubic.basecode.ontology.model
Methods in ubic.basecode.ontology.model that return types with arguments of type AnnotationProperty Modifier and Type Method Description Collection<AnnotationProperty>
OntologyTerm. getAnnotations()
Collection<AnnotationProperty>
OntologyTermSimple. getAnnotations()
-