Modifier and Type | Method | Description |
---|---|---|
boolean |
LabelFunctionalSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
DLSyntaxOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
DLSyntaxHTMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
|
boolean |
DLSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Modifier and Type | Interface | Description |
---|---|---|
interface |
PrefixDocumentFormat |
A PrefixOWLOntologyFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
interface |
RDFDocumentFormat |
An RDF OWL Document Format.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractRDFNonPrefixDocumentFormat |
An abstract base class for RDF Document Formats that are not prefix aware.
|
class |
AbstractRDFPrefixDocumentFormat |
An Abstract Document Format for Prefix aware RDF formats.
|
class |
DLSyntaxDocumentFormat |
|
class |
DLSyntaxHTMLDocumentFormat |
|
class |
FunctionalSyntaxDocumentFormat |
|
class |
KRSS2DocumentFormat |
|
class |
KRSSDocumentFormat |
|
class |
LabelFunctionalDocumentFormat |
Format for serializing an OWL ontology in a functional syntax format and
labels instead of identifiers.
|
class |
LatexAxiomsListDocumentFormat |
|
class |
LatexDocumentFormat |
|
class |
ManchesterSyntaxDocumentFormat |
|
class |
OBODocumentFormat |
|
class |
OWLXMLDocumentFormat |
|
class |
PrefixDocumentFormatImpl |
A PrefixOWLOntologyFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
class |
RDFXMLDocumentFormat |
|
class |
TurtleDocumentFormat |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
DLSyntaxDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
DLSyntaxHTMLDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
FunctionalSyntaxDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
KRSS2DocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
KRSSDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
LabelFunctionalDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
LatexAxiomsListDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
LatexDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
ManchesterSyntaxDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
OBODocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
OWLXMLDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
RDFXMLDocumentFormatFactory.createFormat() |
|
OWLDocumentFormat |
TurtleDocumentFormatFactory.createFormat() |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLFunctionalSyntaxOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
FunctionalSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLOntologyDocumentSource.getFormat() |
|
OWLDocumentFormat |
OWLOntologyDocumentSourceBase.getFormat() |
|
OWLDocumentFormat |
AbstractOWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
|
OWLDocumentFormat |
OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Parses the ontology with a concrete representation in
documentSource and adds its axioms to ontology . |
OWLDocumentFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology) |
Parses the ontology with a concrete representation available at
documentIRI and adds its axioms to ontology . |
Constructor | Description |
---|---|
FileDocumentSource(File file,
OWLDocumentFormat format) |
Constructs an ontology input source using the specified file.
|
FileDocumentSource(File file,
OWLDocumentFormat format,
String mime) |
Constructs an ontology input source using the specified file.
|
GZipFileDocumentSource(File stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified file.
|
GZipStreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
IRIDocumentSource(IRI documentIRI,
OWLDocumentFormat format,
String mime) |
|
OWLOntologyDocumentSourceBase(OWLDocumentFormat format,
String mime) |
Constructs an ontology input source using the specified file.
|
ReaderDocumentSource(Reader reader,
IRI iri,
OWLDocumentFormat f,
String mime) |
Constructs and ontology input source which will read an ontology from a
reader.
|
StreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat f,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StreamDocumentSourceBase(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StreamDocumentSourceBase(Reader stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
StringDocumentSource(String string,
IRI documentIRI,
OWLDocumentFormat f,
String mime) |
Specifies a string as an ontology document.
|
XZFileDocumentSource(File stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified file.
|
XZStreamDocumentSource(InputStream stream,
IRI documentIRI,
OWLDocumentFormat format,
String mime) |
Constructs an input source which will read an ontology from a
representation from the specified stream.
|
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
KRSSOWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
KRSS2OWLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
KRSS2OWLSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
|
boolean |
KRSS2SyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
|
boolean |
KRSSSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
LatexStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
ManchesterSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Constructor | Description |
---|---|
ManchesterOWLSyntaxPrefixNameShortFormProvider(OWLDocumentFormat format) |
Constructs a short form provider that reuses any prefix name mappings
from the specified ontology format.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OWLDocumentFormatImpl |
Represents the concrete representation format of an ontology.
|
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLDocumentFormatFactory.createFormat() |
Create a new format.
|
OWLDocumentFormat |
OWLOntologyManager.getOntologyFormat(OWLOntology ontology) |
Gets the ontology format for the specified ontology.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
OWLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Determines if this storer can store an ontology in the specified ontology
format.
|
void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat) |
Saves the ontology in the specified ontology format to its document URI.
|
void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
Saves the ontology to the specified output stream in the specified ontology format.
|
void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
Saves the ontology to the specified output target in the specified ontology format.
|
void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
Saves the ontology to the specified document IRI in the specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
Saves the specified ontology in the specified ontology format to its
document URI.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
Saves the specified ontology to the specified output stream in the
specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
Saves the specified ontology to the specified output target in the
specified ontology format.
|
void |
OWLOntologyManager.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
Saves the specified ontology to the specified document IRI in the
specified ontology format.
|
void |
OWLOntologyFactory.OWLOntologyCreationHandler.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat format) |
|
void |
OWLOntologyManager.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
Sets the format for the specified ontology.
|
void |
OWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat format) |
Stores an ontology to the specified target.
|
void |
OWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat) |
Stores an ontology to the specified ontology document IRI in the
specified format.
|
Constructor | Description |
---|---|
OWLStorerNotFoundException(OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OBOFormatOWLAPIParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
|
OWLDocumentFormat |
OBOFormatOWLAPIParser.parse(IRI documentIRI,
OWLOntology ontology) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
OBOFormatStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
|
static void |
OBOFormatRenderer.render(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
OWLXMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
|
static void |
OWLXMLRenderer.render(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
RDFXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
RDFXMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Constructor | Description |
---|---|
OWLOntologyXMLNamespaceManager(OWLOntology ontology,
OWLDocumentFormat format) |
|
RDFXMLNamespaceManager(OWLOntology ontology,
OWLDocumentFormat format) |
|
RDFXMLRenderer(OWLOntology ontology,
Writer w,
OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
TurtleOntologyParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
TurtleStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
Constructor | Description |
---|---|
TurtleRenderer(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLDocumentFormatFactoryImpl.get() |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat format) |
|
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
static Iterable<String> |
Extensions.getCommonExtensions(Class<? extends OWLDocumentFormat> format) |
Modifier and Type | Method | Description |
---|---|---|
OWLDocumentFormat |
OWLOntologyManagerImpl.getOntologyFormat(OWLOntology ontology) |
Modifier and Type | Method | Description |
---|---|---|
void |
OWLImmutableOntologyImpl.saveOntology(OWLDocumentFormat ontologyFormat) |
|
void |
OWLImmutableOntologyImpl.saveOntology(OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
|
void |
OWLImmutableOntologyImpl.saveOntology(OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
|
void |
OWLImmutableOntologyImpl.saveOntology(OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
|
void |
OWLOntologyManagerImpl.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
Modifier and Type | Method | Description |
---|---|---|
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat) |
|
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OutputStream outputStream) |
|
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OWLOntologyDocumentTarget owlOntologyDocumentTarget) |
|
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
IRI iri) |
Copyright © 2018 The University of Manchester. All rights reserved.