Package ubic.basecode.ontology.model
Interface OntologyCardinalityRestriction
-
- All Superinterfaces:
OntologyResource
,OntologyRestriction
,OntologyTerm
public interface OntologyCardinalityRestriction extends OntologyRestriction
- Author:
- pavlidis
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
OntologyCardinalityRestriction.CardinalityType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getCardinality()
OntologyCardinalityRestriction.CardinalityType
getCardinalityType()
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getComment, getLabel, getLocalName, getUri, isObsolete, unwrap
-
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
-
getCardinality
int getCardinality()
-
getCardinalityType
OntologyCardinalityRestriction.CardinalityType getCardinalityType()
-
-