Package ubic.basecode.ontology.jena
Class OntologyClassRestrictionImpl
- java.lang.Object
-
- ubic.basecode.ontology.jena.AbstractOntologyResource
-
- ubic.basecode.ontology.jena.OntologyTermImpl
-
- ubic.basecode.ontology.jena.OntologyRestrictionImpl
-
- ubic.basecode.ontology.jena.OntologyClassRestrictionImpl
-
- All Implemented Interfaces:
Serializable
,Comparable<OntologyResource>
,OntologyClassRestriction
,OntologyResource
,OntologyRestriction
,OntologyTerm
public class OntologyClassRestrictionImpl extends OntologyRestrictionImpl implements OntologyClassRestriction
- Author:
- pavlidis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.jena.OntologyRestrictionImpl
restrictionOn
-
Fields inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
log
-
-
Constructor Summary
Constructors Constructor Description OntologyClassRestrictionImpl(com.hp.hpl.jena.ontology.Restriction term, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OntologyTerm
getRestrictedTo()
String
toString()
-
Methods inherited from class ubic.basecode.ontology.jena.OntologyRestrictionImpl
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
-
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.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
-
-
-
-
Constructor Detail
-
OntologyClassRestrictionImpl
public OntologyClassRestrictionImpl(com.hp.hpl.jena.ontology.Restriction term, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
-
Method Detail
-
getRestrictedTo
public OntologyTerm getRestrictedTo()
- Specified by:
getRestrictedTo
in interfaceOntologyClassRestriction
-
toString
public String toString()
- Overrides:
toString
in classAbstractOntologyResource
-
-