Package ubic.gemma.core.ontology
Class OntologyPropertySimple
java.lang.Object
ubic.gemma.core.ontology.AbstractOntologyResourceSimple
ubic.gemma.core.ontology.OntologyPropertySimple
- All Implemented Interfaces:
Serializable
,OntologyProperty
,OntologyResource
public class OntologyPropertySimple
extends AbstractOntologyResourceSimple
implements OntologyProperty
Simple in-memory implementation of
OntologyProperty
.
TODO: move this in baseCode and share some of the implementation details with OntologyTermSimple
- Author:
- poirigui
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ubic.gemma.core.ontology.AbstractOntologyResourceSimple
equals, getComment, getLabel, getLocalName, getUri, hashCode, isObsolete
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ubic.basecode.ontology.model.OntologyResource
getComment, getLabel, getLocalName, getUri, isObsolete
-
Constructor Details
-
OntologyPropertySimple
- Parameters:
uri
- an URI or null if this is a free-text propertylabel
- a label for the property
-
-
Method Details
-
isFunctional
public boolean isFunctional()- Specified by:
isFunctional
in interfaceOntologyProperty
-