Uses of Interface
org.semanticweb.owlapi.io.OWLParser
Packages that use OWLParser
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.
DL syntax parser and renderer.
OWL/XML syntax parser and renderer.
RDF/XML syntax parser and renderer.
Turtle syntax parser and renderer.
-
Uses of OWLParser in org.semanticweb.owlapi.dlsyntax.parser
Classes in org.semanticweb.owlapi.dlsyntax.parser that implement OWLParserMethods in org.semanticweb.owlapi.dlsyntax.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.functional.parser
Classes in org.semanticweb.owlapi.functional.parser that implement OWLParserMethods in org.semanticweb.owlapi.functional.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.io
Classes in org.semanticweb.owlapi.io that implement OWLParserModifier and TypeClassDescriptionclass
A convenience base class for parsers, which provides a mechanism to manage the setting and getting of theOWLOntologyManager
that should be associated with the parser.Methods in org.semanticweb.owlapi.io that return OWLParserModifier and TypeMethodDescriptionOWLParserFactory.createParser()
Creates a parser.final OWLParser
OWLParserFactoryImpl.get()
Methods in org.semanticweb.owlapi.io that return types with arguments of type OWLParserModifier and TypeMethodDescriptionUnparsableOntologyException.getExceptions()
Gets a map that lists the parsers (that were used to parse an ontology) and the errors that they generated.Constructor parameters in org.semanticweb.owlapi.io with type arguments of type OWLParserModifierConstructorDescriptionUnparsableOntologyException
(IRI documentIRI, Map<OWLParser, OWLParserException> exceptions, OWLOntologyLoaderConfiguration config) -
Uses of OWLParser in org.semanticweb.owlapi.krss1.parser
Classes in org.semanticweb.owlapi.krss1.parser that implement OWLParserMethods in org.semanticweb.owlapi.krss1.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.krss2.parser
Classes in org.semanticweb.owlapi.krss2.parser that implement OWLParserModifier and TypeClassDescriptionclass
The KRSS2OWLParser differs from theKRSSOWLParser
that it supports an extended KRSS vocabulary available in many reasoning systems.Methods in org.semanticweb.owlapi.krss2.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.manchestersyntax.parser
Classes in org.semanticweb.owlapi.manchestersyntax.parser that implement OWLParserMethods in org.semanticweb.owlapi.manchestersyntax.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.oboformat
Classes in org.semanticweb.owlapi.oboformat that implement OWLParserMethods in org.semanticweb.owlapi.oboformat that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.owlxml.parser
Classes in org.semanticweb.owlapi.owlxml.parser that implement OWLParserMethods in org.semanticweb.owlapi.owlxml.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.rdf.rdfxml.parser
Classes in org.semanticweb.owlapi.rdf.rdfxml.parser that implement OWLParserMethods in org.semanticweb.owlapi.rdf.rdfxml.parser that return OWLParser -
Uses of OWLParser in org.semanticweb.owlapi.rdf.turtle.parser
Classes in org.semanticweb.owlapi.rdf.turtle.parser that implement OWLParserMethods in org.semanticweb.owlapi.rdf.turtle.parser that return OWLParser