Uses of Interface
ubic.basecode.ontology.model.AnnotationProperty
-
Packages that use AnnotationProperty Package Description ubic.basecode.ontology.model -
-
Uses of AnnotationProperty in ubic.basecode.ontology.model
Methods in ubic.basecode.ontology.model that return AnnotationProperty Modifier and Type Method Description AnnotationProperty
OntologyTerm. getAnnotation(String propertyUri)
Obtain an annotation by property URI.AnnotationProperty
OntologyTermSimple. getAnnotation(String propertyUri)
Methods in ubic.basecode.ontology.model that return types with arguments of type AnnotationProperty Modifier and Type Method Description Collection<AnnotationProperty>
OntologyTerm. getAnnotations()
Obtain all annotations for this term.Collection<AnnotationProperty>
OntologyTerm. getAnnotations(String propertyUri)
Obtain all the annotations for a given property URI.Collection<AnnotationProperty>
OntologyTermSimple. getAnnotations()
Collection<AnnotationProperty>
OntologyTermSimple. getAnnotations(String propertyUri)
-