Uses of Class
org.semanticweb.owlapi.model.OWLOntologyLoaderConfiguration
Packages that use OWLOntologyLoaderConfiguration
Package
Description
Binding package.
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.
Modularity package.
-
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.apibinding
Methods in org.semanticweb.owlapi.apibinding with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionstatic OWLDataFactory
OWLManager.getOWLDataFactory
(OWLOntologyLoaderConfiguration config) Gets a global data factory that can be used to create OWL API objects. -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.dlsyntax.parser
Methods in org.semanticweb.owlapi.dlsyntax.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionDLSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.functional.parser
Methods in org.semanticweb.owlapi.functional.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionvoid
FunctionalSyntaxForAxiomsOnlyParser.parse
(OWLOntology o, OWLOntologyLoaderConfiguration config, String content) OWLFunctionalSyntaxOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) void
OWLFunctionalSyntaxParser.setUp
(OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.io
Methods in org.semanticweb.owlapi.io with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionstatic Optional<InputStream>
DocumentSources.getInputStream
(IRI documentIRI, OWLOntologyLoaderConfiguration config) Deprecated.static Optional<InputStream>
DocumentSources.getInputStream
(IRI documentIRI, OWLOntologyLoaderConfiguration config, String acceptHeaders) A convenience method that obtains an input stream from a URI.OWLParser.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.Constructors in org.semanticweb.owlapi.io with parameters of type OWLOntologyLoaderConfigurationModifierConstructorDescriptionUnparsableOntologyException
(IRI documentIRI, Map<OWLParser, OWLParserException> exceptions, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.krss1.parser
Methods in org.semanticweb.owlapi.krss1.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionKRSSOWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.krss2.parser
Methods in org.semanticweb.owlapi.krss2.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionKRSS2OWLParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.manchestersyntax.parser
Methods in org.semanticweb.owlapi.manchestersyntax.parser that return OWLOntologyLoaderConfigurationMethods in org.semanticweb.owlapi.manchestersyntax.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionManchesterOWLSyntaxOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) void
ManchesterOWLSyntaxParserImpl.setOntologyLoaderConfiguration
(OWLOntologyLoaderConfiguration conf) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.model
Methods in org.semanticweb.owlapi.model that return OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOWLOntologyLoaderConfiguration.addIgnoredImport
(IRI ontologyDocumentIRI) Adds an ontology document IRI to the list of ontology imports that will be ignored during ontology loading.OntologyConfigurator.buildLoaderConfiguration()
OWLOntologyLoaderConfiguration.clearIgnoredImports()
Clears all ontology document IRIs from the list of ignored ontology document IRIs.HasOntologyLoaderConfiguration.getOntologyLoaderConfiguration()
OWLOntologyLoaderConfiguration.removeIgnoredImport
(IRI ontologyDocumentIRI) Removes an ontology document IRI from the list of ontology imports that will be ignored during ontology loading.OWLOntologyLoaderConfiguration.setAcceptingHTTPCompression
(boolean b) OWLOntologyLoaderConfiguration.setAuthorizationValue
(String authorizationValue) OWLOntologyLoaderConfiguration.setBannedParsers
(String ban) OWLOntologyLoaderConfiguration.setConnectionTimeout
(int l) OWLOntologyLoaderConfiguration.setEntityExpansionLimit
(String limit) OWLOntologyLoaderConfiguration.setFollowRedirects
(boolean value) OWLOntologyLoaderConfiguration.setLoadAnnotationAxioms
(boolean b) Specifies whether or not annotation axioms (instances ofOWLAnnotationAxiom
) should be loaded or whether they should be discarded on loading.OWLOntologyLoaderConfiguration.setMissingImportHandlingStrategy
(MissingImportHandlingStrategy missingImportHandlingStrategy) Sets the strategy that is used for missing imports handling.OWLOntologyLoaderConfiguration.setMissingOntologyHeaderStrategy
(MissingOntologyHeaderStrategy missingOntologyHeaderStrategy) OWLOntologyLoaderConfiguration.setPriorityCollectionSorting
(PriorityCollectionSorting sorting) Set the priority collection sorting option.OWLOntologyLoaderConfiguration.setRepairIllegalPunnings
(boolean b) OWLOntologyLoaderConfiguration.setReportStackTraces
(boolean b) Set the value for the report stack traces flag.OWLOntologyLoaderConfiguration.setRetriesToAttempt
(int retries) OWLOntologyLoaderConfiguration.setStrict
(boolean strict) OWLOntologyLoaderConfiguration.setTreatDublinCoreAsBuiltIn
(boolean value) OWLOntologyLoaderConfiguration.setTrimToSize
(boolean value) OWLOntologyLoaderConfiguration.withAllowDuplicatesInConstructSets
(boolean value) OWLOntologyLoaderConfiguration.withSkipModuleAnnotations
(boolean value) Methods in org.semanticweb.owlapi.model with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOWLOntologyManager.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
.void
OWLOntologyManager.makeLoadImportRequest
(OWLImportsDeclaration declaration, OWLOntologyLoaderConfiguration configuration) Requests that the manager loads an imported ontology that is described by an imports statement.void
HasOntologyLoaderConfiguration.setOntologyLoaderConfiguration
(OWLOntologyLoaderConfiguration config) Sets the configuration. -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.oboformat
Methods in org.semanticweb.owlapi.oboformat with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOBOFormatOWLAPIParser.parse
(OWLOntologyDocumentSource source, OWLOntology in, OWLOntologyLoaderConfiguration config) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.owlxml.parser
Methods in org.semanticweb.owlapi.owlxml.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOWLXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.rdf.rdfxml.parser
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOWLRDFConsumer.getConfiguration()
RDFConsumer.getConfiguration()
Methods in org.semanticweb.owlapi.rdf.rdfxml.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionRDFXMLParser.parse
(OWLOntologyDocumentSource documentSource, OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) Constructors in org.semanticweb.owlapi.rdf.rdfxml.parser with parameters of type OWLOntologyLoaderConfigurationModifierConstructorDescriptionOWLRDFConsumer
(OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) OWLRDFConsumer
(OWLOntology ontology, AnonymousNodeChecker checker, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyLoaderConfiguration in org.semanticweb.owlapi.rdf.turtle.parser
Methods in org.semanticweb.owlapi.rdf.turtle.parser with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionTurtleOntologyParser.parse
(OWLOntologyDocumentSource source, OWLOntology ontology, OWLOntologyLoaderConfiguration config) Constructors in org.semanticweb.owlapi.rdf.turtle.parser with parameters of type OWLOntologyLoaderConfigurationModifierConstructorDescriptionOWLRDFConsumerAdapter
(OWLOntology ontology, OWLOntologyLoaderConfiguration configuration) -
Uses of OWLOntologyLoaderConfiguration in uk.ac.manchester.cs.owl.owlapi
Methods in uk.ac.manchester.cs.owl.owlapi that return OWLOntologyLoaderConfigurationMethods in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLOntologyLoaderConfigurationModifier and TypeMethodDescriptionOWLOntologyManagerImpl.loadOntologyFromOntologyDocument
(OWLOntologyDocumentSource documentSource, OWLOntologyLoaderConfiguration conf) OWLOntologyFactoryImpl.loadOWLOntology
(OWLOntologyManager manager, OWLOntologyDocumentSource documentSource, OWLOntologyFactory.OWLOntologyCreationHandler handler, OWLOntologyLoaderConfiguration configuration) void
OWLOntologyManagerImpl.makeLoadImportRequest
(OWLImportsDeclaration declaration, OWLOntologyLoaderConfiguration configuration) void
OWLOntologyManagerImpl.setOntologyLoaderConfiguration
(OWLOntologyLoaderConfiguration newConfig) Constructors in uk.ac.manchester.cs.owl.owlapi with parameters of type OWLOntologyLoaderConfiguration -
Uses of OWLOntologyLoaderConfiguration in uk.ac.manchester.cs.owlapi.modularity
Constructors in uk.ac.manchester.cs.owlapi.modularity with parameters of type OWLOntologyLoaderConfigurationModifierConstructorDescriptionSyntacticLocalityModuleExtractor
(OWLOntologyManager man, OWLOntologyLoaderConfiguration config, Stream<OWLAxiom> axs, ModuleType moduleType, boolean excludeAssertions) Creates a new module extractor for a subset of a given ontology, its manager, and a specified type of locality.
DocumentSources.getInputStream(IRI, OWLOntologyLoaderConfiguration, String)
instead