Package ubic.basecode.ontology.model
Interface OntologyRestriction
-
- All Superinterfaces:
Comparable<OntologyResource>
,OntologyResource
,OntologyTerm
- All Known Subinterfaces:
OntologyCardinalityRestriction
,OntologyClassRestriction
,OntologyDatatypeRestriction
public interface OntologyRestriction extends OntologyTerm
Note: this only handle 'someof' and 'allof' restrictions, not cardinality.- Author:
- Paul
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OntologyProperty
getRestrictionOn()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getLabel, getScore, getUri, isObsolete
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyTerm
getAlternativeIds, getAnnotations, getChildren, getChildren, getChildren, getComment, getIndividuals, getIndividuals, getLocalName, getModel, getParents, getParents, getParents, getRestrictions, getTerm, isRoot, isTermObsolete
-
-
-
-
Method Detail
-
getRestrictionOn
OntologyProperty getRestrictionOn()
-
-