Uses of Interface
gate.creole.ontology.ONodeID

Packages that use ONodeID
gate.creole.ontology The GATE ontology API. 
 

Uses of ONodeID in gate.creole.ontology
 

Subinterfaces of ONodeID in gate.creole.ontology
 interface OBNodeID
          An object representing an ontology node ID.
 interface OURI
          Interface for objects representing an URI.
 

Classes in gate.creole.ontology that implement ONodeID
 class URI
          Deprecated. Use OURI objects and the Ontology factory methods for creating them instead.
 

Methods in gate.creole.ontology that return ONodeID
 ONodeID LiteralOrONodeID.getONodeID()
          Get the ONodeID object if this object represents a node ID.
 ONodeID OResource.getONodeID()
           
 

Methods in gate.creole.ontology with parameters of type ONodeID
 int ONodeID.compareTo(ONodeID other)
           
 int URI.compareTo(ONodeID other)
          Deprecated.  
 boolean Ontology.containsOClass(ONodeID theURI)
          Checks whether a class with the specified URI or blank node ID exists in the ontology.
 OClass Ontology.getOClass(ONodeID theClassID)
          Retrieves a both named classes and anonymous classes and retrictions that match either the URI or the blank node identifier represented by ONodeID
 void OntologyTupleQuery.setBinding(String varName, ONodeID value)
          Set the binding of a query variable to a new value.