Package ubic.basecode.ontology.model
Interface OntologyResource
- All Known Subinterfaces:
AnnotationProperty,DatatypeProperty,ObjectProperty,OntologyCardinalityRestriction,OntologyClassRestriction,OntologyDatatypeRestriction,OntologyIndividual,OntologyProperty,OntologyRestriction,OntologyTerm
- All Known Implementing Classes:
AbstractOntologyResourceSimple,OntologyIndividualSimple,OntologyPropertySimple,OntologyTermSimple
public interface OntologyResource
- Author:
- pavlidis
-
Method Details
-
getUri
A URI if known, otherwise null. -
getLocalName
A local name for this resource. -
getLabel
A label, if known, otherwise null. -
getComment
A comment for the resource, if available, otherwise null. -
isObsolete
boolean isObsolete()Whether the resource is marked as obsolete.
-