|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleCustomizer | |
---|---|
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.editor | The EDITOR package provides a set of objects that implement a GUI development environment for constructing hybrid intelligent agents using AbleBeans and AbleAgents as components. |
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.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. |
com.ibm.able.rules | The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control. |
Uses of AbleCustomizer in com.ibm.able |
---|
Classes in com.ibm.able that implement AbleCustomizer | |
class |
AbleDefaultAgentCustomizer
This class provides the customizer interface for the AbleDefaultAgent. |
class |
AbleObjectCustomizer
This class provides a dialog with a tabbed property panel and standard tabs for AbleObjects. |
Methods in com.ibm.able with parameters of type AbleCustomizer | |
void |
AbleObjectCustomizer.setCustomizer(AbleCustomizer theCustomizer)
Customizers that extend this customizer call setCustomizer so that the base object knows to call its updateObject method. |
Uses of AbleCustomizer in com.ibm.able.agents |
---|
Classes in com.ibm.able.agents that implement AbleCustomizer | |
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 AbleCustomizer in com.ibm.able.autotune |
---|
Classes in com.ibm.able.autotune that implement AbleCustomizer | |
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. |
Uses of AbleCustomizer in com.ibm.able.beans |
---|
Classes in com.ibm.able.beans that implement AbleCustomizer | |
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. |
Uses of AbleCustomizer in com.ibm.able.beans.bayes |
---|
Classes in com.ibm.able.beans.bayes that implement AbleCustomizer | |
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 AbleCustomizer in com.ibm.able.beans.decisiontree |
---|
Classes in com.ibm.able.beans.decisiontree that implement AbleCustomizer | |
class |
AbleDecisionTreeCustomizer
|
Uses of AbleCustomizer in com.ibm.able.beans.filter |
---|
Classes in com.ibm.able.beans.filter that implement AbleCustomizer | |
class |
AbleFilterCustomizer
This class provides the customizer for the Back Propagation tab. |
class |
AbleFilterPanel
This class provides a "Customizer" for Filter beans. |
Uses of AbleCustomizer in com.ibm.able.beans.knn |
---|
Classes in com.ibm.able.beans.knn that implement AbleCustomizer | |
class |
AbleDecisionTreeClassifierAgentCustomizer
|
class |
AbleKnnClassifierAgentCustomizer
|
class |
AbleKnnCustomizer
|
Uses of AbleCustomizer in com.ibm.able.conversation |
---|
Classes in com.ibm.able.conversation that implement AbleCustomizer | |
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 AbleCustomizer in com.ibm.able.editor |
---|
Classes in com.ibm.able.editor that implement AbleCustomizer | |
class |
AbleUserDefinedFunctionDialog
This class provides a dialog to display user-defined functions for an object. |
Uses of AbleCustomizer in com.ibm.able.examples |
---|
Classes in com.ibm.able.examples that implement AbleCustomizer | |
class |
AbleBeanWrapperCustomizer
This class provides the customizer for the Simple Able Bean. |
Uses of AbleCustomizer in com.ibm.able.examples.ableagent |
---|
Classes in com.ibm.able.examples.ableagent that implement AbleCustomizer | |
class |
SimpleAbleAgentCustomizer
This class provides the customizer for the Simple Able Agent. |
Uses of AbleCustomizer in com.ibm.able.examples.ablebean |
---|
Classes in com.ibm.able.examples.ablebean that implement AbleCustomizer | |
class |
AbleFileWatcherCustomizer
This class provides the customizer for the File Watcher tab. |
class |
SimpleAbleBeanCustomizer
This class provides the customizer for the Simple Able Bean. |
Uses of AbleCustomizer in com.ibm.able.examples.conversation |
---|
Classes in com.ibm.able.examples.conversation that implement AbleCustomizer | |
class |
AmabBuyerLogicCustomizer
This class provides the customizer for the AmabBuyerLogic bean. |
class |
AmabSellerLogicCustomizer
This class provides the customizer for the AmabSellerLogic bean. |
Uses of AbleCustomizer in com.ibm.able.examples.rules |
---|
Classes in com.ibm.able.examples.rules that implement AbleCustomizer | |
class |
SampleSensorEffectorCustomizer
This class provides the customizer for the fuzzy SampleSensorEffector. |
Uses of AbleCustomizer in com.ibm.able.platform |
---|
Classes in com.ibm.able.platform that implement AbleCustomizer | |
class |
AblePlatformDefaultAgentCustomizer
This class provides the customizer for the Platform tab. |
Uses of AbleCustomizer in com.ibm.able.rules |
---|
Classes in com.ibm.able.rules that implement AbleCustomizer | |
class |
AbleRuleSetEditor
This class contains the Able Ruleset Editor panel. |
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |