Uses of Interface
org.semanticweb.owlapi.model.OWLDocumentFormat
Packages that use OWLDocumentFormat
Package
Description
OBO format OWL classes.
DL syntax parser.
DL syntax renderer.
Formats package.
Functional syntax parser and renderer.
Functional syntax parser and renderer.
Ontology parsing and saving classes.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
DL syntax parser and renderer.
OWL/XML syntax parser and renderer.
OWL/XML syntax parser and renderer.
RDF syntaxes package.
RDF model package.
RDF/XML syntax parser and renderer.
RDF/XML syntax parser and renderer.
Turtle syntax parser and renderer.
Turtle syntax parser and renderer.
Utilities package.
Vocabulary package.
OWL API reference implementation package.
Concurrent implementation package.
-
Uses of OWLDocumentFormat in org.obolibrary.owl
Methods in org.obolibrary.owl with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
LabelFunctionalSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionDLSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.dlsyntax.renderer
Methods in org.semanticweb.owlapi.dlsyntax.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
DLSyntaxHTMLStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) boolean
DLSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) -
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.functional.parser
Methods in org.semanticweb.owlapi.functional.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionOWLFunctionalSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.functional.renderer
Methods in org.semanticweb.owlapi.functional.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
FunctionalSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) Constructors in org.semanticweb.owlapi.functional.renderer with parameters of type OWLDocumentFormatModifierConstructorDescriptionFunctionalSyntaxObjectRenderer
(OWLOntology ontology, OWLDocumentFormat ontologyFormat, Writer writer) -
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.krss1.parser
Methods in org.semanticweb.owlapi.krss1.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionKRSSOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.krss2.parser
Methods in org.semanticweb.owlapi.krss2.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionKRSS2OWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.krss2.renderer
Methods in org.semanticweb.owlapi.krss2.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
KRSS2OWLSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) boolean
KRSS2SyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) boolean
KRSSSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.latex.renderer
Methods in org.semanticweb.owlapi.latex.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
LatexStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionManchesterOWLSyntaxOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.manchestersyntax.renderer
Methods in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
ManchesterSyntaxStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) Constructors in org.semanticweb.owlapi.manchestersyntax.renderer with parameters of type OWLDocumentFormatModifierConstructorDescriptionConstructs a short form provider that reuses any prefix name mappings from the specified ontology format. -
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.oboformat
Methods in org.semanticweb.owlapi.oboformat that return OWLDocumentFormatModifier and TypeMethodDescriptionOBOFormatOWLAPIParser.parse
(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config) Methods in org.semanticweb.owlapi.oboformat with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
OBOFormatStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) static void
OBOFormatRenderer.render
(OWLOntology ontology, Writer writer, OWLDocumentFormat format) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.owlxml.parser
Methods in org.semanticweb.owlapi.owlxml.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionOWLXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.owlxml.renderer
Methods in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
OWLXMLStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) static void
OWLXMLRenderer.render
(OWLOntology ontology, PrintWriter writer, OWLDocumentFormat format) Constructors in org.semanticweb.owlapi.owlxml.renderer with parameters of type OWLDocumentFormatModifierConstructorDescriptionOWLXMLObjectRenderer
(OWLXMLWriter writer, OWLDocumentFormat format) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf
Methods in org.semanticweb.owlapi.rdf with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionstatic IRI
AbsoluteIRIHelper.verifyAbsolute
(IRI iri, OWLDocumentFormat f, OWLOntology o) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf.model
Constructors in org.semanticweb.owlapi.rdf.model with parameters of type OWLDocumentFormatModifierConstructorDescriptionAbstractTranslator
(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) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionRDFXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf.rdfxml.renderer
Methods in org.semanticweb.owlapi.rdf.rdfxml.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
RDFXMLStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) Constructors in org.semanticweb.owlapi.rdf.rdfxml.renderer with parameters of type OWLDocumentFormatModifierConstructorDescriptionOWLOntologyXMLNamespaceManager
(OWLOntology ontology, OWLDocumentFormat format) RDFXMLNamespaceManager
(OWLOntology ontology, OWLDocumentFormat format) RDFXMLRenderer
(OWLOntology ontology, PrintWriter w, OWLDocumentFormat format) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf.turtle.parser
Methods in org.semanticweb.owlapi.rdf.turtle.parser that return OWLDocumentFormatModifier and TypeMethodDescriptionTurtleOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLDocumentFormat in org.semanticweb.owlapi.rdf.turtle.renderer
Methods in org.semanticweb.owlapi.rdf.turtle.renderer with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionboolean
TurtleStorer.canStoreOntology
(OWLDocumentFormat ontologyFormat) Constructors in org.semanticweb.owlapi.rdf.turtle.renderer with parameters of type OWLDocumentFormatModifierConstructorDescriptionTurtleRenderer
(OWLOntology ontology, Writer writer, OWLDocumentFormat format) -
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) -
Uses of OWLDocumentFormat in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi that return OWLDocumentFormatMethods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionvoid
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) -
Uses of OWLDocumentFormat in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent that return OWLDocumentFormatMethods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLDocumentFormatModifier and TypeMethodDescriptionvoid
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)