Package ubic.basecode.ontology.model
Interface OntologyClassRestriction
-
- All Superinterfaces:
Comparable<OntologyResource>
,OntologyResource
,OntologyRestriction
,OntologyTerm
public interface OntologyClassRestriction extends OntologyRestriction
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OntologyTerm
getRestrictedTo()
-
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.OntologyRestriction
getRestrictionOn
-
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
-
getRestrictedTo
OntologyTerm getRestrictedTo()
-
-