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 String
getLabel()
A label, if known, otherwise null.Double
getScore()
If this is result from a free-text search, a corresponding score, otherwise null.String
getUri()
A URI if known, otherwise null.boolean
isObsolete()
Whether the resource is marked as obsolete.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-