Class OntologyPropertySimple

java.lang.Object
ubic.basecode.ontology.simple.AbstractOntologyResourceSimple
ubic.basecode.ontology.simple.OntologyPropertySimple
All Implemented Interfaces:
Serializable, OntologyProperty, OntologyResource

public class OntologyPropertySimple extends AbstractOntologyResourceSimple implements OntologyProperty
Simple in-memory implementation of OntologyProperty.
Author:
poirigui
See Also:
  • Constructor Details

    • OntologyPropertySimple

      public OntologyPropertySimple(@Nullable String uri, @Nullable String label)
    • OntologyPropertySimple

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