ABLE 2.3.0 07/13/2005 14:21:00

Uses of Class
com.ibm.able.AbleDefaultAgent

Packages that use AbleDefaultAgent
com.ibm.able The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents. 
com.ibm.able.agents The AGENTS package provides a set of agents extending AbleDefaultAgent which contain AbleBean components. 
com.ibm.able.autotune AutoTune is an agent-based approach to automated tuning that does not require prior knowledge of the controlled system that is being tuned. 
com.ibm.able.beans.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
com.ibm.able.beans.knn The knn package contains the k Nearest Neighbors (k-NN) learning algorithm  for classifying objects. 
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.conversation This package contains ABLE's conversation support subsystem. 
com.ibm.able.examples.ableagent SimpleAbleAgent - How to create a custom AbleAgent. 
com.ibm.able.examples.conversation This package contains an example of conversational ABLE agents called the "ChatterboxDemo", in which two agents exchange messages in a chat session. 
com.ibm.able.platform The com.ibm.able.platform package provides a set of classes that allows a distributed platform consisting of platform services and agents to be configured and run across physical systems. 
 

Uses of AbleDefaultAgent in com.ibm.able
 

Subclasses of AbleDefaultAgent in com.ibm.able
 class AbleRemoteDefaultAgent
          The AbleRemoteDefaultAgent class provides a remotely exported AbleDefaultAgent.
 

Uses of AbleDefaultAgent in com.ibm.able.agents
 

Subclasses of AbleDefaultAgent in com.ibm.able.agents
 class AbleGeneticSearchAgent
          This class implements an AbleAgent for conducting genetic search over a population of AbleBeans.
 class AbleJavaScriptAgent
          An Agent whose behavior can be specified using JavaScript scripts.
 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 AbleRuleAgent
          The AbleRuleAgent whose behavior is defined by a single AbleRuleSet bean.
 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)
 class AbleScriptAgent
          The AbleScriptAgent behavior is defined by (up to) 3 separate AbleRuleSets defines the init() behavior defines the process() behavior defines the processTimer() behavior The control rule sets can be defined by filename or by reference to the object.
 

Uses of AbleDefaultAgent in com.ibm.able.autotune
 

Subclasses of AbleDefaultAgent in com.ibm.able.autotune
 class AutotuneAgent
          Base Autotune Agent for Generic Adaptive Control.
 class BaseAutotuneAdaptor
           
 class BaseAutotuneController
           
 class BasicNeuralAutotuneController
          This class implements a basic neural controller.
 class Fuzzy2WayLoadBalanceController
          This autotune controller uses fuzzy rules to balance the load between two service level metrics, using a single control value
 class Neural2WayLoadBalanceController
          This class implements a basic neural controller.
 class TestAutotuneAdaptor
           
 

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

Subclasses of AbleDefaultAgent in com.ibm.able.beans.bayes
 class AbleNaiveBayesClassifierAgent
          This class implements a classifier using back propagation
 

Uses of AbleDefaultAgent in com.ibm.able.beans.knn
 

Subclasses of AbleDefaultAgent in com.ibm.able.beans.knn
 class AbleDecisionTreeClassifierAgent
           
 class AbleKnnClassifierAgent
           
 class JasKnnCentralAgent
          This class defines a test for the AbleJasDefaultAgent object.
 class JasKnnDistributedAgent
          This class defines a test for the AbleJasDefaultAgent object.
 class JasNaiveBayesCentralAgent
          This class defines a test for the AbleJasDefaultAgent object.
 class JasNaiveBayesDistributedAgent
          This class defines a test for the AbleJasDefaultAgent object.
 

Uses of AbleDefaultAgent in com.ibm.able.beans.petrinet
 

Subclasses of AbleDefaultAgent in com.ibm.able.beans.petrinet
 class AblePetriNet
          This class represents a Petri net.
 

Uses of AbleDefaultAgent in com.ibm.able.conversation
 

Subclasses of AbleDefaultAgent in com.ibm.able.conversation
 class AblePlatformConversationAgent
          The AblePlatformConversationAgent class represents an agent that supports conversations atop the Able Distributed Agent Platform.
 

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

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

Uses of AbleDefaultAgent in com.ibm.able.examples.conversation
 

Subclasses of AbleDefaultAgent in com.ibm.able.examples.conversation
 class ChatterboxAgent
           
 class ChatterboxAgent2
          The ChatterboxAgent2 class is an second example of an AblePlatformConversationAgent.
 

Uses of AbleDefaultAgent in com.ibm.able.platform
 

Subclasses of AbleDefaultAgent in com.ibm.able.platform
 class AblePlatformDefaultAgent
          This class provides an enhanced implementation of a JSR 87 (Java Agent Services or JAS) compliant agent, but also inherits all the capabilities of an AbleDefaultAgent; as a JAS agent, the agent obtains a globally unique AgentName from the Agent Naming Service, registers a description with the Agent Directory Service, and is able to send and receive messages through the Message Transport System.
 


ABLE 2.3.0 07/13/2005 14:21:00

(C) Copyright IBM Corporation 1999, 2005