|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericRuleReasoner.RuleMode | |
---|---|
com.hp.hpl.jena.reasoner.rulesys | Provides a selection of simple rule engines for Jena inference models. |
Uses of GenericRuleReasoner.RuleMode in com.hp.hpl.jena.reasoner.rulesys |
---|
Fields in com.hp.hpl.jena.reasoner.rulesys declared as GenericRuleReasoner.RuleMode | |
---|---|
static GenericRuleReasoner.RuleMode |
GenericRuleReasoner.BACKWARD
Constant - the mode description for pure backward chaining |
static GenericRuleReasoner.RuleMode |
GenericRuleReasoner.FORWARD
Constant - the mode description for pure forward chaining |
static GenericRuleReasoner.RuleMode |
GenericRuleReasoner.FORWARD_RETE
Constant - the mode description for pure forward chaining, using RETE engine |
static GenericRuleReasoner.RuleMode |
GenericRuleReasoner.HYBRID
Constant - the mode description for mixed forward/backward, this is the default mode |
Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type GenericRuleReasoner.RuleMode | |
---|---|
void |
GenericRuleReasoner.setMode(GenericRuleReasoner.RuleMode mode)
Set the direction of rule inference desired. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |