Package ubic.basecode.ontology.jena
Class ObjectPropertyImpl
- java.lang.Object
-
- ubic.basecode.ontology.jena.AbstractOntologyResource
-
- ubic.basecode.ontology.jena.OntologyPropertyImpl
-
- ubic.basecode.ontology.jena.ObjectPropertyImpl
-
- All Implemented Interfaces:
Serializable
,Comparable<OntologyResource>
,ObjectProperty
,OntologyProperty
,OntologyResource
public class ObjectPropertyImpl extends OntologyPropertyImpl implements ObjectProperty
- Author:
- pavlidis
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.basecode.ontology.jena.OntologyPropertyImpl
isFunctional
-
Fields inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
log
-
-
Constructor Summary
Constructors Constructor Description ObjectPropertyImpl(com.hp.hpl.jena.ontology.ObjectProperty resource, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<OntologyTerm>
getRange()
-
Methods inherited from class ubic.basecode.ontology.jena.OntologyPropertyImpl
isFunctional
-
Methods inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
compareTo, equals, getLabel, getScore, getUri, hashCode, isObsolete, 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.OntologyProperty
isFunctional
-
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getLabel, getScore, getUri, isObsolete
-
-
-
-
Constructor Detail
-
ObjectPropertyImpl
public ObjectPropertyImpl(com.hp.hpl.jena.ontology.ObjectProperty resource, Set<com.hp.hpl.jena.ontology.Restriction> additionalRestrictions)
-
-
Method Detail
-
getRange
public Collection<OntologyTerm> getRange()
- Specified by:
getRange
in interfaceObjectProperty
-
-