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

Uses of Interface
com.ibm.able.AbleCustomizerPanel

Packages that use AbleCustomizerPanel
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 Sample beans and agents are loaded from the ableexamples.jar file and placed on the Samples palette when the Able Agent Editor starts. 
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.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 AbleCustomizerPanel in com.ibm.able
 

Classes in com.ibm.able that implement AbleCustomizerPanel
 class AbleUserDefinedFunctionPanel
          This class provides the graphical editor panel for the base class AbleDefaultAgent user defined function properties.
 

Methods in com.ibm.able with parameters of type AbleCustomizerPanel
 void AbleObjectCustomizer.addTab(java.lang.String theTabTitle, AbleCustomizerPanel thePanel)
          Append a panel to the tabbed panel.
 void AbleObjectCustomizer.addPanel(AbleCustomizerPanel thePanel)
           
 void AbleObjectCustomizer.insertTab(java.lang.String theTabTitle, AbleCustomizerPanel thePanel, int theIndex)
          Insert a panel in the tabbed list at a specific location.
 void AbleObjectCustomizer.insertTab(java.lang.String theTabTitle, javax.swing.Icon theIcon, AbleCustomizerPanel thePanel, java.lang.String theToolTip, int theIndex)
          Insert a panel in the tabbed list at a specific location.
 

Uses of AbleCustomizerPanel in com.ibm.able.agents
 

Classes in com.ibm.able.agents that implement AbleCustomizerPanel
 class AbleGeneticSearchAgentPanel
          This class provides the panel for the Genetic Search tab.
 class AbleJavaScriptAgentPanel
          This class provides the panel for the Script Agent.
 class AbleNeuralClassifierAgentPanel
          This class provides the panel for the Neural Classifier Agent.
 class AbleNeuralClusteringAgentPanel
          This class provides the panel for the Neural Clustering agent customization tabs:
 class AbleNeuralPredictionAgentPanel
          This class provides the panel for the Neural Prediction Agent customization tabs:
 class AbleRuleAgentPanel
          This class provides the panel for the Rule Agent.
 class AbleScriptAgentPanel
          This class provides the panel for the Script Agent.
 

Uses of AbleCustomizerPanel in com.ibm.able.autotune
 

Classes in com.ibm.able.autotune that implement AbleCustomizerPanel
 class AutotuneAgentMetricPanel
          This class provides a panel for the Autotune Agent Customizer.
 class AutotuneAgentPanel
          This class provides a panel for the Autotune Agent.
 class AutotuneAgentTargetPanel
          This class provides a panel for the Autotune Agent Customizer.
 class AutotuneRemotePanel
          This class displays a modal dialog for the selection of a remote agent.
 class BaseAutotuneAdaptorMetricPanel
          This class provides a panel for the Autotune Agent Customizer.
 class BaseAutotuneAdaptorTuningPanel
          This class provides a panel for the Autotune Agent Customizer.
 class BaseAutotuneControllerMetricPanel
          This class provides a panel for the Autotune Agent Customizer.
 class BasicNeuralAutotuneControllerPanel
          This class provides the panel for the Neural Controller tab.
 class Fuzzy2WayLoadBalanceControllerPanel
          This class provides a panel for the Autotune Fuzzy Controller.
 class Neural2WayLoadBalanceControllerPanel
          This class provides a panel for the Autotune Fuzzy Controller.
 

Uses of AbleCustomizerPanel in com.ibm.able.beans
 

Classes in com.ibm.able.beans that implement AbleCustomizerPanel
 class AbleBackPropagationPanel
          This class provides the panel for the Back Propagation tab.
 class AbleDataSetPanel
          This class provides the panel for the Text Export tab.
 class AbleDBExportPanel
          This class provides the panel for the Database Import tab.
 class AbleDBImportPanel
          This class provides the panel for the Database Import tab.
 class AbleExportPanel
          This class provides the panel for the Text Export tab.
 class AbleImportPanel
          This class provides the panel for the Text Import tab.
 class AbleRadialBasisFunctionNetPanel
          This class provides the panel for the Radial Basis tab.
 class AbleSelfOrganizingMapClusterPanel
           
 class AbleSelfOrganizingMapPanel
          This class provides the panel for the Genetic Search tab.
 class AbleTemporalDifferenceLearningPanel
          This class provides the panel for the Temporal Difference tab.
 class AbleTimeSeriesFilterPanel
          This class provides the panel for the Time Series Filter tab.
 

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

Classes in com.ibm.able.beans.bayes that implement AbleCustomizerPanel
 class AbleNaiveBayesClassifierAgentPanel
          This class provides the panel for the NaiveBayes Classifier Agent.
 class AbleNaiveBayesPanel
          This class provides the panel for the NaiveBayes tab.
 

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

Classes in com.ibm.able.beans.decisiontree that implement AbleCustomizerPanel
 class AbleDecisionTreePanel
          This class provides the panel for the DecisionTree tab.
 

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

Classes in com.ibm.able.beans.filter that implement AbleCustomizerPanel
 class AbleFilterPanel
          This class provides a "Customizer" for Filter beans.
 

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

Classes in com.ibm.able.beans.knn that implement AbleCustomizerPanel
 class AbleDecisionTreeClassifierAgentPanel
          This class provides the panel for the k-NN Classifier Agent.
 class AbleKnnClassifierAgentPanel
          This class provides the panel for the k-NN Classifier Agent.
 class AbleKnnPanel
           
 

Uses of AbleCustomizerPanel in com.ibm.able.conversation
 

Classes in com.ibm.able.conversation that implement AbleCustomizerPanel
 class AbleConversationManagerCustomizerPanel
          This class provides the graphical editor panel for the AbleConversationManager to specify the default conversation policy and the repository for finding other conversation policies.
 class AbleJasConversationDecisionPanel
          This class provides the graphical editor panel for the AbleJasConversationAgent decision logic connections.
 class AbleJasConversationPanel
          This class provides the graphical editor panel for the AbleJasConversationAgent to specify the default conversation policy and the repository for finding other conversation policies.
 class AutoConversationSetupAgentPanel
          This class provides the graphical editor panel for the AutoConversationSetup bean to be used in specifying the valid agent names to accept conversation requests from
 class AutoConversationSetupRolePanel
          This class provides the graphical editor panel for the AutoConversationSetup bean to be used in specifying the valid policy names and roles that the agent can assume during conversations
 

Uses of AbleCustomizerPanel in com.ibm.able.examples
 

Classes in com.ibm.able.examples that implement AbleCustomizerPanel
 class AbleBeanWrapperCustomizer
          This class provides the customizer for the Simple Able Bean.
 

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

Classes in com.ibm.able.examples.ableagent that implement AbleCustomizerPanel
 class SimpleAbleAgentCustomizer.SimpleAbleAgentPanel
          This class provides the panel for the simple Able Agent tab.
 

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

Classes in com.ibm.able.examples.ablebean that implement AbleCustomizerPanel
 class AbleFileWatcherPanel
          This class provides the panel for the File Watcher Agent.
 class SimpleAbleBeanCustomizer
          This class provides the customizer for the Simple Able Bean.
 

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

Classes in com.ibm.able.examples.conversation that implement AbleCustomizerPanel
 class AmabBuyerLogicPanel
          This class provides the graphical editor panel for the AmabBuyerLogic to specify various parameters required to create an AMAB Buyer Object It provides a tab used by the AmabBuyerLogicCustomizer and any customizers that extend it.
 class AmabSellerLogicPanel
          This class provides the graphical editor panel for the AmabSellerLogic to specify various parameters required to create an AMAB Seller Object It provides a tab used by the AmabSellerLogicCustomizer and any customizers that extend it.
 

Uses of AbleCustomizerPanel in com.ibm.able.platform
 

Classes in com.ibm.able.platform that implement AbleCustomizerPanel
 class AblePlatformDefaultAgentPanel
          This class provides the panel for the Jas Default Agent.
 


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

(C) Copyright IBM Corporation 1999, 2003