Uses of Class
gate.creole.ontology.OConstants.QueryLanguage

Packages that use OConstants.QueryLanguage
gate.creole.ontology The GATE ontology API. 
 

Uses of OConstants.QueryLanguage in gate.creole.ontology
 

Methods in gate.creole.ontology that return OConstants.QueryLanguage
static OConstants.QueryLanguage OConstants.QueryLanguage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OConstants.QueryLanguage[] OConstants.QueryLanguage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gate.creole.ontology with parameters of type OConstants.QueryLanguage
 OntologyBooleanQuery Ontology.createBooleanQuery(String theQuery, OConstants.QueryLanguage queryLanguage)
          This method creates a OntologyBooleanQuery object and passes on the specified query string and the specified query language.
 OntologyTupleQuery Ontology.createTupleQuery(String theQuery, OConstants.QueryLanguage queryLanguage)
          This method creates a OntologyTupleQuery object and passes on the specified query string in the specified query language.