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 ofOntologyProperty
. TODO: move this in baseCode and share some of the implementation details withOntologyTermSimple
- Author:
- poirigui
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OntologyPropertySimple(String uri, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFunctional()
-
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
-
-
-
-
Method Detail
-
isFunctional
public boolean isFunctional()
- Specified by:
isFunctional
in interfaceOntologyProperty
-
-