Package ubic.basecode.ontology.model
Interface OntologyResource
-
- All Superinterfaces:
Comparable<OntologyResource>
- All Known Subinterfaces:
AnnotationProperty,DatatypeProperty,ObjectProperty,OntologyCardinalityRestriction,OntologyClassRestriction,OntologyDatatypeRestriction,OntologyIndividual,OntologyProperty,OntologyRestriction,OntologyTerm
- All Known Implementing Classes:
OntologyTermSimple
public interface OntologyResource extends Comparable<OntologyResource>
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetComment()A comment for the resource, if available, otherwise null.StringgetLabel()A label, if known, otherwise null.StringgetLocalName()A local name for this resource.DoublegetScore()If this is result from a free-text search, a corresponding score, otherwise null.StringgetUri()A URI if known, otherwise null.booleanisObsolete()Whether the resource is marked as obsolete.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getLocalName
String getLocalName()
A local name for this resource.
-
isObsolete
boolean isObsolete()
Whether the resource is marked as obsolete.
-
-