| Package | Description |
|---|---|
| org.semanticweb.owlapi.io | |
| org.semanticweb.owlapi.model |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDocumentSource
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 17-Nov-2007 A convenience class which will prepare an input source from a file. |
class |
IRIDocumentSource
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Apr-2007 |
class |
ReaderDocumentSource
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 17-Nov-2007 An ontology document source which reads an ontology from a reader. |
class |
StreamDocumentSource
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 15-Nov-2007 An ontology document source which can read from a stream. |
class |
StringDocumentSource
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 24-Apr-2007 |
| Modifier and Type | Method and Description |
|---|---|
protected InputSource |
AbstractOWLParser.getInputSource(OWLOntologyDocumentSource documentSource,
OWLOntologyLoaderConfiguration config) |
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 |
|---|---|
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 © 2013 The University of Manchester. All Rights Reserved.