|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfGraph | |
---|---|
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.dig | |
com.hp.hpl.jena.reasoner.rulesys | Provides a selection of simple rule engines for Jena inference models. |
com.hp.hpl.jena.reasoner.transitiveReasoner | This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. |
Uses of InfGraph in com.hp.hpl.jena.reasoner |
---|
Classes in com.hp.hpl.jena.reasoner that implement InfGraph | |
---|---|
class |
BaseInfGraph
A base level implementation of the InfGraph interface. |
Methods in com.hp.hpl.jena.reasoner that return InfGraph | |
---|---|
InfGraph |
Reasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
BaseInfGraph.cloneWithPremises(Graph premises)
Return a new inference graph which is a clone of the current graph together with an additional set of data premises. |
Uses of InfGraph in com.hp.hpl.jena.reasoner.dig |
---|
Classes in com.hp.hpl.jena.reasoner.dig that implement InfGraph | |
---|---|
class |
DIGInfGraph
An InfGraph that performs reasoning via a DIG interface to an external reasoner. |
Methods in com.hp.hpl.jena.reasoner.dig that return InfGraph | |
---|---|
InfGraph |
DIGReasoner.bind(Graph data)
Bind the given data graph to any existing t-box schema that we have, and answer the resulting inference graph. |
Uses of InfGraph in com.hp.hpl.jena.reasoner.rulesys |
---|
Subinterfaces of InfGraph in com.hp.hpl.jena.reasoner.rulesys | |
---|---|
interface |
BackwardRuleInfGraphI
This interface collects together those operations that the backchaining engine needs to invoke in the parent InfGraph. |
interface |
ForwardRuleInfGraphI
This interface collects together the operations on the InfGraph which are needed to support the forward rule engine. |
Classes in com.hp.hpl.jena.reasoner.rulesys that implement InfGraph | |
---|---|
class |
BasicForwardRuleInfGraph
An inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set. |
class |
FBRuleInfGraph
An inference graph that uses a mixture of forward and backward chaining rules. |
class |
LPBackwardRuleInfGraph
Inference graph for accessing the LP version of the backward chaining rule engine. |
class |
RDFSRuleInfGraph
Customization of the generic rule inference graph for RDFS inference. |
class |
RETERuleInfGraph
RETE implementation of the forward rule infernce graph. |
Methods in com.hp.hpl.jena.reasoner.rulesys that return InfGraph | |
---|---|
InfGraph |
RDFSRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
OWLFBRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
LPBackwardRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
GenericRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
FBRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
BasicForwardRuleReasoner.bind(Graph data)
Attach the reasoner to a set of RDF data to process. |
InfGraph |
FBRuleInfGraph.cloneWithPremises(Graph premises)
Return a new inference graph which is a clone of the current graph together with an additional set of data premises. |
InfGraph |
RuleContext.getGraph()
Returns the parent inference graph. |
InfGraph |
OWLFBRuleReasoner.getPreload()
Get the single static precomputed rule closure. |
Constructors in com.hp.hpl.jena.reasoner.rulesys with parameters of type InfGraph | |
---|---|
RuleDerivation(Rule rule,
Triple conclusion,
java.util.List matches,
InfGraph infGraph)
Constructor |
Uses of InfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner |
---|
Classes in com.hp.hpl.jena.reasoner.transitiveReasoner that implement InfGraph | |
---|---|
class |
TransitiveInfGraph
Implementation of InfGraph used by the TransitiveReasoner. |
Methods in com.hp.hpl.jena.reasoner.transitiveReasoner that return InfGraph | |
---|---|
InfGraph |
TransitiveReasoner.bind(Graph data)
Attach the reasoner to a set of RDF ddata to process. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |