ABLE, Version 1.1b

Uses of Class
com.ibm.able.AbleObjectCustomizer

Packages that use AbleObjectCustomizer
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.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 AbleObjectCustomizer in com.ibm.able
 

Constructors in com.ibm.able with parameters of type AbleObjectCustomizer
AbleConnectionsPanel.AbleConnectionsPanel(AbleObjectCustomizer theCustomizer)
          Create the JPanel used to display the AbleObject connections.
AbleObjectPanel.AbleObjectPanel(AbleObjectCustomizer theCustomizer)
          Create the JPanel used to display the AbleObject name, comment, file name, state, and processing options.
 

Uses of AbleObjectCustomizer in com.ibm.able.agents
 

Subclasses of AbleObjectCustomizer in com.ibm.able.agents
 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 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 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.
 

Constructors in com.ibm.able.beans with parameters of type AbleObjectCustomizer
AbleDataSetPanel.AbleDataSetPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleExportPanel.AbleExportPanel(AbleObjectCustomizer theCustomizer)
          Construct the panel for the customizer.
AbleImportPanel.AbleImportPanel(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.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.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.fuzzy
 

Subclasses of AbleObjectCustomizer in com.ibm.able.examples.fuzzy
 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.'