Uses of Interface
org.semanticweb.owlapi.io.OWLOntologyDocumentSource
Packages that use OWLOntologyDocumentSource
Package
Description
DL syntax parser.
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.
Manchester OWL syntax parser and renderer.
Main API classes.
DL syntax parser and renderer.
OWL/XML syntax parser and renderer.
RDF/XML syntax parser and renderer.
Turtle syntax parser and renderer.
OWL API reference implementation package.
-
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionDLSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionOWLFunctionalSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.io
Classes in org.semanticweb.owlapi.io that implement OWLOntologyDocumentSourceModifier and TypeClassDescriptionclass
A convenience class which will prepare an input source from a file.class
An ontology document source which can read from a GZIP File.class
An ontology document source which can read from a GZIP stream.class
class
Base class for OWLOntologyDocumentSource.class
An ontology document source which reads an ontology from a reader.class
An ontology document source which can read from a stream.class
Base class for common utilities among stream, reader and file input sources.class
An ontology input source that wraps a string.class
An ontology document source which can read from a XZ (LZMA) compressed File.class
An ontology document source which can read from a XZ stream.Methods in org.semanticweb.owlapi.io with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionOWLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) Parses the ontology with a concrete representation indocumentSource
and adds its axioms toontology
.static InputStream
DocumentSources.wrapInput
(OWLOntologyDocumentSource source, OWLOntologyLoaderConfiguration configuration) Select the available input source as an input stream.static Reader
DocumentSources.wrapInputAsReader
(OWLOntologyDocumentSource source, OWLOntologyLoaderConfiguration configuration) Call #wrapwrapInputAsReader(OWLOntologyLoaderConfiguration, String) with UTF-* as default encoding.static Reader
DocumentSources.wrapInputAsReader
(OWLOntologyDocumentSource source, OWLOntologyLoaderConfiguration configuration, Charset encoding) Select the available input source and, if it is not already a Reader, wrap it in a Reader. -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.krss1.parser
Methods in org.semanticweb.owlapi.krss1.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionKRSSOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.krss2.parser
Methods in org.semanticweb.owlapi.krss2.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionKRSS2OWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionManchesterOWLSyntaxOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionboolean
OWLOntologyFactory.canAttemptLoading
(OWLOntologyDocumentSource documentSource) Determines if the factory can load an ontology for the specified input source.default OWLOntology
OWLOntologyManager.loadOntologyFromOntologyDocument
(OWLOntologyDocumentSource documentSource) A convenience method that load an ontology from an input source.OWLOntologyManager.loadOntologyFromOntologyDocument
(OWLOntologyDocumentSource documentSource, OWLOntologyLoaderConfiguration config) A convenience method that load an ontology from an input source with specified configuration.OWLOntologyFactory.loadOWLOntology
(OWLOntologyManager manager, OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler handler, OWLOntologyLoaderConfiguration configuration) Creates and loads anOWLOntology
. -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.oboformat
Methods in org.semanticweb.owlapi.oboformat with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionOBOFormatOWLAPIParser.parse
(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.owlxml.parser
Methods in org.semanticweb.owlapi.owlxml.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionOWLXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionRDFXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyDocumentSource in org.semanticweb.owlapi.rdf.turtle.parser
Methods in org.semanticweb.owlapi.rdf.turtle.parser with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionTurtleOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyDocumentSource in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLOntologyDocumentSourceModifier and TypeMethodDescriptionboolean
OWLOntologyFactoryImpl.canAttemptLoading
(OWLOntologyDocumentSource source) OWLOntologyManagerImpl.loadOntologyFromOntologyDocument
(OWLOntologyDocumentSource documentSource) OWLOntologyManagerImpl.loadOntologyFromOntologyDocument
(OWLOntologyDocumentSource documentSource, OWLOntologyLoaderConfiguration conf) OWLOntologyFactoryImpl.loadOWLOntology
(OWLOntologyManager manager, OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler handler, OWLOntologyLoaderConfiguration configuration)