|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleEffector | |
com.ibm.able.agents | The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. |
com.ibm.able.beans | The BEANS package provides a set of interfaces and objects which implement "smart" or intelligent components. |
com.ibm.able.beans.fuzzy | The Fuzzy System (Fs) package defines a fuzzy rule language, a fuzzy ruleset editor that you can use to create, test, and save source fuzzy rules as well as ready-to-run serialized fuzzy agents (the editor is integrated into the AbleEditor, but also can be run as a stand-alone tool), a fuzzy inference engine, and objects and APIs for creating and running fuzzy rulesets under program control. |
com.ibm.able.beans.rules | The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. |
Uses of AbleEffector in com.ibm.able.agents |
Methods in com.ibm.able.agents with parameters of type AbleEffector | |
void |
AbleDefaultAgent.addEffector(AbleEffector theEffector)
Add an effector to the list of effectors. |
Uses of AbleEffector in com.ibm.able.beans |
Methods in com.ibm.able.beans with parameters of type AbleEffector | |
void |
AbleEffectorManager.addEffector(AbleEffector theEffector)
Add an effector to the list of effectors. |
Uses of AbleEffector in com.ibm.able.beans.fuzzy |
Methods in com.ibm.able.beans.fuzzy with parameters of type AbleEffector | |
void |
FsRuleSet.addEffector(AbleEffector theAbleEffector)
Add an effector to the list of managed effectors. |
Uses of AbleEffector in com.ibm.able.beans.rules |
Methods in com.ibm.able.beans.rules with parameters of type AbleEffector | |
void |
AbleRuleSet.addEffector(AbleEffector anEffector)
Add an effector to the list of managed effectors. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |