|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AbleInferenceEngine | |
|---|---|
| com.ibm.able.beans.petrinet | The PetriNet package provides a set of objects which implement PetriNet components for places, nodes, transitions, and arcs. |
| com.ibm.able.examples.rules | The rules Examples package contains a number of different types of examples. |
| com.ibm.able.rules | The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. |
| Uses of AbleInferenceEngine in com.ibm.able.beans.petrinet |
|---|
| Methods in com.ibm.able.beans.petrinet that return AbleInferenceEngine | |
AbleInferenceEngine |
AblePetriNet.getInferenceEngine()
|
| Uses of AbleInferenceEngine in com.ibm.able.examples.rules |
|---|
| Subclasses of AbleInferenceEngine in com.ibm.able.examples.rules | |
class |
PluggableEngine
This class extends the AbleInferenceEngine class so that it can be used as a customized pluggable inference engine. |
| Uses of AbleInferenceEngine in com.ibm.able.rules |
|---|
| Subclasses of AbleInferenceEngine in com.ibm.able.rules | |
class |
AbleBackwardChainInferenceEngine
This class provides the inferencing algorithm for processing conditional rules in a ruleblock using goal-driven or backward chaining. |
class |
AbleCorrelationEngine
This engine wraps the ZCE engine ??? |
class |
AbleDecisionTreeEngine
This class provides the algorithm for processing a decision tree or table represented by a single tree rule or by a set of if-then rules. |
class |
AbleForwardChainInferenceEngine
This class provides the inferencing algorithm for processing a set of rules in a ruleblock using data-driven or forward chaining. |
class |
AbleFuzzyInferenceEngine
This class provides the control code and inferencing algorithm for processing a set of conditional rules in a ruleblock containing Fuzzy linguistic variables and hedges using data-driven or forward chaining and fuzzy inferencing logic. |
class |
AblePatternMatchEngine
This class provides the inferencing algorithm for processing a set of pattern match rules in a ruleblock using data-driven or forward chaining. |
class |
AblePatternMatchLiteEngine
This class provides the inferencing algorithm for processing a set of pattern match rules in a ruleblock using data-driven or forward chaining. |
class |
AblePlanningEngine
This class provides the control code and inferencing algorithms for processing a set of planning rules in a ruleblock. |
class |
AblePolicyEngine
This class provides the inferencing algorithm for processing a set of rules in a ruleblock using policy evaluation. |
class |
AblePredicateEngine
This class provides the control code and inferencing algorithm for processing a set of Predicate rules in a ruleblock using backward chaining with backtracking (similar to Prolog). |
class |
AbleScriptEngine
This class provides the control code for processing a set of rules in a ruleblock using standard sequential or scripting behavior. |
class |
AbleZCECorrelationEngine
This class wraps the ZCE correlation engine for use in the ABLE rules architecture. |
| Fields in com.ibm.able.rules declared as AbleInferenceEngine | |
protected AbleInferenceEngine |
AbleRuleSet.myCurrentInferenceEngine
|
protected AbleInferenceEngine |
AbleRuleBlock.myInferenceEngine
The inference engine associated with this ruleblock. |
| Methods in com.ibm.able.rules that return AbleInferenceEngine | |
AbleInferenceEngine |
AbleRuleSet.getInferenceEngine()
Retrieve the current inference engine object. |
AbleInferenceEngine |
AbleRuleSet.getInferenceEngine(java.lang.String theRuleBlockKey)
Retrieve the inference engine associated with the specified ruleblock. |
AbleInferenceEngine |
AbleRuleBlock.getInferenceEngine()
Retrieve the rule block's inference engine. |
|
ABLE 2.3.0 07/13/2005 14:21:00 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||