|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OConstants.OntologyFormat | |
|---|---|
| gate.creole.ontology | The GATE ontology API. |
| Uses of OConstants.OntologyFormat in gate.creole.ontology |
|---|
| Methods in gate.creole.ontology that return OConstants.OntologyFormat | |
|---|---|
static OConstants.OntologyFormat |
OConstants.OntologyFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OConstants.OntologyFormat[] |
OConstants.OntologyFormat.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.OntologyFormat | |
|---|---|
void |
Ontology.readOntologyData(InputStream in,
String baseURI,
OConstants.OntologyFormat format,
boolean asImport)
Read ontology data from the specified stream in the specified format and load it into the ontology. |
void |
Ontology.readOntologyData(Reader in,
String baseURI,
OConstants.OntologyFormat format,
boolean asImport)
Read ontology data from the specified reader in the specified format and load it into the ontology. |
void |
Ontology.writeOntologyData(OutputStream out,
OConstants.OntologyFormat format,
boolean includeExports)
Write the ontology data to the provided output stream in the specified serialization format. |
void |
Ontology.writeOntologyData(Writer out,
OConstants.OntologyFormat format,
boolean includeExports)
Write the ontology data to the provided writer in the specified serialization format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||