| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Method and Description |
|---|---|
OWLOntologyFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed
to by the specified document IRI.
|
OWLOntologyFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology that has a concrete representation which is pointed to
by the specified input source.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration)
Deprecated.
|
void |
OWLOntologyManager.makeLoadImportRequest(OWLImportsDeclaration declaration,
OWLOntologyLoaderConfiguration configuration)
Requests that the manager loads an imported ontology that is described by an imports statement.
|
Copyright © 2013 The University of Manchester. All Rights Reserved.