|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseInfGraph | |
---|---|
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 BaseInfGraph in com.hp.hpl.jena.reasoner.dig |
---|
Subclasses of BaseInfGraph in com.hp.hpl.jena.reasoner.dig | |
---|---|
class |
DIGInfGraph
An InfGraph that performs reasoning via a DIG interface to an external reasoner. |
Uses of BaseInfGraph in com.hp.hpl.jena.reasoner.rulesys |
---|
Subclasses of BaseInfGraph in com.hp.hpl.jena.reasoner.rulesys | |
---|---|
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. |
Uses of BaseInfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner |
---|
Subclasses of BaseInfGraph in com.hp.hpl.jena.reasoner.transitiveReasoner | |
---|---|
class |
TransitiveInfGraph
Implementation of InfGraph used by the TransitiveReasoner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |