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 Details

    • OntologyPropertySimple

      public OntologyPropertySimple(@Nullable String uri, String label)
      Parameters:
      uri - an URI or null if this is a free-text property
      label - a label for the property
  • Method Details