Package ubic.basecode.ontology.jena
Class OntologyPropertyImpl
- java.lang.Object
-
- ubic.basecode.ontology.jena.AbstractOntologyResource
-
- ubic.basecode.ontology.jena.OntologyPropertyImpl
-
- All Implemented Interfaces:
Serializable
,Comparable<OntologyResource>
,OntologyProperty
,OntologyResource
- Direct Known Subclasses:
ObjectPropertyImpl
public abstract class OntologyPropertyImpl extends AbstractOntologyResource implements OntologyProperty
- Author:
- pavlidis
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
isFunctional
-
Fields inherited from class ubic.basecode.ontology.jena.AbstractOntologyResource
log
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OntologyPropertyImpl(com.hp.hpl.jena.ontology.OntProperty resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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.OntologyResource
getLabel, getScore, getUri, isObsolete
-
-
-
-
Method Detail
-
isFunctional
public boolean isFunctional()
- Specified by:
isFunctional
in interfaceOntologyProperty
- Returns:
- true if this is a FunctionalProperty
-
-