Uses of Interface
gate.creole.ontology.LiteralOrONodeID

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

Uses of LiteralOrONodeID in gate.creole.ontology
 

Methods in gate.creole.ontology that return LiteralOrONodeID
 LiteralOrONodeID OntologyTupleQuery.nextFirst()
          Return just the first variable of a tuple.
 

Methods in gate.creole.ontology that return types with arguments of type LiteralOrONodeID
 Vector<LiteralOrONodeID> OntologyTupleQuery.next()
          Retrieve the next tuple from the query object.
 

Methods in gate.creole.ontology with parameters of type LiteralOrONodeID
 void OntologyBooleanQuery.setBinding(String varName, LiteralOrONodeID value)
          Re-assign a query variable to a new value.