Package | Description |
---|---|
gate.creole.ontology |
The GATE ontology API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2024 GATE. All rights reserved.