ABLE 2.0.0 07/02/2003 10:25:01

Uses of Class
com.ibm.able.AbleObjectCustomizer

Packages that use AbleObjectCustomizer
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 The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms. 
com.ibm.able.beans.bayes The Bayes package provides a classifer network that uses the Naive Bayes algorithm. 
com.ibm.able.beans.decisiontree The Decision Tree package is used to develop rules for classifying objects. 
com.ibm.able.beans.filter The com.ibm.able.beans.filter package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks and other beans. 
com.ibm.able.beans.knn The knn package contains the k Nearest Neighbors (k-NN) learning algorithm  for classifying objects. 
com.ibm.able.conversation The com.ibm.able.conversation contains classes for conversation management in ABLE. 
com.ibm.able.examples.ableagent SimpleAbleAgent - How to create a custom AbleAgent 
com.ibm.able.examples.ablebean SimpleAbleBean - How to create a custom AbleBean 
com.ibm.able.examples.conversation Package com.ibm.able.examples.conversation contains examples of conversational ABLE agents.
Instructions for running the "AMAB" example, in which two agents negotiate a deal involving goods with multiple attributes, may be found here.

[A detailed overview of conversation support in ABLE is in preparation, and will soon be available for preview on the Conversation Support Website.] 
com.ibm.able.examples.rules The rules Examples package contains a number of different types of examples. 
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 AbleObjectCustomizer in com.ibm.able
 

Subclasses of AbleObjectCustomizer in com.ibm.able
 class AbleDefaultAgentCustomizer
          This class provides the customizer interface for the AbleDefaultAgent.
 

Uses of AbleObjectCustomizer in com.ibm.able.agents
 

Subclasses of AbleObjectCustomizer in com.ibm.able.agents
 class AbleGeneticSearchAgentCustomizer
          This class provides the customizer for the Genetic Search tab.
 class AbleJavaScriptAgentCustomizer
          This class provides the customizer for the JavaScript Agent.
 class AbleNeuralClassifierAgentCustomizer
          This class provides the customizer for the Neural Classifier tab.
 class AbleNeuralClusteringAgentCustomizer
          This class provides the customizer for the Neural Clustering tab.
 class AbleNeuralPredictionAgentCustomizer
          This class provides the customizer for the Neural Prediction tab.
 class AbleRuleAgentCustomizer
          This class provides the customizer for the Rule Agent.
 class AbleScriptAgentCustomizer
          This class provides the customizer for the Script Agent.
 

Uses of AbleObjectCustomizer in com.ibm.able.autotune
 

Subclasses of AbleObjectCustomizer in com.ibm.able.autotune
 class AutotuneAgentCustomizer
          This class provides the customizer interface for the AutotuneAgentCustomizer.
 class BaseAutotuneAdaptorCustomizer
          This class provides the customizer interface for the BaseAutotuneAdaptor.
 class BaseAutotuneControllerCustomizer
          This class provides the customizer for the Basic Neural Autotune Controller.
 class BasicNeuralAutotuneControllerCustomizer
          This class provides the customizer for the Basic Neural Autotune Controller.
 class Fuzzy2WayLoadBalanceControllerCustomizer
          This class provides the customizer for the Basic Fuzzy Autotune Controller.
 class Neural2WayLoadBalanceControllerCustomizer
          This class provides the customizer for the Neural 2Way Load Balance Controller.
 class TestAutotuneAdaptorCustomizer
          This class provides the customizer interface for the BaseAutotuneAdaptor.
 

Constructors in com.ibm.able.autotune with parameters of type AbleObjectCustomizer
BaseAutotuneControllerMetricPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AutotuneAgentMetricPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
 

Uses of AbleObjectCustomizer in com.ibm.able.beans
 

Subclasses of AbleObjectCustomizer in com.ibm.able.beans
 class AbleBackPropagationCustomizer
          This class provides the customizer for the Back Propagation tab.
 class AbleDBExportCustomizer
          This class provides the customizer for the Text Import tab.
 class AbleDBImportCustomizer
          This class provides the customizer for the Text Import tab.
 class AbleExportCustomizer
          This class provides the customizer for the Text Export tab.
 class AbleImportCustomizer
          This class provides the customizer for the Text Import tab.
 class AbleRadialBasisFunctionNetCustomizer
          This class provides the customizer for the Radial Basis Function tab.
 class AbleSelfOrganizingMapCustomizer
          This class provides the customizer for the Self Organizing Map tab.
 class AbleTemporalDifferenceLearningCustomizer
          This class provides the customizer for the Temporal Difference Learning tab.
 class AbleTimeSeriesFilterCustomizer
          This class provides the customizer for the Time Series Filter bean.
 

Constructors in com.ibm.able.beans with parameters of type AbleObjectCustomizer
AbleTimeSeriesFilterPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleExportPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleImportPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleDBExportPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleDBImportPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleDataSetPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
 

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

Subclasses of AbleObjectCustomizer in com.ibm.able.beans.bayes
 class AbleNaiveBayesClassifierAgentCustomizer
          This class provides the customizer for the NaiveBayes Classifier tab.
 class AbleNaiveBayesCustomizer
          This class provides the customizer for the Self Organizing Map tab.
 

Uses of AbleObjectCustomizer in com.ibm.able.beans.decisiontree
 

Subclasses of AbleObjectCustomizer in com.ibm.able.beans.decisiontree
 class AbleDecisionTreeCustomizer
           
 

Uses of AbleObjectCustomizer in com.ibm.able.beans.filter
 

Subclasses of AbleObjectCustomizer in com.ibm.able.beans.filter
 class AbleFilterCustomizer
          This class provides the customizer for the Back Propagation tab.
 

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

Subclasses of AbleObjectCustomizer in com.ibm.able.beans.knn
 class AbleDecisionTreeClassifierAgentCustomizer
           
 class AbleKnnClassifierAgentCustomizer
           
 class AbleKnnCustomizer
           
 

Uses of AbleObjectCustomizer in com.ibm.able.conversation
 

Subclasses of AbleObjectCustomizer in com.ibm.able.conversation
 class AbleConversationManagerCustomizer
          This class provides the customizer for the AbleConversationManager bean.
 class AbleJasConversationAgentCustomizer
          OLD VERSION -- TO BE WITHDRAWN
 class AblePlatformConversationAgentCustomizer
          This class provides the customizer for the Able Jas Conversation Agent.
 class AutoConversationSetupCustomizer
          This class provides the customizer for the AutoConversationSetup Bean Adds an AutoConversationSetupRolePanel and AutoConversationSetupAgentPanel to the customizer panels provided by AbleObjectCustomizer
 

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

Subclasses of AbleObjectCustomizer in com.ibm.able.examples.ableagent
 class SimpleAbleAgentCustomizer
          This class provides the customizer for the Simple Able Agent.
 

Uses of AbleObjectCustomizer in com.ibm.able.examples.ablebean
 

Subclasses of AbleObjectCustomizer in com.ibm.able.examples.ablebean
 class AbleFileWatcherCustomizer
          This class provides the customizer for the File Watcher tab.
 

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

Subclasses of AbleObjectCustomizer in com.ibm.able.examples.conversation
 class AmabBuyerLogicCustomizer
          This class provides the customizer for the AmabBuyerLogic bean.
 class AmabSellerLogicCustomizer
          This class provides the customizer for the AmabSellerLogic bean.
 

Uses of AbleObjectCustomizer in com.ibm.able.examples.rules
 

Subclasses of AbleObjectCustomizer in com.ibm.able.examples.rules
 class SampleSensorEffectorCustomizer
          This class provides the customizer for the fuzzy SampleSensorEffector.
 

Uses of AbleObjectCustomizer in com.ibm.able.platform
 

Subclasses of AbleObjectCustomizer in com.ibm.able.platform
 class AblePlatformDefaultAgentCustomizer
          This class provides the customizer for the Platform tab.
 


ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003