| Package | Description |
|---|---|
| Controler | |
| onthology |
| Modifier and Type | Method and Description |
|---|---|
long |
Ontology.instanceGeneratorProcedure(java.io.File inputFile,
java.io.File outputFile,
long minInstances,
long maxInstances,
boolean useMaterialization,
int numberOfThread)
Launch the Generation of the instances, by taking into account the
different parameters.
|
void |
Ontology.loadOntologyFromFile(java.io.File f)
This function uses OWLAPI to load an ontology from a specified file
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWL.loadOntologyFomDocument(java.io.InputStream is)
Load an ontology from the specified stream
|
void |
OWL.loadOntologyFromDocument(java.io.File f)
Load an ontology from the specified file
|
void |
OWL.loadOntologyFromDocument(org.semanticweb.owlapi.model.IRI iri)
Load an ontology from the specified IRI
|