| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDocumentSource
A convenience class which will prepare an input source from a file.
|
class |
GZipFileDocumentSource
An ontology document source which can read from a GZIP File.
|
class |
GZipStreamDocumentSource
An ontology document source which can read from a GZIP stream.
|
class |
IRIDocumentSource |
class |
ReaderDocumentSource
An ontology document source which reads an ontology from a reader.
|
class |
StreamDocumentSource
An ontology document source which can read from a stream.
|
class |
StringDocumentSource
An ontology input source that wraps a string.
|
| Modifier and Type | Method and Description |
|---|---|
protected InputSource |
AbstractOWLParser.getInputSource(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config) |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology)
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology. |
OWLOntologyFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration)
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLOntologyFactory.canLoad(OWLOntologyDocumentSource documentSource)
Determines if the factory can load an ontology for the specified input
souce.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource)
A convenience method that load an ontology from an input source.
|
OWLOntology |
OWLOntologyManager.loadOntologyFromOntologyDocument(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config)
A convenience method that load an ontology from an input source with
specified configuration.
|
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler)
Creates and loads an
OWLOntology. |
OWLOntology |
OWLOntologyFactory.loadOWLOntology(OWLOntologyDocumentSource documentSource,
OWLOntologyFactory.OWLOntologyCreationHandler handler,
OWLOntologyLoaderConfiguration configuration)
Creates and loads an
OWLOntology. |
Copyright © 2014 The University of Manchester. All Rights Reserved.