|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReasonerException | |
com.hp.hpl.jena.reasoner | The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. |
com.hp.hpl.jena.reasoner.rdfsReasoner1 | This package contains an example RDFS reasoner. |
com.hp.hpl.jena.reasoner.transitiveReasoner | This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. |
Uses of ReasonerException in com.hp.hpl.jena.reasoner |
Subclasses of ReasonerException in com.hp.hpl.jena.reasoner | |
class |
IllegalParameterException
Exception used to 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 com.hp.hpl.jena.reasoner that throw ReasonerException | |
Reasoner |
ReasonerRegistry.create(java.lang.String uri,
Resource configuration)
Create and return a new instance of the reasoner identified by the given uri. |
Reasoner |
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 |
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. |
InfGraph |
Reasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
Uses of ReasonerException in com.hp.hpl.jena.reasoner.rdfsReasoner1 |
Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 that throw ReasonerException | |
Reasoner |
RDFSReasoner.bindSchema(Graph tbox)
Deprecated. Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs. |
InfGraph |
RDFSReasoner.bind(Graph data)
Deprecated. Attach the reasoner to a set of RDF ddata to process. |
Uses of ReasonerException in com.hp.hpl.jena.reasoner.transitiveReasoner |
Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that throw ReasonerException | |
Reasoner |
TransitiveReasoner.bindSchema(Graph tbox)
Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs. |
Reasoner |
TransitiveReasoner.bindSchema(Model tbox)
Extracts all of the subClass and subProperty declarations from the given schema/tbox and caches the resultant graphs. |
InfGraph |
TransitiveReasoner.bind(Graph data)
Attach the reasoner to a set of RDF ddata to process. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |