ABLE, Version 1.1b

Uses of Interface
com.ibm.able.agents.AbleAgent

Packages that use AbleAgent
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.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
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.genetic The ABLE genetic examples.... 
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 AbleAgent in com.ibm.able.agents
 

Classes in com.ibm.able.agents that implement AbleAgent
 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 AbleAgent in com.ibm.able.beans
 

Fields in com.ibm.able.beans declared as AbleAgent
protected  AbleAgent AbleGeneticObject.searchAgent
          The parent genetic search agent
protected  AbleAgent AbleGeneticObject.evaluationAgent
          The single evaluationAgent used to compute fitness (optional)
 

Methods in com.ibm.able.beans that return AbleAgent
 AbleAgent AbleGeneticObject.initEvaluationAgent()
          return the special EvaluationAgent (if any) Note: this should only get called once by the search agent
 

Methods in com.ibm.able.beans with parameters of type AbleAgent
 void AbleGeneticObject.setEvaluationAgent(AbleAgent evalAgent)
          set the special EvaluationAgent
 void AbleGeneticObject.registerOperators(AbleAgent agent)
          register any unique or overridden operators (sensors) with the SearchAgent
 

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

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

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

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

Uses of AbleAgent in com.ibm.able.examples.genetic
 

Methods in com.ibm.able.examples.genetic that return AbleAgent
 AbleAgent TstGeneticFunction3.initEvaluationAgent()
           
 

Methods in com.ibm.able.examples.genetic with parameters of type AbleAgent
 void TstGeneticFunction3.initBean(AbleAgent evalAgent)
           
 void TstGeneticFunction2a.registerOperators(AbleAgent agent)
          register any unique or overridden operators (sensors) with the SearchAgent
 

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

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

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

Subinterfaces of AbleAgent 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 AbleAgent
 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.'