Uses of Interface
ubic.basecode.ontology.model.AnnotationProperty
-
Packages that use AnnotationProperty Package Description ubic.basecode.ontology.model ubic.basecode.ontology.simple Simple ontology implementation. -
-
Uses of AnnotationProperty in ubic.basecode.ontology.model
Methods in ubic.basecode.ontology.model that return AnnotationProperty Modifier and Type Method Description AnnotationPropertyOntologyTerm. getAnnotation(String propertyUri)Obtain an annotation by property URI.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. -
Uses of AnnotationProperty in ubic.basecode.ontology.simple
Methods in ubic.basecode.ontology.simple that return AnnotationProperty Modifier and Type Method Description AnnotationPropertyOntologyTermSimple. getAnnotation(String propertyUri)Methods in ubic.basecode.ontology.simple that return types with arguments of type AnnotationProperty Modifier and Type Method Description Collection<AnnotationProperty>OntologyTermSimple. getAnnotations()Collection<AnnotationProperty>OntologyTermSimple. getAnnotations(String propertyUri)
-