ABLE, Version 1.1b

Uses of Interface
com.ibm.able.beans.AbleEffectorManager

Packages that use AbleEffectorManager
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.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
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. 
com.ibm.able.examples.ableagent SimpleAbleAgent - How to create a custom AbleAgent This example shows the easiest method for creating a custom AbleAgent by extending the AbleDefaultAgent base class. 
com.ibm.able.examples.platform ABLE PLATFORM examples.... 
com.ibm.able.platform.agents FIPA agents in this package include an AMS, an ACC, and a DF, as well as a default FIPA agent that can be used as a base for building FIPA-compliant agents. 
 

Uses of AbleEffectorManager in com.ibm.able.agents
 

Subinterfaces of AbleEffectorManager in com.ibm.able.agents
 interface AbleAgent
          This interface defines an AbleAgent, an AbleBean container which can be composed of other AbleBeans.
 

Classes in com.ibm.able.agents that implement AbleEffectorManager
 class AbleDefaultAgent
          This class provides an Able container agent which can be composed of other AbleObjects.
 class AbleGeneticSearchAgent
          This class implements an AbleAgent for conducting genetic search over a population of AbleBeans.
 class AbleNeuralClassifierAgent
          This class implements a classifier using back propagation
 class AbleNeuralClusteringAgent
          This class implements clustering using a self-organizing map
 class AbleNeuralPredictionAgent
          This class implements prediction using back propagation
 class AbleRuleBase
          The AbleRuleBase managers a collection of AbleRuleSets: and selects which RuleSet to use based on context (user or domain name) An AbleRuleBase is an AbleAgent, it contains a set of AbleBeans (RuleSets)
 

Uses of AbleEffectorManager in com.ibm.able.beans.bayes
 

Classes in com.ibm.able.beans.bayes that implement AbleEffectorManager
 class AbleNaiveBayesClassifierAgent
          This class implements a classifier using back propagation
 

Uses of AbleEffectorManager in com.ibm.able.beans.fuzzy
 

Classes in com.ibm.able.beans.fuzzy that implement AbleEffectorManager
 class FsRuleSet
          This class defines the Fuzzy System "RuleSet" class.
 

Uses of AbleEffectorManager in com.ibm.able.beans.rules
 

Classes in com.ibm.able.beans.rules that implement AbleEffectorManager
 class AbleRuleSet
          RuleSet class The RuleSet provides an inferencing context using: (1) a set of working memory items (Facts, Variables, others) (2) a set of Rules (3) an inference engine
 

Fields in com.ibm.able.beans.rules declared as AbleEffectorManager
protected  AbleEffectorManager AbleConsequentClause.effectorManager
          effectorManager is the inference engine that has registered the named effector.
 

Constructors in com.ibm.able.beans.rules with parameters of type AbleEffectorManager
AbleConsequentClause.AbleConsequentClause(AbleEffectorManager anEffectorManager, java.lang.String anEffectorName, java.lang.Object[] anArgList)
          Deprecated. Use the form where a lefthand side is specified. The results of an effector call should be assigned to a variable.
AbleConsequentClause.AbleConsequentClause(AbleAtom theLefthandSide, AbleEffectorManager theEffectorManager, java.lang.String theEffectorName, java.lang.Object[] theArgList)
          Create a new EFFECTOR consequent clause with the specified parts.
 

Uses of AbleEffectorManager in com.ibm.able.examples.ableagent
 

Classes in com.ibm.able.examples.ableagent that implement AbleEffectorManager
 class SimpleAbleAgent
          This class is an example of an AbleAgent created by extending AbleDefaultAgent.
 

Uses of AbleEffectorManager in com.ibm.able.examples.platform
 

Classes in com.ibm.able.examples.platform that implement AbleEffectorManager
 class SimpleFipaAgent
          This class provides a simple implementation of the FipaAgent interface.
 

Uses of AbleEffectorManager in com.ibm.able.platform.agents
 

Subinterfaces of AbleEffectorManager in com.ibm.able.platform.agents
 interface FipaAccAgent
          This class defines the base interface, or behavior, which all FIPA ACC agents must support.
 interface FipaAgent
          This class defines the base interface, or behavior, which all FIPA agents must support.
 interface FipaAmsAgent
          This class defines the base interface, or behavior, which all FIPA AMS agents must support.
 interface FipaDfAgent
          This class defines the base interface, or behavior, which all FIPA DF agents must support.
 

Classes in com.ibm.able.platform.agents that implement AbleEffectorManager
 class FipaAccAgentAppl
          This class provides an implementation of a FIPA Agent Communication Channel (ACC) agent.
 class FipaAgentDefaultAgent
          This class provides a simple implementation of the FipaAgent interface.
 class FipaAmsAgentAppl
          This class provides an implementation of a FIPA Agent Management System (AMS) agent.
 class FipaDfAgentAppl
          This class provides an implementation of a FIPA Directory Facilitator (DF) agent.
 


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'