Package ubic.basecode.ontology.jena
Class OntologyRestrictionImpl
- java.lang.Object
-
- ubic.basecode.ontology.jena.AbstractOntologyResource
-
- ubic.basecode.ontology.jena.OntologyTermImpl
-
- ubic.basecode.ontology.jena.OntologyRestrictionImpl
-
- All Implemented Interfaces:
Serializable
,Comparable<OntologyResource>
,OntologyResource
,OntologyRestriction
,OntologyTerm
- Direct Known Subclasses:
OntologyCardinalityRestrictionImpl
,OntologyClassRestrictionImpl
,OntologyDatatypeRestrictionImpl
public abstract class OntologyRestrictionImpl extends OntologyTermImpl implements OntologyRestriction
Represents a restriction on instances that are subclasses of this.- Author:
- Paul
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected OntologyProperty
restrictionOn
-
Fields inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
log
-
-
Constructor Summary
Constructors Constructor Description OntologyRestrictionImpl(com.hp.hpl.jena.ontology.Restriction resource, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OntologyProperty
getRestrictionOn()
-
Methods inherited from class ubic.basecode.ontology.jena.OntologyTermImpl
getAlternativeIds, getAnnotations, getChildren, getComment, getIndividuals, getLocalName, getModel, getParents, getRestrictions, getTerm, isObsolete, isRoot, isTermObsolete
-
Methods inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
compareTo, equals, getLabel, getScore, getUri, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
restrictionOn
protected OntologyProperty restrictionOn
-
-
Constructor Detail
-
OntologyRestrictionImpl
public OntologyRestrictionImpl(com.hp.hpl.jena.ontology.Restriction resource, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
-
Method Detail
-
getRestrictionOn
public OntologyProperty getRestrictionOn()
- Specified by:
getRestrictionOn
in interfaceOntologyRestriction
-
-