| Modifier and Type | Class and Description |
|---|---|
class |
KRSS2OntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KRSSOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LatexAxiomsListOntologyFormat
Deprecated.
|
class |
LatexOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ManchesterOWLSyntaxOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OBOOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OBO12DocumentFormat
Author: Matthew Horridge
The University Of Manchester Bio-Health Informatics Group Date: 10-Jan-2007 |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OBO12DocumentFormatFactory.createFormat() |
OWLDocumentFormat |
OBO12DocumentFormatFactory.get() |
| Modifier and Type | Class and Description |
|---|---|
class |
TurtleOntologyFormat
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelFunctionalFormat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LabelFunctionalSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
DLSyntaxOWLParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DLSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
boolean |
DLSyntaxHTMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixDocumentFormat
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
interface |
RDFDocumentFormat
An RDF OWL Document Format.
|
| Modifier and Type | Class and 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 PrefixOWLDocumentFormat delegates all PrefixManager operations to a
PrefixManager implementation.
|
class |
RDFXMLDocumentFormat |
class |
TurtleDocumentFormat |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
TurtleDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
RDFXMLDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
OWLXMLDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
OBODocumentFormatFactory.createFormat() |
OWLDocumentFormat |
ManchesterSyntaxDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
LatexDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
LatexAxiomsListDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
LabelFunctionalDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
KRSSDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
KRSS2DocumentFormatFactory.createFormat() |
OWLDocumentFormat |
FunctionalSyntaxDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
DLSyntaxHTMLDocumentFormatFactory.createFormat() |
OWLDocumentFormat |
DLSyntaxDocumentFormatFactory.createFormat() |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLFunctionalSyntaxOWLParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FunctionalSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLFunctionalSyntaxOntologyFormat
Deprecated.
|
class |
OWLXMLOntologyFormat
Deprecated.
|
class |
RDFXMLOntologyFormat
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDocumentFormat |
OWLParser.parse(IRI documentIRI,
OWLOntology ontology)
Parses the ontology with a concrete representation available at
documentIRI and adds
its axioms to 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. |
| Modifier and Type | Method and Description |
|---|---|
Optional<OWLDocumentFormat> |
OWLOntologyDocumentSourceBase.getFormat() |
default Optional<OWLDocumentFormat> |
OWLOntologyDocumentSource.getFormat() |
| Constructor and 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(IRI iri,
OWLDocumentFormat format,
String mime)
Constructs an ontology input source using the specified file.
|
OWLOntologyDocumentSourceBase(String iriPrefix,
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.
|
StreamDocumentSource(InputStream stream,
String prefix,
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.
|
StringDocumentSource(String string,
String prefix,
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 and Description |
|---|---|
OWLDocumentFormat |
KRSSOWLParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
KRSS2OWLParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
KRSSSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
boolean |
KRSS2SyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
boolean |
KRSS2OWLSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LatexStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
ManchesterOWLSyntaxOntologyParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManchesterSyntaxStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Constructor and Description |
|---|
ManchesterOWLSyntaxPrefixNameShortFormProvider(OWLDocumentFormat format)
Constructs a short form provider that reuses any prefix name mappings
from the specified ontology format.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLOntologyFormat
Deprecated.
this interface is here only to help with backwards compatibility
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDocumentFormatImpl
Represents the concrete representation format of an ontology.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLDocumentFormatFactory.createFormat()
Create a new format.
|
default OWLDocumentFormat |
OWLOntology.getFormat() |
default OWLDocumentFormat |
OWLOntology.getNonnullFormat()
Gets the ontology format for this ontology, ensuring it is not null (an error is thrown if
the ontology has no format).
|
default OWLDocumentFormat |
OWLOntologyManager.getNonnullOntologyFormat(OWLOntology ontology)
Gets the ontology format for the specified ontology, ensuring it is not null (an error is
thrown if the ontology has no format).
|
OWLDocumentFormat |
OWLOntologyManager.getOntologyFormat(OWLOntology ontology)
Gets the ontology format for the specified ontology.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat)
Determines if this storer can store an ontology in the specified ontology
format.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat)
Saves the ontology in the specified ontology format to its document URI.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
IRI documentIRI)
Saves the ontology to the specified document IRI in the specified ontology format.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OutputStream outputStream)
Saves the ontology to the specified output stream in the specified ontology format.
|
default void |
OWLOntology.saveOntology(OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget)
Saves the ontology to the specified output target in the specified ontology format.
|
default 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,
IRI documentIRI)
Saves the specified ontology to the specified document IRI in the specified ontology format.
|
default 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.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat ontologyFormat)
Sets the format for the specified ontology.
|
void |
OWLOntologyFactory.OWLOntologyCreationHandler.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat format) |
void |
OWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat)
Stores an ontology to the specified ontology document IRI in the
specified format.
|
void |
OWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat format)
Stores an ontology to the specified target.
|
| Constructor and Description |
|---|
OWLStorerNotFoundException(OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OBOFormatOWLAPIParser.parse(OWLOntologyDocumentSource source,
OWLOntology in,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OBOFormatStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
static void |
OBOFormatRenderer.render(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OWLXMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
static void |
OWLXMLRenderer.render(OWLOntology ontology,
PrintWriter writer,
OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static IRI |
AbsoluteIRIHelper.verifyAbsolute(IRI iri,
OWLDocumentFormat f,
OWLOntology o) |
| Constructor and Description |
|---|
AbstractTranslator(OWLOntologyManager manager,
OWLOntology ontology,
OWLDocumentFormat format,
boolean useStrongTyping,
IndividualAppearance multiple,
Set<OWLAxiom> translatedAxioms) |
RDFTranslator(OWLOntologyManager manager,
OWLOntology ontology,
OWLDocumentFormat format,
boolean useStrongTyping,
IndividualAppearance occurrences,
AxiomAppearance axiomOccurrences,
AtomicInteger counter,
Map<Object,Integer> blankNodeMap,
Set<OWLAxiom> translatedAxioms) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
RDFXMLParser.parse(OWLOntologyDocumentSource documentSource,
OWLOntology ontology,
OWLOntologyLoaderConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RDFXMLStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Constructor and Description |
|---|
OWLOntologyXMLNamespaceManager(OWLOntology ontology,
OWLDocumentFormat format) |
RDFXMLNamespaceManager(OWLOntology ontology,
OWLDocumentFormat format) |
RDFXMLRenderer(OWLOntology ontology,
PrintWriter w,
OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
TurtleOntologyParser.parse(OWLOntologyDocumentSource source,
OWLOntology ontology,
OWLOntologyLoaderConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TurtleStorer.canStoreOntology(OWLDocumentFormat ontologyFormat) |
| Constructor and Description |
|---|
TurtleRenderer(OWLOntology ontology,
Writer writer,
OWLDocumentFormat format) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLDocumentFormatFactoryImpl.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
IRI documentIRI,
OWLDocumentFormat ontologyFormat) |
void |
AbstractOWLStorer.storeOntology(OWLOntology ontology,
OWLOntologyDocumentTarget target,
OWLDocumentFormat format) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrefixOWLOntologyFormat
Deprecated.
use PrefixDocumentFormat instead
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<String> |
Extensions.getCommonExtensions(Class<? extends OWLDocumentFormat> format) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
OWLOntologyManagerImpl.getOntologyFormat(OWLOntology ontology) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
IRI documentIRI) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OutputStream outputStream) |
void |
OWLOntologyManagerImpl.saveOntology(OWLOntology ontology,
OWLDocumentFormat ontologyFormat,
OWLOntologyDocumentTarget documentTarget) |
void |
OWLOntologyManagerImpl.setOntologyFormat(OWLOntology ontology,
OWLDocumentFormat ontologyFormat) |
| Modifier and Type | Method and Description |
|---|---|
OWLDocumentFormat |
ConcurrentOWLOntologyImpl.getFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
IRI iri) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OutputStream outputStream) |
void |
ConcurrentOWLOntologyImpl.saveOntology(OWLDocumentFormat owlDocumentFormat,
OWLOntologyDocumentTarget owlOntologyDocumentTarget) |
| Modifier and Type | Class and Description |
|---|---|
class |
DLSyntaxHTMLOntologyFormat
Deprecated.
|
class |
DLSyntaxOntologyFormat
Deprecated.
|
Copyright © 2020 The University of Manchester. All rights reserved.