Uses of Class
org.apache.jena.reasoner.ReasonerException
Packages that use ReasonerException
Package
Description
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of ReasonerException in org.apache.jena.reasoner
Subclasses of ReasonerException in org.apache.jena.reasonerModifier and TypeClassDescriptionclassException used to signal that a configuration parameter was used (typically in a setParameter call) that was not understood - either because it was not a recognized parameter URI or its value range was incorrect.Methods in org.apache.jena.reasoner that throw ReasonerExceptionModifier and TypeMethodDescriptionAttach the reasoner to a set of RDF data to process.Reasoner.bindSchema(Graph tbox) This is most commonly used to attach an ontology (a set of tbox axioms in description logics jargon) to a reasoner.Reasoner.bindSchema(Model tbox) This is most commonly used to attach an ontology (a set of tbox axioms in description logics jargon) to a reasoner.Create and return a new instance of the reasoner identified by the given uri. -
Uses of ReasonerException in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys that throw ReasonerExceptionModifier and TypeMethodDescriptionAttach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.Attach the reasoner to a set of RDF data to process.BasicForwardRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph.BasicForwardRuleReasoner.bindSchema(Model tbox) Precompute the implications of a schema Model.FBRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph.FBRuleReasoner.bindSchema(Model tbox) Precompute the implications of a schema Model.GenericRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph.LPBackwardRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph.LPBackwardRuleReasoner.bindSchema(Model tbox) Precompute the implications of a schema Model.OWLFBRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph.RDFSRuleReasoner.bindSchema(Graph tbox) Precompute the implications of a schema graph. -
Uses of ReasonerException in org.apache.jena.reasoner.rulesys.impl
Subclasses of ReasonerException in org.apache.jena.reasoner.rulesys.implModifier and TypeClassDescriptionclassException used to indicate syntactic errors the LP version of the backward chaining rule engine. -
Uses of ReasonerException in org.apache.jena.reasoner.transitiveReasoner
Methods in org.apache.jena.reasoner.transitiveReasoner that throw ReasonerExceptionModifier and TypeMethodDescriptionAttach the reasoner to a set of RDF ddata to process.TransitiveReasoner.bindSchema(Graph tbox) Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs.TransitiveReasoner.bindSchema(Model tbox) Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs.