Package ubic.basecode.ontology.model
Interface AnnotationProperty
-
- All Superinterfaces:
OntologyResource
public interface AnnotationProperty extends OntologyResource
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getContents()
The value associated to this annotation as a string.String
getProperty()
A label for the property of this annotation.-
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getComment, getLabel, getLocalName, getUri, isObsolete
-
-