Package ubic.basecode.ontology.model
Interface OntologyDatatypeRestriction
-
- All Superinterfaces:
OntologyResource
,OntologyRestriction
,OntologyTerm
public interface OntologyDatatypeRestriction extends OntologyRestriction
- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>
getRestrictedTo()
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getComment, getLabel, getLocalName, getUri, isObsolete
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyRestriction
getRestrictionOn
-
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
-
getRestrictedTo
Class<?> getRestrictedTo()
-
-