ABLE, Version 1.1b

Uses of Interface
com.ibm.able.AbleCustomizer

Packages that use AbleCustomizer
com.ibm.able Refer to the ABLE package index for more details on using ABLE. 
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.beans.filter The FILTER package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks. 
com.ibm.able.beans.fuzzy The Fuzzy System (Fs) package defines a fuzzy rule language, a fuzzy ruleset editor that you can use to create, test, and save source fuzzy rules as well as ready-to-run serialized fuzzy agents (the editor is integrated into the AbleEditor, but also can be run as a stand-alone tool), a fuzzy inference engine, and objects and APIs for creating and running fuzzy rulesets under program control. 
com.ibm.able.beans.rules The RULES package provides a set of objects implementing standard boolean-logic based forward and backward reasoning using if-then rules. 
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 This example shows the easiest method for creating a custom AbleAgent by extending the AbleDefaultAgent base class. 
com.ibm.able.examples.ablebean SimpleAbleBean - How to create a custom AbleBean This example shows the easiest method for creating a custom AbleBean, by extending the AbleObject base class.   There are three java parts that must be created for any AbleBean: The bean class file (SimpleAbleBean.java) The bean info file (SimpleAbleBeanInfo.java) The bean customizer file (SimpleAbleBeanCustomizer.java) To see how the SimpleAbleBean works, go to the Samples panel on the icon palette.   Move the mouse slowly over each icon and a tooltip text window will display the name of the bean.   Click on the icon for the "SimpleBean".  This will create an instance and place it on the canvas. 
com.ibm.able.examples.fuzzy The Fuzzy System (Fs) Examples package contains a number of different types of examples. 
 

Uses of AbleCustomizer in com.ibm.able
 

Classes in com.ibm.able that implement AbleCustomizer
 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 AbleDefaultAgentCustomizer
          This class provides the customizer interface for the AbleDefaultAgent.
 class AbleGeneticSearchAgentCustomizer
          This class provides the customizer for the Genetic Search tab.
 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.
 

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 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.
 

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.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.fuzzy
 

Classes in com.ibm.able.beans.fuzzy that implement AbleCustomizer
 class FsRuleSetCustomizer
          This class contains the Fuzzy System Ruleset Customizer panel.
 

Uses of AbleCustomizer in com.ibm.able.beans.rules
 

Classes in com.ibm.able.beans.rules that implement AbleCustomizer
 class AbleRuleSetEditor
          This class contains the Able Ruleset Editor panel.
 

Uses of AbleCustomizer in com.ibm.able.editor
 

Classes in com.ibm.able.editor that implement AbleCustomizer
 class AbleSensorEffectorDialog
          This class provides a dialog to display sensors or effectors 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.fuzzy
 

Classes in com.ibm.able.examples.fuzzy that implement AbleCustomizer
 class SampleSensorEffectorCustomizer
          This class provides the customizer for the fuzzy SampleSensorEffector.
 


ABLE, Version 1.1b

ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'