Uses of Interface
org.semanticweb.owlapi.model.OWLDocumentFormat
Packages that use OWLDocumentFormat
Package
Description
Formats package.
Ontology parsing and saving classes.
Main API classes.
Utilities package.
Vocabulary package.
-
Uses of OWLDocumentFormat in org.semanticweb.owlapi.formats
Subinterfaces of OWLDocumentFormat in org.semanticweb.owlapi.formatsModifier and TypeInterfaceDescriptioninterface
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.interface
An RDF OWL Document Format.Classes in org.semanticweb.owlapi.formats that implement OWLDocumentFormatModifier and TypeClassDescriptionclass
An abstract base class for RDF Document Formats that are not prefix aware.class
An Abstract Document Format for Prefix aware RDF formats.class
class
class
class
class
class
Format for serializing an OWL ontology in a functional syntax format and labels instead of identifiers.class
class
class
class
class
class
A PrefixOWLDocumentFormat delegates all PrefixManager operations to a PrefixManager implementation.class
class
Methods in org.semanticweb.owlapi.formats that return OWLDocumentFormatModifier and TypeMethodDescriptionDLSyntaxDocumentFormatFactory.createFormat()
DLSyntaxHTMLDocumentFormatFactory.createFormat()
FunctionalSyntaxDocumentFormatFactory.createFormat()
KRSS2DocumentFormatFactory.createFormat()
KRSSDocumentFormatFactory.createFormat()
LabelFunctionalDocumentFormatFactory.createFormat()
LatexAxiomsListDocumentFormatFactory.createFormat()
LatexDocumentFormatFactory.createFormat()
ManchesterSyntaxDocumentFormatFactory.createFormat()
OBODocumentFormatFactory.createFormat()
OWLXMLDocumentFormatFactory.createFormat()
RDFXMLDocumentFormatFactory.createFormat()
TurtleDocumentFormatFactory.createFormat()
-
Uses of OWLDocumentFormat in org.semanticweb.owlapi.io
Methods in org.semanticweb.owlapi.io that return OWLDocumentFormatModifier and TypeMethodDescriptionOWLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) Parses the ontology with a concrete representation indocumentSource
and adds its axioms toontology
.default OWLDocumentFormat
OWLParser.parse
(IRI documentIRI, OWLOntology ontology) Parses the ontology with a concrete representation available atdocumentIRI
and adds its axioms toontology
.Methods in org.semanticweb.owlapi.io that return types with arguments of type OWLDocumentFormatModifier and TypeMethodDescriptiondefault Optional<OWLDocumentFormat>
OWLOntologyDocumentSource.getFormat()
OWLOntologyDocumentSourceBase.getFormat()
Constructors in org.semanticweb.owlapi.io with parameters of type OWLDocumentFormatModifierConstructorDescriptionFileDocumentSource
(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
(String iriPrefix, OWLDocumentFormat format, String mime) Constructs an ontology input source using the specified file.OWLOntologyDocumentSourceBase
(IRI iri, 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, String prefix, OWLDocumentFormat f, String mime) Constructs an input source which will read an ontology from a representation from the specified stream.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, String prefix, OWLDocumentFormat f, String mime) Specifies a string as an ontology document.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. -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.model
Classes in org.semanticweb.owlapi.model that implement OWLDocumentFormatModifier and TypeClassDescriptionclass
Represents the concrete representation format of an ontology.Methods in org.semanticweb.owlapi.model that return OWLDocumentFormatModifier and TypeMethodDescriptionOWLDocumentFormatFactory.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).OWLOntologyManager.getOntologyFormat
(OWLOntology ontology) Gets the ontology format for the specified ontology.Methods in org.semanticweb.owlapi.model with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
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, 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
OWLOntology.saveOntology
(OWLDocumentFormat ontologyFormat, IRI documentIRI) Saves the ontology to the specified document IRI 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.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.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.Constructors in org.semanticweb.owlapi.model with parameters of type OWLDocumentFormat -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.util
Methods in org.semanticweb.owlapi.util that return OWLDocumentFormatMethods in org.semanticweb.owlapi.util with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionvoid
AbstractOWLStorer.storeOntology
(OWLOntology ontology, OWLOntologyDocumentTarget target, OWLDocumentFormat format) void
AbstractOWLStorer.storeOntology
(OWLOntology ontology, IRI documentIRI, OWLDocumentFormat ontologyFormat) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.vocab
Method parameters in org.semanticweb.owlapi.vocab with type arguments of type OWLDocumentFormatModifier and TypeMethodDescriptionExtensions.getCommonExtensions
(Class<? extends OWLDocumentFormat> format)