Package ubic.basecode.ontology.model
Interface OntologyRestriction
-
- All Superinterfaces:
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 ubic.basecode.ontology.model.OntologyResource
getComment, getLabel, getLocalName, getUri, isObsolete
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyTerm
getAlternativeIds, getAnnotation, getAnnotations, getAnnotations, getChildren, getChildren, getChildren, getIndividuals, getIndividuals, getParents, getParents, getParents, getRestrictions, getTerm, isRoot, isTermObsolete
-
-
-
-
Method Detail
-
getRestrictionOn
OntologyProperty getRestrictionOn()
-
-