ABLE, Version 1.1b
A B C D E F G H I L M N O P Q R S T U V W X _

A

Able - class com.ibm.able.Able.
This class contains constants for the IBM Agent Building and Learning Environment (ABLE).
Able_FILT_INVALID_INDEX - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_INVALID_NUMERIC_INPUT_INDEX - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_INVALID_SYMBOLIC_INPUT_INDEX - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_NOTANUMBER - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_OPERATOR_ERROR - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_READ_IO - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
Able_FILT_WRITE_IO - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
AbleAboutDialog - class com.ibm.able.editor.AbleAboutDialog.
Able is a development environment for the graphical construction of agents from JavaBean parts.
AbleAboutDialog() - Constructor for class com.ibm.able.editor.AbleAboutDialog
Construct and display the about dialog non-modally.
AbleAboutDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.editor.AbleAboutDialog
Construct and display the about dialog.
AbleAgent - interface com.ibm.able.agents.AbleAgent.
This interface defines an AbleAgent, an AbleBean container which can be composed of other AbleBeans.
AbleArraysDialog - class com.ibm.able.editor.AbleArraysDialog.
This class displays a modal dialog for the selection of an AbleObject array (indexed) properties.
AbleArraysDialog() - Constructor for class com.ibm.able.editor.AbleArraysDialog
 
AbleArraysDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.editor.AbleArraysDialog
 
AbleAtom - class com.ibm.able.beans.AbleAtom.
An Atom is a named property-value pair
AbleAtom(String) - Constructor for class com.ibm.able.beans.AbleAtom
Create a new Atom with the specified name.
AbleAtom(String, Object) - Constructor for class com.ibm.able.beans.AbleAtom
Create a new Atom with the specified name and value.
AbleBackPropagation - class com.ibm.able.beans.AbleBackPropagation.
Back Propagation Model Programmer: Joe Bigus Created: 10/4/90 Change Log: 7/26/95 jpb Major redesign for C++ (NNU V4)
AbleBackPropagation() - Constructor for class com.ibm.able.beans.AbleBackPropagation
default constructor
AbleBackPropagation(String) - Constructor for class com.ibm.able.beans.AbleBackPropagation
default constrcutor with a name
AbleBackPropagation(String, String) - Constructor for class com.ibm.able.beans.AbleBackPropagation
construct a back prop network with specified name and architecture
AbleBackPropagationBeanInfo - class com.ibm.able.beans.AbleBackPropagationBeanInfo.
 
AbleBackPropagationBeanInfo() - Constructor for class com.ibm.able.beans.AbleBackPropagationBeanInfo
 
AbleBackPropagationCustomizer - class com.ibm.able.beans.AbleBackPropagationCustomizer.
This class provides the customizer for the Back Propagation tab.
AbleBackPropagationCustomizer() - Constructor for class com.ibm.able.beans.AbleBackPropagationCustomizer
Construct a Back Propagation Customizer Dialog.
AbleBackPropagationCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleBackPropagationCustomizer
Construct a Back Propagation Customizer dialog.
AbleBackPropagationPanel - class com.ibm.able.beans.AbleBackPropagationPanel.
This class provides the panel for the Genetic Search tab.
AbleBackPropagationPanel() - Constructor for class com.ibm.able.beans.AbleBackPropagationPanel
Construct the panel for the customizer.
AbleBean - interface com.ibm.able.AbleBean.
This interface describes the unique behavior required of JavaBeans to be fully integrated into the Able editor and run-time framework.
AbleBeanAdaptor - class com.ibm.able.AbleBeanAdaptor.
This class provides a default implementation of an AbleBean.
AbleBeanAdaptor() - Constructor for class com.ibm.able.AbleBeanAdaptor
Create a default Able bean adaptor.
AbleBeanAdaptor(Object) - Constructor for class com.ibm.able.AbleBeanAdaptor
Create a default Able bean adaptor with the specified object.
AbleBeanAdaptor(String) - Constructor for class com.ibm.able.AbleBeanAdaptor
Create a default Able bean adaptor with the specified name.
AbleBeanAdaptor(String, Object) - Constructor for class com.ibm.able.AbleBeanAdaptor
Create a default Able bean adaptor with the specified name and object.
AbleBeanContainer - interface com.ibm.able.AbleBeanContainer.
This class defines the interface for ABLE objects that are composed of, or can contain multiple AbleBean objects.
AbleBeanWrapper - class com.ibm.able.examples.AbleBeanWrapper.
This class is a wrapper for custom algorithms.
AbleBeanWrapper() - Constructor for class com.ibm.able.examples.AbleBeanWrapper
Construct an AbleBeanWrapper.
AbleBeanWrapper(String) - Constructor for class com.ibm.able.examples.AbleBeanWrapper
Construct an AbleBeanWrapper with specified name.
AbleBeanWrapperBeanInfo - class com.ibm.able.examples.AbleBeanWrapperBeanInfo.
This class provides the bean info for the Simple Able Bean.
AbleBeanWrapperBeanInfo() - Constructor for class com.ibm.able.examples.AbleBeanWrapperBeanInfo
Default constructor
AbleBeanWrapperCustomizer - class com.ibm.able.examples.AbleBeanWrapperCustomizer.
This class provides the customizer for the Simple Able Bean.
AbleBeanWrapperCustomizer() - Constructor for class com.ibm.able.examples.AbleBeanWrapperCustomizer
Construct a Simple Able Bean Customizer panel.
AbleBooleanLiteral - class com.ibm.able.data.AbleBooleanLiteral.
This class defines the Able data boolean literal.
AbleBooleanLiteral(boolean) - Constructor for class com.ibm.able.data.AbleBooleanLiteral
Create a new literal with the specified value.
AbleBooleanVariable - class com.ibm.able.data.AbleBooleanVariable.
This class defines the Able data boolean variable.
AbleBooleanVariable(Object, PropertyChangeSupport, int, String, boolean) - Constructor for class com.ibm.able.data.AbleBooleanVariable
Create a new boolean variable with the specified initial value.
AbleBooleanVariable(String, boolean) - Constructor for class com.ibm.able.data.AbleBooleanVariable
Create a new boolean variable with the specified initial value.
AbleBreakPoint - class com.ibm.able.beans.AbleBreakPoint.
 
AbleBreakPoint() - Constructor for class com.ibm.able.beans.AbleBreakPoint
 
AbleBreakPoint(String, Field, String, String) - Constructor for class com.ibm.able.beans.AbleBreakPoint
 
AbleBufferConnection - class com.ibm.able.AbleBufferConnection.
This class provides a connection between two data members of AbleObjects.
AbleBufferConnection() - Constructor for class com.ibm.able.AbleBufferConnection
 
AbleBufferConnection(AbleBean, AbleBean) - Constructor for class com.ibm.able.AbleBufferConnection
 
AbleBufferConnection(Hashtable, String, String) - Constructor for class com.ibm.able.AbleBufferConnection
 
AbleCallLiteral - class com.ibm.able.data.AbleCallLiteral.
This class defines the Able data sensor/effector call object.
AbleCallLiteral(Object, boolean, String, Vector) - Constructor for class com.ibm.able.data.AbleCallLiteral
Create a new Able data call object with the specified information.
AbleCategoricalField - class com.ibm.able.beans.AbleCategoricalField.
 
AbleCategoricalVariable - class com.ibm.able.data.AbleCategoricalVariable.
This class defines the Able data categorical variable.
AbleCategoricalVariable(Object, PropertyChangeSupport, int, String) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new categorical variable.
AbleCategoricalVariable(Object, PropertyChangeSupport, int, String, Vector) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new categorical variable over the specified categories.
AbleCategoricalVariable(String, Vector) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new categorical variable over the specified categories.
AbleCheckBoxTreeCellRenderer - class com.ibm.able.AbleCheckBoxTreeCellRenderer.
This class renders an AbleCheckBoxTreeNode containing a JCheckBox and a JLabel.
AbleCheckBoxTreeCellRenderer() - Constructor for class com.ibm.able.AbleCheckBoxTreeCellRenderer
Construct the checkbox and label for display.
AbleCheckBoxTreeNode - class com.ibm.able.AbleCheckBoxTreeNode.
This class provides a TreeNode and maintains an indicator as to whether or not it is selected.
AbleCheckBoxTreeNode(Object, boolean, boolean) - Constructor for class com.ibm.able.AbleCheckBoxTreeNode
Construct the node and set its properties.
AbleClassLoader - class com.ibm.able.editor.AbleClassLoader.
A class loader that is used by the JarLoader to load the classes and resources.
AbleClause - class com.ibm.able.beans.rules.AbleClause.
A Clause uses a relational operator to compare two Atoms (Facts, Variables, Sensors, or their derivatives).
AbleClause() - Constructor for class com.ibm.able.beans.rules.AbleClause
Create a new, empty, clause whose truth value is unknown.
AbleClause(AbleAtom, AbleRuleCondition, AbleAtom) - Constructor for class com.ibm.able.beans.rules.AbleClause
Create a new clause with the specified parts.
AbleClause(AbleAtom, AbleRuleCondition, AbleSensorManager, String, Object[]) - Constructor for class com.ibm.able.beans.rules.AbleClause
Create a new clause with the specified parts.
AbleClause(AbleAtom, AbleRuleCondition, String) - Constructor for class com.ibm.able.beans.rules.AbleClause
Create a new clause with the specified parts.
AbleConnectionsPanel - class com.ibm.able.AbleConnectionsPanel.
This class provides the graphical editor panel for the base class AbleObject connection properties.
AbleConnectionsPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.AbleConnectionsPanel
Create the JPanel used to display the AbleObject connections.
AbleConsequentClause - class com.ibm.able.beans.rules.AbleConsequentClause.
This grossly overloaded consequent clause can represent any of the following: A consequent clause in a conditional (if-then) rule: If the LHS and the RHS are both AbleAtoms, then the clause is an AbleAtom-to-AbleAtom assignment.
AbleConsequentClause(AbleAtom, AbleAtom) - Constructor for class com.ibm.able.beans.rules.AbleConsequentClause
Create a new ASSIGNMENT consequent clause with the specified parts.
AbleConsequentClause(AbleAtom, AbleEffectorManager, String, Object[]) - Constructor for class com.ibm.able.beans.rules.AbleConsequentClause
Create a new EFFECTOR consequent clause with the specified parts.
AbleConsequentClause(AbleAtom, AbleSensorManager, String, Object[]) - Constructor for class com.ibm.able.beans.rules.AbleConsequentClause
Create a new Sensor ASSERTION clause with the specified parts.
AbleConsequentClause(AbleAtom, String) - Constructor for class com.ibm.able.beans.rules.AbleConsequentClause
Create a new ASSIGNMENT consequent clause with the specified parts.
AbleConsequentClause(AbleEffectorManager, String, Object[]) - Constructor for class com.ibm.able.beans.rules.AbleConsequentClause
Deprecated. Use the form where a lefthand side is specified. The results of an effector call should be assigned to a variable.
AbleContinuousField - class com.ibm.able.beans.AbleContinuousField.
 
AbleContinuousVariable - class com.ibm.able.data.AbleContinuousVariable.
This class defines the Able data continuous variable.
AbleContinuousVariable(Object, PropertyChangeSupport, int, String, double, double) - Constructor for class com.ibm.able.data.AbleContinuousVariable
Create a new continuous variable with the specified universe of discourse.
AbleContinuousVariable(String, double, double) - Constructor for class com.ibm.able.data.AbleContinuousVariable
Create a new continuous variable with the specified universe of discourse.
AbleCustomizer - interface com.ibm.able.AbleCustomizer.
This interface describes a slight extension of the base Customizer behavior.
AbleCustomizerDialog - class com.ibm.able.editor.AbleCustomizerDialog.
This class provides the base customizer dialog on which the individual AbleBean Customizers (JPanels) are displayed.
AbleCustomizerDialog() - Constructor for class com.ibm.able.editor.AbleCustomizerDialog
Construct and display the customizer dialog.
AbleCustomizerDialog(Frame, String, boolean) - Constructor for class com.ibm.able.editor.AbleCustomizerDialog
Construct and display the customizer dialog.
AbleCustomizerDialog(JFrame, Customizer, Object) - Constructor for class com.ibm.able.editor.AbleCustomizerDialog
Construct and display the customizer dialog.
AbleCustomizerPanel - interface com.ibm.able.AbleCustomizerPanel.
This interface allows the AbleObjectCustomizer to find the appropriate help url for a given panel.
AbleData - class com.ibm.able.data.AbleData.
This class contains constants for the IBM Agent Building and Learning Environment (ABLE) Data package.
AbleDataException - exception com.ibm.able.data.AbleDataException.
This class defines an exception for reporting data related errors.
AbleDataException() - Constructor for class com.ibm.able.data.AbleDataException
Create a new Able data exception.
AbleDataException(String) - Constructor for class com.ibm.able.data.AbleDataException
Create a new Able data exception.
AbleDataException(String, String) - Constructor for class com.ibm.able.data.AbleDataException
Create a new Able data exception.
AbleDataException(String, String, String) - Constructor for class com.ibm.able.data.AbleDataException
Create a new Able data exception.
AbleDataSet - class com.ibm.able.beans.AbleDataSet.
This class describes an external data set using a definition file *.dfn which describes the field name and type (continuous/discrete/categorical) special types (ignore / predicted) are used by auto-generation functions min/mean/max values are computed for continuous values for auto-scaling
AbleDataSet() - Constructor for class com.ibm.able.beans.AbleDataSet
Create a data set object over a text data file this object includes the in-memory cache or buffer for all or part of the data and handles the text file i/o using a BufferedReader
AbleDataSetDefinition - class com.ibm.able.beans.AbleDataSetDefinition.
This class represents a set of meta-data used to describe external data It consists of a vector of AbleFieldDefinitions which describe individual fields Field definitions contain names, data types, and usage (input/output/ignore) This class can read/write text *.dfn files
AbleDataSetDefinition() - Constructor for class com.ibm.able.beans.AbleDataSetDefinition
construct a data set definition object with no field defs
AbleDataSetPanel - class com.ibm.able.beans.AbleDataSetPanel.
This class provides the panel for the Text Export tab.
AbleDataSetPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleDataSetPanel
Construct the panel for the customizer.
AbleDataSource - interface com.ibm.able.AbleDataSource.
 
AbleDefaultAgent - class com.ibm.able.agents.AbleDefaultAgent.
This class provides an Able container agent which can be composed of other AbleObjects.
AbleDefaultAgent() - Constructor for class com.ibm.able.agents.AbleDefaultAgent
Construct an AbleDefaultAgent instance
AbleDefaultAgent(String) - Constructor for class com.ibm.able.agents.AbleDefaultAgent
Construct an object with the specified name.
AbleDefaultAgent(String, String) - Constructor for class com.ibm.able.agents.AbleDefaultAgent
Construct an object with the specified name and comment.
AbleDefaultAgentBeanInfo - class com.ibm.able.agents.AbleDefaultAgentBeanInfo.
This class provides BeanInfo for the AbleDefaultAgent class.
AbleDefaultAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleDefaultAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AbleDefaultAgentCustomizer - class com.ibm.able.agents.AbleDefaultAgentCustomizer.
This class provides the customizer interface for the AbleDefaultAgent.
AbleDefaultAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleDefaultAgentCustomizer
Construct an Able Default Agent Customizer Dialog.
AbleDefaultAgentCustomizer(JFrame, String, boolean) - Constructor for class com.ibm.able.agents.AbleDefaultAgentCustomizer
Construct an Able Default Agent Customizer dialog.
AbleDiscreteField - class com.ibm.able.beans.AbleDiscreteField.
 
AbleDiscreteVariable - class com.ibm.able.data.AbleDiscreteVariable.
This class defines the Able data discrete variable.
AbleDiscreteVariable(Object, PropertyChangeSupport, int, String) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new discrete variable.
AbleDiscreteVariable(Object, PropertyChangeSupport, int, String, Vector) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new discrete variable over the specified numbers.
AbleDiscreteVariable(String, Vector) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new discrete variable over the specified numbers.
AbleDoOnBean - interface com.ibm.able.editor.AbleDoOnBean.
An action to perform on created beans
AbleEditor - class com.ibm.able.editor.AbleEditor.
This class is the main window for the Able design time editor.
AbleEditor() - Constructor for class com.ibm.able.editor.AbleEditor
Construct a new AbleEditor frame and display it.
AbleEditorCanvas - class com.ibm.able.editor.AbleEditorCanvas.
This class is the main canvas class for Able Editor It supports drag/drop and connections of Able beans
AbleEditorCanvas() - Constructor for class com.ibm.able.editor.AbleEditorCanvas
 
AbleEditorFrame - class com.ibm.able.editor.AbleEditorFrame.
This class defines the main editor frame including menubar, toolbars, and canvas.
AbleEditorFrame() - Constructor for class com.ibm.able.editor.AbleEditorFrame
 
AbleEditorPreferences - class com.ibm.able.editor.AbleEditorPreferences.
 
AbleEditorPreferences(AbleEditorFrame, String) - Constructor for class com.ibm.able.editor.AbleEditorPreferences
Construct and display the preferences dialog.
AbleEffector - class com.ibm.able.beans.AbleEffector.
An Effector is an encapsulated (named) method used by an Agent
AbleEffector(String, Object, Method) - Constructor for class com.ibm.able.beans.AbleEffector
Create a new effector with the specified name, and encapsulate the specified method of the specified object.
AbleEffector(String, Object, String, Class[]) - Constructor for class com.ibm.able.beans.AbleEffector
Create a new effector with the specified name, and encapsulate the specified method of the specified object.
AbleEffectorManager - interface com.ibm.able.beans.AbleEffectorManager.
An EffectorManager manages a set of effectors, named method objects
AbleEnvironment - class com.ibm.able.editor.AbleEnvironment.
This class is used to save/restore the Able Editor environment Which includes, viewObject positions and Inspector windows and their settings An Agent is saved to agentFileName.ser, The corresponding environment is serialized into agentFileName.env
AbleEnvironment() - Constructor for class com.ibm.able.editor.AbleEnvironment
 
AbleEvent - class com.ibm.able.AbleEvent.
This class defines the event object used for notification and actions (method invocation) on other AbleBeans and AbleObjects.
AbleEvent(Object, Object) - Constructor for class com.ibm.able.AbleEvent
Create a new AbleEvent.
AbleEvent(Object, Object, int) - Constructor for class com.ibm.able.AbleEvent
Create a new asynchronous AbleEvent.
AbleEvent(Object, Object, int, boolean) - Constructor for class com.ibm.able.AbleEvent
Create a new AbleEvent.
AbleEvent(Object, Object, String) - Constructor for class com.ibm.able.AbleEvent
Create a new asynchronous AbleEvent.
AbleEvent(Object, Object, String, boolean) - Constructor for class com.ibm.able.AbleEvent
Create a new action AbleEvent.
AbleEventConnection - class com.ibm.able.AbleEventConnection.
This class defines an AbleEventListener connection between an AbleBean and an AbleEventListener object.
AbleEventConnection(AbleBean, AbleEventListener) - Constructor for class com.ibm.able.AbleEventConnection
Create an event connection, so that any AbleEvent fired by the source Able bean will get sent to any registered listeners.
AbleEventListener - interface com.ibm.able.AbleEventListener.
This interface provides methods for handling AbleEvents.
AbleEventProcessingEnabled - Static variable in class com.ibm.able.AbleProperty
 
AbleEventProcessingEnabledId - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's Able event processing flag.
AbleEventQueue - class com.ibm.able.AbleEventQueue.
The AbleEventQueue was, at one time, just that: a simple event queue.
AbleEventQueue(AbleEventQueueProcessor) - Constructor for class com.ibm.able.AbleEventQueue
Create a new AbleEventQueue.
AbleEventQueueProcessor - interface com.ibm.able.AbleEventQueueProcessor.
The methods in this interface must be implemented by all objects wishing to interface with the AbleEventQueue object; the methods provide a way for the event queue to hand off processing of timer and asynchronous AbleEvents.
AbleException - exception com.ibm.able.AbleException.
This class defines an ABLE exception from which all other subpackages may extend their own exceptions.
AbleException() - Constructor for class com.ibm.able.AbleException
Create a new exception of an unspecified severity.
AbleException(int) - Constructor for class com.ibm.able.AbleException
Create a new exception of the specified severity.
AbleException(int, String, Throwable) - Constructor for class com.ibm.able.AbleException
Create a new exception with the specified message, Throwable, and ABLE severity.
AbleException(String) - Constructor for class com.ibm.able.AbleException
Create a new exception with the specified message.
AbleException(String, Throwable) - Constructor for class com.ibm.able.AbleException
Create a new exception with the specified message and Throwable.
AbleExport - class com.ibm.able.beans.AbleExport.
This class writes data out to external text files.
AbleExport() - Constructor for class com.ibm.able.beans.AbleExport
Construct a default AbleExport object
AbleExport(String) - Constructor for class com.ibm.able.beans.AbleExport
Construct an AbleExport object with specified name
AbleExportBeanInfo - class com.ibm.able.beans.AbleExportBeanInfo.
 
AbleExportBeanInfo() - Constructor for class com.ibm.able.beans.AbleExportBeanInfo
 
AbleExportCustomizer - class com.ibm.able.beans.AbleExportCustomizer.
This class provides the customizer for the Text Export tab.
AbleExportCustomizer() - Constructor for class com.ibm.able.beans.AbleExportCustomizer
Construct a Text Import Customizer Dialog.
AbleExportCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleExportCustomizer
Construct a Text Export Customizer dialog.
AbleExportPanel - class com.ibm.able.beans.AbleExportPanel.
This class provides the panel for the Text Export tab.
AbleExportPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleExportPanel
Construct the panel for the customizer.
AbleFact - class com.ibm.able.beans.AbleFact.
A Fact is an immutable property value pair
AbleFact(String, Object) - Constructor for class com.ibm.able.beans.AbleFact
Create a new fact with the specified name and value.
AbleField - interface com.ibm.able.beans.AbleField.
This class defines a basic variable or field for use in data sources and inferencing.
AbleFieldDefinition - class com.ibm.able.beans.AbleFieldDefinition.
This class represents a single field of externally described data It includes a field name, a data type, and a usage (input/output/ignore)
AbleFieldDefinition(String, String, String) - Constructor for class com.ibm.able.beans.AbleFieldDefinition
Construct an AbleFieldDefinition with name, type and usage specified
AbleFileWatcher - class com.ibm.able.examples.ablebean.AbleFileWatcher.
This class is an example of a simple AbleBean created by extending AbleObject.
AbleFileWatcher() - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcher
Construct an AbleFileWatcher with a name of FileWatcher.
AbleFileWatcher(String) - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcher
Construct an AbleFileWatcher with the provided bean name.
AbleFileWatcher(String, String) - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcher
Construct an AbleFileWatcher with the provided bean name and on the specified file.
AbleFileWatcherBeanInfo - class com.ibm.able.examples.ablebean.AbleFileWatcherBeanInfo.
This class provides the bean info for the Able File Watcher Bean.
AbleFileWatcherBeanInfo() - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcherBeanInfo
Default constructor
AbleFileWatcherCustomizer - class com.ibm.able.examples.ablebean.AbleFileWatcherCustomizer.
This class provides the customizer for the File Watcher tab.
AbleFileWatcherCustomizer() - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcherCustomizer
Construct a Customizer dialog.
AbleFileWatcherCustomizer(JFrame, String) - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcherCustomizer
Construct a File Watcher Customizer dialog.
AbleFileWatcherPanel - class com.ibm.able.examples.ablebean.AbleFileWatcherPanel.
This class provides the panel for the Neural Classifier Agent.
AbleFileWatcherPanel(AbleFileWatcherCustomizer) - Constructor for class com.ibm.able.examples.ablebean.AbleFileWatcherPanel
Construct the panel for the customizer.
AbleFilter - class com.ibm.able.beans.filter.AbleFilter.
This class provides data translation and scaling functions for Able neural networks // This code performs complicated processing of data // Based on the field input and output data types, // the code can be processed in a wide variety of ways.
AbleFilter() - Constructor for class com.ibm.able.beans.filter.AbleFilter
Construct a filter object with default name
AbleFilter(String) - Constructor for class com.ibm.able.beans.filter.AbleFilter
Construct a filter
AbleFilterBeanInfo - class com.ibm.able.beans.filter.AbleFilterBeanInfo.
 
AbleFilterBeanInfo() - Constructor for class com.ibm.able.beans.filter.AbleFilterBeanInfo
 
AbleFilterCustomizer - class com.ibm.able.beans.filter.AbleFilterCustomizer.
This class provides the customizer for the Back Propagation tab.
AbleFilterCustomizer() - Constructor for class com.ibm.able.beans.filter.AbleFilterCustomizer
Construct a Back Propagation Customizer Dialog.
AbleFilterCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.filter.AbleFilterCustomizer
Construct a Filter Customizer dialog.
AbleFilterPanel - class com.ibm.able.beans.filter.AbleFilterPanel.
This class provides a "Customizer" for Filter beans.
AbleFilterPanel() - Constructor for class com.ibm.able.beans.filter.AbleFilterPanel
Zero-argument constructor, for use by a beanbox.
AbleGenericLiteral - class com.ibm.able.data.AbleGenericLiteral.
This class defines the Able data generic literal.
AbleGenericLiteral(Object) - Constructor for class com.ibm.able.data.AbleGenericLiteral
Create a new literal with the specified value.
AbleGenericVariable - class com.ibm.able.data.AbleGenericVariable.
This class defines the Able data generic variable.
AbleGenericVariable(Object, PropertyChangeSupport, int, String) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable.
AbleGenericVariable(Object, PropertyChangeSupport, int, String, Object) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable with the specified initial value.
AbleGenericVariable(String) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable.
AbleGeneticObject - class com.ibm.able.beans.AbleGeneticObject.
 
AbleGeneticObject() - Constructor for class com.ibm.able.beans.AbleGeneticObject
construct a genetic object
AbleGeneticOperatorsDialog - class com.ibm.able.agents.AbleGeneticOperatorsDialog.
 
AbleGeneticOperatorsDialog() - Constructor for class com.ibm.able.agents.AbleGeneticOperatorsDialog
 
AbleGeneticOperatorsDialog(JFrame, String, boolean, Hashtable) - Constructor for class com.ibm.able.agents.AbleGeneticOperatorsDialog
 
AbleGeneticSearchAgent - class com.ibm.able.agents.AbleGeneticSearchAgent.
This class implements an AbleAgent for conducting genetic search over a population of AbleBeans.
AbleGeneticSearchAgent() - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgent
construct a genetic search agent
AbleGeneticSearchAgent(String) - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgent
construct a genetic search agent with specified name
AbleGeneticSearchAgentBeanInfo - class com.ibm.able.agents.AbleGeneticSearchAgentBeanInfo.
 
AbleGeneticSearchAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgentBeanInfo
 
AbleGeneticSearchAgentCustomizer - class com.ibm.able.agents.AbleGeneticSearchAgentCustomizer.
This class provides the customizer for the Genetic Search tab.
AbleGeneticSearchAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgentCustomizer
Construct a Genetic Search Agent Customizer Dialog.
AbleGeneticSearchAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgentCustomizer
Construct a Genetic Search Agent Customizer dialog.
AbleGeneticSearchAgentPanel - class com.ibm.able.agents.AbleGeneticSearchAgentPanel.
This class provides the panel for the Genetic Search tab.
AbleGeneticSearchAgentPanel(AbleGeneticSearchAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleGeneticSearchAgentPanel
Construct the panel for the customizer.
AbleGridBagConstraints - class com.ibm.able.editor.AbleGridBagConstraints.
 
AbleGridBagConstraints(int, int, int, int, double, double, int, int, Insets, int, int) - Constructor for class com.ibm.able.editor.AbleGridBagConstraints
Creates a GridBagConstraint object.
AbleHelp - class com.ibm.able.AbleHelp.
This class provides several static methods for displaying help To open a broswer on a specific URL, use displayHelpUrl() To open a browser on an Able help file, use displayHelp() Able help files are assumed to be in {AbleHome}/docs/com/ibm/able ...
AbleHelp() - Constructor for class com.ibm.able.AbleHelp
 
AbleImport - class com.ibm.able.beans.AbleImport.
This class provides an interface to external text-file data for Able Beans.
AbleImport() - Constructor for class com.ibm.able.beans.AbleImport
construct an AbleImport object
AbleImport(String) - Constructor for class com.ibm.able.beans.AbleImport
construct an AbleImport object with specified name
AbleImportBeanInfo - class com.ibm.able.beans.AbleImportBeanInfo.
 
AbleImportBeanInfo() - Constructor for class com.ibm.able.beans.AbleImportBeanInfo
 
AbleImportCustomizer - class com.ibm.able.beans.AbleImportCustomizer.
This class provides the customizer for the Text Import tab.
AbleImportCustomizer() - Constructor for class com.ibm.able.beans.AbleImportCustomizer
Construct a Text Import Customizer Dialog.
AbleImportCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleImportCustomizer
Construct a Text Import Customizer dialog.
AbleImportPanel - class com.ibm.able.beans.AbleImportPanel.
This class provides the panel for the Text Import tab.
AbleImportPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleImportPanel
Construct the panel for the customizer.
AbleInferenceEngine - class com.ibm.able.beans.rules.AbleInferenceEngine.
The InferenceEngine provides the control code and inferencing algorithms for processing a RuleSet (consisting of working memory and rules) It manages a set of sensors/effectors which may be
AbleInferenceEngine() - Constructor for class com.ibm.able.beans.rules.AbleInferenceEngine
Create a new inference engine.
AbleInputStreamProducer - interface com.ibm.able.editor.AbleInputStreamProducer.
 
AbleInspector - class com.ibm.able.editor.AbleInspector.
This class implements the generic inspector used to show AbleObject properties in text and graphic formats.
AbleInspector(AbleViewObject) - Constructor for class com.ibm.able.editor.AbleInspector
Create an Inspector object over the specified view object and the view object's underlying AbleObject or AbleBean.
AbleInspectorContext - class com.ibm.able.editor.AbleInspectorContext.
This class is used to encapsulate the user-defined settings of an Inspector so that it can be saved and restored as part of the Editor Environment
AbleInspectorContext() - Constructor for class com.ibm.able.editor.AbleInspectorContext
Create an Inspector context.
AbleInspectorData - class com.ibm.able.editor.AbleInspectorData.
This class provides the underlying model for the JChart data used in the Able Inspectors
AbleInspectorData() - Constructor for class com.ibm.able.editor.AbleInspectorData
 
AbleInspectorData(AbleBean) - Constructor for class com.ibm.able.editor.AbleInspectorData
 
AbleInspectorGeneralPanel - class com.ibm.able.editor.AbleInspectorGeneralPanel.
This class provides the panel for the Inspector General tab.
AbleInspectorGeneralPanel.AxesPanel - class com.ibm.able.editor.AbleInspectorGeneralPanel.AxesPanel.
 
AbleInspectorGeneralPanel.AxesPanel(AbleInspectorGeneralPanel, int) - Constructor for class com.ibm.able.editor.AbleInspectorGeneralPanel.AxesPanel
 
AbleInspectorGeneralPanel() - Constructor for class com.ibm.able.editor.AbleInspectorGeneralPanel
Construct the panel for the customizer.
AbleInspectorLoggingDialog - class com.ibm.able.editor.AbleInspectorLoggingDialog.
This class provides a dialog with a tabbed property panel and standard tabs for Able Inspector refresh rate.
AbleInspectorLoggingDialog.RefreshRatePanel - class com.ibm.able.editor.AbleInspectorLoggingDialog.RefreshRatePanel.
This class provides the Text inspector tab.
AbleInspectorLoggingDialog.RefreshRatePanel(AbleInspectorLoggingDialog) - Constructor for class com.ibm.able.editor.AbleInspectorLoggingDialog.RefreshRatePanel
 
AbleInspectorLoggingDialog(AbleInspector, String, boolean) - Constructor for class com.ibm.able.editor.AbleInspectorLoggingDialog
Create the property tabbed panel and add the standard tabs.
AbleInspectorLoggingDialog(String) - Constructor for class com.ibm.able.editor.AbleInspectorLoggingDialog
other constructors added by viscafe
AbleInspectorOptionsDialog - class com.ibm.able.editor.AbleInspectorOptionsDialog.
This class provides a dialog with a tabbed property panel and standard tabs for Able Inspector Views.
AbleInspectorOptionsDialog.AreaChartPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.AreaChartPanel.
This class provides the Area Plot inspector tab.
AbleInspectorOptionsDialog.AreaChartPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.AreaChartPanel
 
AbleInspectorOptionsDialog.BarChartPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.BarChartPanel.
This class provides the Bar chart inspector tab.
AbleInspectorOptionsDialog.BarChartPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.BarChartPanel
 
AbleInspectorOptionsDialog.LineChartPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.LineChartPanel.
This class provides the Line Chart inspector tab.
AbleInspectorOptionsDialog.LineChartPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.LineChartPanel
 
AbleInspectorOptionsDialog.ScatterPlotPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.ScatterPlotPanel.
This class provides the Scatter Plot inspector tab.
AbleInspectorOptionsDialog.ScatterPlotPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.ScatterPlotPanel
 
AbleInspectorOptionsDialog.StackedAreaPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.StackedAreaPanel.
This class provides the Stacked Area Plot inspector tab.
AbleInspectorOptionsDialog.StackedAreaPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.StackedAreaPanel
 
AbleInspectorOptionsDialog.StackedBarPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.StackedBarPanel.
This class provides the Stacked Bar chart inspector tab.
AbleInspectorOptionsDialog.StackedBarPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.StackedBarPanel
 
AbleInspectorOptionsDialog.TextPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.TextPanel.
This class provides the Text inspector tab.
AbleInspectorOptionsDialog.TextPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.TextPanel
 
AbleInspectorOptionsDialog.TextSeriesPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.TextSeriesPanel.
This class provides the Text Series inspector tab.
AbleInspectorOptionsDialog.TextSeriesPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.TextSeriesPanel
 
AbleInspectorOptionsDialog.TimePlotPanel - class com.ibm.able.editor.AbleInspectorOptionsDialog.TimePlotPanel.
This class provides the Time Plot inspector tab.
AbleInspectorOptionsDialog.TimePlotPanel(AbleInspectorOptionsDialog) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog.TimePlotPanel
 
AbleInspectorOptionsDialog(AbleInspector, String, boolean) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog
Create the property tabbed panel and add the standard tabs.
AbleInspectorOptionsDialog(String) - Constructor for class com.ibm.able.editor.AbleInspectorOptionsDialog
other constructors added by viscafe
AbleInspectorPanel - interface com.ibm.able.editor.AbleInspectorPanel.
This interface allows for a batch update rather than PropertyChange based incremental updates to the underlying bean.
AbleInspectorWindow - class com.ibm.able.editor.AbleInspectorWindow.
This class is the window for an Able Inspector
AbleInspectorWindow(JFrame, AbleInspector) - Constructor for class com.ibm.able.editor.AbleInspectorWindow
Construct a new Able Inspector window based on the specified inspector object.
AbleInspectorWindow(JFrame, AbleViewObject) - Constructor for class com.ibm.able.editor.AbleInspectorWindow
Construct a new Able Inspector window based on the specified view object.
AbleJarInfo - class com.ibm.able.editor.AbleJarInfo.
Represents a loaded Jar file
AbleJarInfo(String, AbleClassLoader, String[], boolean[], AbleJarMessageHeader[]) - Constructor for class com.ibm.able.editor.AbleJarInfo
Create a JarInfo.
AbleJarLoader - class com.ibm.able.editor.AbleJarLoader.
 
AbleJarLoader(String) - Constructor for class com.ibm.able.editor.AbleJarLoader
Create a JarLoader to read a JAR and to process its contents.
AbleJarManifest - class com.ibm.able.editor.AbleJarManifest.
 
AbleJarManifest() - Constructor for class com.ibm.able.editor.AbleJarManifest
 
AbleJarManifest(byte[]) - Constructor for class com.ibm.able.editor.AbleJarManifest
 
AbleJarManifest(InputStream) - Constructor for class com.ibm.able.editor.AbleJarManifest
Parse a manifest from a stream
AbleJarManifest(String[]) - Constructor for class com.ibm.able.editor.AbleJarManifest
 
AbleJarMessageHeader - class com.ibm.able.editor.AbleJarMessageHeader.
An RFC 844 or MIME message header.
AbleJarMessageHeader() - Constructor for class com.ibm.able.editor.AbleJarMessageHeader
 
AbleJarMessageHeader(InputStream) - Constructor for class com.ibm.able.editor.AbleJarMessageHeader
 
AbleLhs - class com.ibm.able.data.AbleLhs.
This class defines the base class from which all data objects that can appear on the lefthand side of a clause must inherit.
AbleLhs() - Constructor for class com.ibm.able.data.AbleLhs
 
AbleLiteral - class com.ibm.able.data.AbleLiteral.
This class defines the base Able data literal value.
AbleLiteral(int) - Constructor for class com.ibm.able.data.AbleLiteral
Create a new literal of the specified type.
AbleMessageBundle - class com.ibm.able.AbleMessageBundle.
This class contains national language messages for Able.
AbleMessageBundle() - Constructor for class com.ibm.able.AbleMessageBundle
 
AbleMethodAdaptor - class com.ibm.able.beans.AbleMethodAdaptor.
An AbleMethodAdaptor is a named Atom that makes a method call to retrieve its value.
AbleMethodAdaptor(String, Object, Method) - Constructor for class com.ibm.able.beans.AbleMethodAdaptor
Create a new method adaptor with the specified name, and encapsulate the specified method of the specified object.
AbleMethodAdaptor(String, Object, String, Class[]) - Constructor for class com.ibm.able.beans.AbleMethodAdaptor
Create a new method adaptor with the specified name, and encapsulate the specified method of the specified object.
AbleNaiveBayes - class com.ibm.able.beans.bayes.AbleNaiveBayes.
 
AbleNaiveBayes() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayes
construct an AbleNaiveBayes bean
AbleNaiveBayes(int, int, short[], int, double[], double[][][]) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayes
construct AbleNaiveBayes bean with the explicitly specified parameters ncls - number of class labels nftr - number of features nval - number of values per each feature (assuming nominal - discrete finite-valued - features) cpriors - prior probability distribution over class labels m - equivalent sample size ppriors - prior estimates of the probabilities P(f|C) (used for Bayesian parameter estimation with equivalent sample size method)
AbleNaiveBayesBeanInfo - class com.ibm.able.beans.bayes.AbleNaiveBayesBeanInfo.
 
AbleNaiveBayesBeanInfo() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesBeanInfo
 
AbleNaiveBayesClassifierAgent - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent.
This class implements a classifier using back propagation
AbleNaiveBayesClassifierAgent() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
AbleNaiveBayesClassifierAgent(String) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
AbleNaiveBayesClassifierAgentBeanInfo - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentBeanInfo.
 
AbleNaiveBayesClassifierAgentBeanInfo() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentBeanInfo
 
AbleNaiveBayesClassifierAgentCustomizer - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentCustomizer.
This class provides the customizer for the NaiveBayes Classifier tab.
AbleNaiveBayesClassifierAgentCustomizer() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentCustomizer
Construct a NaiveBayes Classification Customizer dialog.
AbleNaiveBayesClassifierAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentCustomizer
Construct a NaiveBayes Classification Customizer dialog.
AbleNaiveBayesClassifierAgentPanel - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentPanel.
This class provides the panel for the NaiveBayes Classifier Agent.
AbleNaiveBayesClassifierAgentPanel(AbleNaiveBayesClassifierAgentCustomizer) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentPanel
Construct the panel for the customizer.
AbleNaiveBayesCustomizer - class com.ibm.able.beans.bayes.AbleNaiveBayesCustomizer.
This class provides the customizer for the Self Organizing Map tab.
AbleNaiveBayesCustomizer() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesCustomizer
Construct a Self Organizing Map Customizer Dialog.
AbleNaiveBayesCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesCustomizer
Construct a Self Organizing Map Customizer dialog.
AbleNaiveBayesPanel - class com.ibm.able.beans.bayes.AbleNaiveBayesPanel.
This class provides the panel for the NaiveBayes tab.
AbleNaiveBayesPanel(AbleNaiveBayesCustomizer) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesPanel
Construct the panel for the customizer.
AbleNetwork - class com.ibm.able.beans.AbleNetwork.
This class is the base class for all Neural Network AbleObjects
AbleNetwork() - Constructor for class com.ibm.able.beans.AbleNetwork
default constructor
AbleNetwork(String) - Constructor for class com.ibm.able.beans.AbleNetwork
Construct a network with specified name
AbleNetwork(String, String) - Constructor for class com.ibm.able.beans.AbleNetwork
Construct a network with specified name and architecture.
AbleNetworkGraphicView - class com.ibm.able.beans.AbleNetworkGraphicView.
This class defines a specialized Neural Network inspector that shows the processing units as colored circles arranged in columns by layer.
AbleNetworkGraphicView(Object) - Constructor for class com.ibm.able.beans.AbleNetworkGraphicView
Create a JPanel to display neural networks in a graphic format
AbleNeuralClassifierAgent - class com.ibm.able.agents.AbleNeuralClassifierAgent.
This class implements a classifier using back propagation
AbleNeuralClassifierAgent() - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgent
 
AbleNeuralClassifierAgent(String) - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgent
 
AbleNeuralClassifierAgentBeanInfo - class com.ibm.able.agents.AbleNeuralClassifierAgentBeanInfo.
 
AbleNeuralClassifierAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgentBeanInfo
 
AbleNeuralClassifierAgentCustomizer - class com.ibm.able.agents.AbleNeuralClassifierAgentCustomizer.
This class provides the customizer for the Neural Classifier tab.
AbleNeuralClassifierAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralClassifierAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralClassifierAgentPanel - class com.ibm.able.agents.AbleNeuralClassifierAgentPanel.
This class provides the panel for the Neural Classifier Agent.
AbleNeuralClassifierAgentPanel(AbleNeuralClassifierAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleNeuralClassifierAgentPanel
Construct the panel for the customizer.
AbleNeuralClusteringAgent - class com.ibm.able.agents.AbleNeuralClusteringAgent.
This class implements clustering using a self-organizing map
AbleNeuralClusteringAgent() - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgent
 
AbleNeuralClusteringAgent(String) - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgent
 
AbleNeuralClusteringAgentBeanInfo - class com.ibm.able.agents.AbleNeuralClusteringAgentBeanInfo.
 
AbleNeuralClusteringAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgentBeanInfo
 
AbleNeuralClusteringAgentCustomizer - class com.ibm.able.agents.AbleNeuralClusteringAgentCustomizer.
This class provides the customizer for the Neural Clustering tab.
AbleNeuralClusteringAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralClusteringAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralClusteringAgentPanel - class com.ibm.able.agents.AbleNeuralClusteringAgentPanel.
This class provides the panel for the Neural Clustering agent customization tabs:
AbleNeuralClusteringAgentPanel(AbleNeuralClusteringAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleNeuralClusteringAgentPanel
Construct the panel for the customizer.
AbleNeuralPredictionAgent - class com.ibm.able.agents.AbleNeuralPredictionAgent.
This class implements prediction using back propagation
AbleNeuralPredictionAgent() - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgent
 
AbleNeuralPredictionAgent(String) - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgent
 
AbleNeuralPredictionAgentBeanInfo - class com.ibm.able.agents.AbleNeuralPredictionAgentBeanInfo.
 
AbleNeuralPredictionAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgentBeanInfo
 
AbleNeuralPredictionAgentCustomizer - class com.ibm.able.agents.AbleNeuralPredictionAgentCustomizer.
This class provides the customizer for the Neural Prediction tab.
AbleNeuralPredictionAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralPredictionAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleNeuralPredictionAgentPanel - class com.ibm.able.agents.AbleNeuralPredictionAgentPanel.
This class provides the panel for the Neural Prediction Agent customization tabs:
AbleNeuralPredictionAgentPanel(AbleNeuralPredictionAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleNeuralPredictionAgentPanel
Construct the panel for the customizer.
AbleNumericLiteral - class com.ibm.able.data.AbleNumericLiteral.
This class defines the Able data numeric literal.
AbleNumericLiteral(double) - Constructor for class com.ibm.able.data.AbleNumericLiteral
Create a new literal with the specified value.
AbleNumericVariable - class com.ibm.able.data.AbleNumericVariable.
This class defines the Able data numeric variable.
AbleNumericVariable(Object, PropertyChangeSupport, int, String, double) - Constructor for class com.ibm.able.data.AbleNumericVariable
Create a new numeric variable with the specified initial value.
AbleNumericVariable(String, double) - Constructor for class com.ibm.able.data.AbleNumericVariable
Create a new numeric variable with the specified initial value.
AbleObject - class com.ibm.able.AbleObject.
This class is the default implementation of the AbleBean interface and is the base class for all ABLE objects; in particular, AbleObjects are JavaBeans which are specifically designed to be part of the ABLE framework.
AbleObject() - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject.
AbleObject(String) - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject with the specified name.
AbleObject(String, String) - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject with the specified name and comment.
AbleObjectCustomizer - class com.ibm.able.AbleObjectCustomizer.
This class provides a dialog with a tabbed property panel and standard tabs for AbleObjects.
AbleObjectCustomizer() - Constructor for class com.ibm.able.AbleObjectCustomizer
Called by main.
AbleObjectCustomizer(JFrame, String, boolean) - Constructor for class com.ibm.able.AbleObjectCustomizer
Create the property tabbed panel and add the general and connections tabs to it.
AbleObjectInputStreamLoader - class com.ibm.able.editor.AbleObjectInputStreamLoader.
This subclass of ObjectInputStream delegates loading of classes to an existing ClassLoader.
AbleObjectInputStreamLoader(InputStream, ClassLoader) - Constructor for class com.ibm.able.editor.AbleObjectInputStreamLoader
Loader must be non-null;
AbleObjectPanel - class com.ibm.able.AbleObjectPanel.
This class provides the graphical editor panel for the base class AbleObject.
AbleObjectPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.AbleObjectPanel
Create the JPanel used to display the AbleObject name, comment, file name, state, and processing options.
AblePanelHelper - class com.ibm.able.AblePanelHelper.
This class provides graphical helper methods to assure consistency of controls for AbleCustomizer panels.
AbleParametersDialog - class com.ibm.able.editor.AbleParametersDialog.
This class displays a modal dialog for the selection of an AbleObject parameters (non-indexed) properties.
AbleParametersDialog() - Constructor for class com.ibm.able.editor.AbleParametersDialog
 
AbleParametersDialog(JFrame, String, boolean, AbleBean, Object[], Object[], Hashtable, Vector, int) - Constructor for class com.ibm.able.editor.AbleParametersDialog
 
AbleParException - exception com.ibm.able.beans.rules.AbleParException.
This class defines the Able rule Parser exception.
AbleParException() - Constructor for class com.ibm.able.beans.rules.AbleParException
Create a new exception.
AbleParException(String) - Constructor for class com.ibm.able.beans.rules.AbleParException
Create a new exception.
AbleParException(String, String) - Constructor for class com.ibm.able.beans.rules.AbleParException
Create a new exception.
AbleParException(String, String, String) - Constructor for class com.ibm.able.beans.rules.AbleParException
Create a new exception.
AbleParLexer - class com.ibm.able.beans.rules.AbleParLexer.
This class is a scanner that will scan ABLE Rule Language input.
AbleParLexer(InputBuffer) - Constructor for class com.ibm.able.beans.rules.AbleParLexer
 
AbleParLexer(InputStream) - Constructor for class com.ibm.able.beans.rules.AbleParLexer
 
AbleParLexer(Reader) - Constructor for class com.ibm.able.beans.rules.AbleParLexer
 
AbleParParser - class com.ibm.able.beans.rules.AbleParParser.
This class parses ABLE rule language source files and instantiates a specified AbleRuleSet object.
AbleParParser(TokenBuffer) - Constructor for class com.ibm.able.beans.rules.AbleParParser
 
AbleParParser(TokenBuffer, int) - Constructor for class com.ibm.able.beans.rules.AbleParParser
 
AbleParParser(Tokenizer) - Constructor for class com.ibm.able.beans.rules.AbleParParser
 
AbleParParser(Tokenizer, int) - Constructor for class com.ibm.able.beans.rules.AbleParParser
 
AbleParTokenTypes - interface com.ibm.able.beans.rules.AbleParTokenTypes.
 
AbleParTrace - class com.ibm.able.beans.rules.AbleParTrace.
This class defines the Fuzzy System 'Trace' object.
AbleParTrace() - Constructor for class com.ibm.able.beans.rules.AbleParTrace
Create a new fuzzy trace object.
AblePlatform - interface com.ibm.able.platform.AblePlatform.
This class is meant to be registered with RMI and then used to gain access to other remote ABLE platform objects.
AblePlatformSupport - class com.ibm.able.platform.AblePlatformSupport.
This class provides the remote implementation of the AblePlatform interface.
AblePlatformSupport() - Constructor for class com.ibm.able.platform.AblePlatformSupport
Create a new ABLE platform support object.
AblePreferences - class com.ibm.able.AblePreferences.
This class contains preferences for the Able Editor .
AblePreferences() - Constructor for class com.ibm.able.AblePreferences
Instantiate all preferences from a Properties file read from disk.
AbleProperty - class com.ibm.able.AbleProperty.
This class contains constants for ABLE bean properties (not user preference properties).
AblePropertyConnection - class com.ibm.able.AblePropertyConnection.
This class defines a PropertyChange connection between an AbleBean property and another AbleBean listener and its corresponding property.
AblePropertyConnection(AbleBean, String, AbleBean, String) - Constructor for class com.ibm.able.AblePropertyConnection
Create a property connection, so that a change to the named bound property on the source object turns into a call on the "setter" method of the given target object.
AblePropertyConnection(AbleBean, String, String, AbleBean, String) - Constructor for class com.ibm.able.AblePropertyConnection
Create a property connection, so that a change to the named bound property on the source object turns into a call on the "setter" method of the given target object.
AblePropertyConnectionManager - class com.ibm.able.AblePropertyConnectionManager.
This class provides a single point listener for all PropertyChange events that an AbleObject fires.
AbleRadialBasisFunctionNet - class com.ibm.able.beans.AbleRadialBasisFunctionNet.
 
AbleRadialBasisFunctionNet() - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNet
default constructor
AbleRadialBasisFunctionNet(String) - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNet
default constrcutor with a name
AbleRadialBasisFunctionNet(String, String) - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNet
construct a back prop network with specified name and architecture
AbleRadialBasisFunctionNetBeanInfo - class com.ibm.able.beans.AbleRadialBasisFunctionNetBeanInfo.
 
AbleRadialBasisFunctionNetBeanInfo() - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNetBeanInfo
 
AbleRadialBasisFunctionNetCustomizer - class com.ibm.able.beans.AbleRadialBasisFunctionNetCustomizer.
This class provides the customizer for the Radial Basis Function tab.
AbleRadialBasisFunctionNetCustomizer() - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNetCustomizer
Construct a Back Propagation Customizer Dialog.
AbleRadialBasisFunctionNetCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNetCustomizer
Construct a Back Propagation Customizer dialog.
AbleRadialBasisFunctionNetPanel - class com.ibm.able.beans.AbleRadialBasisFunctionNetPanel.
This class provides the panel for the Radial Basis tab.
AbleRadialBasisFunctionNetPanel() - Constructor for class com.ibm.able.beans.AbleRadialBasisFunctionNetPanel
Construct the panel for the customizer.
AbleRd - interface com.ibm.able.data.AbleRd.
This class defines the interface for "Readable" data objects; that is, classes that implement this interface can appear on the righthand side of assignment and comparative clauses.
AbleReferences - class com.ibm.able.data.AbleReferences.
This class is used to keep track of a set of references from other objects to the object that contains this "references" object.
AbleReferences() - Constructor for class com.ibm.able.data.AbleReferences
Create a new set of references of which to keep track.
AbleRule - class com.ibm.able.beans.rules.AbleRule.
A Rule consists of a set of antecedent clauses (logically ANDed together) and one consequent clause.
AbleRule(String, AbleClause, AbleClause, AbleClause, AbleClause, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
 
AbleRule(String, AbleClause, AbleClause, AbleClause, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
 
AbleRule(String, AbleClause, AbleClause, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
 
AbleRule(String, AbleClause, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
Create a new effector with the specified parts.
AbleRule(String, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
 
AbleRule(String, Vector, AbleConsequentClause) - Constructor for class com.ibm.able.beans.rules.AbleRule
 
AbleRuleBase - class com.ibm.able.agents.AbleRuleBase.
The AbleRuleBase managers a collection of AbleRuleSets: and selects which RuleSet to use based on context (user or domain name) An AbleRuleBase is an AbleAgent, it contains a set of AbleBeans (RuleSets)
AbleRuleBase() - Constructor for class com.ibm.able.agents.AbleRuleBase
 
AbleRuleCondition - class com.ibm.able.beans.rules.AbleRuleCondition.
A Condition is used in a clause object and is used to evaluate the lefthand side of the clause against the righthand side of the clause.
AbleRuleCondition(String) - Constructor for class com.ibm.able.beans.rules.AbleRuleCondition
Create a new condition based on the specified symbol.
AbleRuleSet - class com.ibm.able.beans.rules.AbleRuleSet.
RuleSet class The RuleSet provides an inferencing context using: (1) a set of working memory items (Facts, Variables, others) (2) a set of Rules (3) an inference engine
AbleRuleSet() - Constructor for class com.ibm.able.beans.rules.AbleRuleSet
 
AbleRuleSet(String) - Constructor for class com.ibm.able.beans.rules.AbleRuleSet
 
AbleRuleSetBeanInfo - class com.ibm.able.beans.rules.AbleRuleSetBeanInfo.
 
AbleRuleSetBeanInfo() - Constructor for class com.ibm.able.beans.rules.AbleRuleSetBeanInfo
 
AbleRuleSetEditor - class com.ibm.able.beans.rules.AbleRuleSetEditor.
This class contains the Able Ruleset Editor panel.
AbleRuleSetEditor.XAppCloser - class com.ibm.able.beans.rules.AbleRuleSetEditor.XAppCloser.
To shutdown when run as an application.
AbleRuleSetEditor.XAppCloser(AbleRuleSetEditor) - Constructor for class com.ibm.able.beans.rules.AbleRuleSetEditor.XAppCloser
 
AbleRuleSetEditor() - Constructor for class com.ibm.able.beans.rules.AbleRuleSetEditor
 
AbleRuleSetEditorLauncher - class com.ibm.able.beans.rules.AbleRuleSetEditorLauncher.
This class contains the RuleSet Editor launcher.
AbleRuleSetEditorLauncher() - Constructor for class com.ibm.able.beans.rules.AbleRuleSetEditorLauncher
 
AbleRuleVariable - class com.ibm.able.beans.rules.AbleRuleVariable.
A Variable can hold a value and can appear on the lefthand and righthand side of clauses.
AbleRuleVariable(String) - Constructor for class com.ibm.able.beans.rules.AbleRuleVariable
Create a new variable with the specified name.
AbleRuleVariable(String, boolean) - Constructor for class com.ibm.able.beans.rules.AbleRuleVariable
Create a new variable with the specified name and initial boolean value.
AbleRuleVariable(String, double) - Constructor for class com.ibm.able.beans.rules.AbleRuleVariable
Create a new variable with the specified name and initial numeric value.
AbleRuleVariable(String, double, double) - Constructor for class com.ibm.able.beans.rules.AbleRuleVariable
Create a new variable with the specified name and continuous numeric range.
AbleRuleVariable(String, String) - Constructor for class com.ibm.able.beans.rules.AbleRuleVariable
Create a new variable with the specified name and categorical labels.
AbleScaleDialog - class com.ibm.able.beans.filter.AbleScaleDialog.
 
AbleScaleDialog() - Constructor for class com.ibm.able.beans.filter.AbleScaleDialog
 
AbleScaleDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleScaleDialog
 
AbleSelectPropertyDialog - class com.ibm.able.editor.AbleSelectPropertyDialog.
 
AbleSelectPropertyDialog() - Constructor for class com.ibm.able.editor.AbleSelectPropertyDialog
 
AbleSelectPropertyDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.editor.AbleSelectPropertyDialog
 
AbleSelfOrganizingMap - class com.ibm.able.beans.AbleSelfOrganizingMap.
This class implements the Kohonen Self-Organizing Feature Map algorithm For clustering high-dimensional input spaces into a 2-D grid It has several enhancements, including special processing for sparse inputs batch updates, gaussian neighborhood functions and exponential learning rate decay
AbleSelfOrganizingMap() - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMap
default constructor
AbleSelfOrganizingMap(String) - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMap
default constructor
AbleSelfOrganizingMap(String, String) - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMap
Construct a Kohonen or SOM network with specified architecture
AbleSelfOrganizingMapBeanInfo - class com.ibm.able.beans.AbleSelfOrganizingMapBeanInfo.
 
AbleSelfOrganizingMapBeanInfo() - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapBeanInfo
 
AbleSelfOrganizingMapCustomizer - class com.ibm.able.beans.AbleSelfOrganizingMapCustomizer.
This class provides the customizer for the Self Organizing Map tab.
AbleSelfOrganizingMapCustomizer() - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapCustomizer
Construct a Self Organizing Map Customizer Dialog.
AbleSelfOrganizingMapCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapCustomizer
Construct a Self Organizing Map Customizer dialog.
AbleSelfOrganizingMapPanel - class com.ibm.able.beans.AbleSelfOrganizingMapPanel.
This class provides the panel for the Genetic Search tab.
AbleSelfOrganizingMapPanel() - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapPanel
Construct the panel for the customizer.
AbleSensor - class com.ibm.able.beans.AbleSensor.
A Sensor is a named Atom that makes a method call to retrieve its value.
AbleSensor(String, Object, Method) - Constructor for class com.ibm.able.beans.AbleSensor
Create a new sensor with the specified name, and encapsulate the specified method of the specified object.
AbleSensor(String, Object, String, Class[]) - Constructor for class com.ibm.able.beans.AbleSensor
Create a new sensor with the specified name, and encapsulate the specified method of the specified object.
AbleSensorEffectorDialog - class com.ibm.able.editor.AbleSensorEffectorDialog.
This class provides a dialog to display sensors or effectors for an object.
AbleSensorEffectorDialog(JFrame, String, int) - Constructor for class com.ibm.able.editor.AbleSensorEffectorDialog
Create the dialog and add the sensor or effector panel to it.
AbleSensorEffectorPanel - class com.ibm.able.AbleSensorEffectorPanel.
This class provides the graphical editor panel for the base class AbleDefaultAgent sensor and effector properties.
AbleSensorEffectorPanel(AbleDefaultAgentCustomizer, int) - Constructor for class com.ibm.able.AbleSensorEffectorPanel
Construct the panel for the customizer.
AbleSensorManager - interface com.ibm.able.beans.AbleSensorManager.
A SensorManager maintains a list of Sensors for accessing external application data from Agents
AbleSeriesItem - class com.ibm.able.editor.AbleSeriesItem.
This class is used by AbleSeriesDialog.
AbleSeriesItem(String, String) - Constructor for class com.ibm.able.editor.AbleSeriesItem
 
AbleState - class com.ibm.able.AbleState.
This class provides a set of state definitions for ABLE beans and agents.
AbleState() - Constructor for class com.ibm.able.AbleState
Create a new state and set it to the value 'Unknown'.
AbleState(int) - Constructor for class com.ibm.able.AbleState
Create a new state and set it to the specified value.
AbleStringLiteral - class com.ibm.able.data.AbleStringLiteral.
This class defines the Able data string literal.
AbleStringLiteral(String) - Constructor for class com.ibm.able.data.AbleStringLiteral
Create a new literal with the specified value.
AbleStringVariable - class com.ibm.able.data.AbleStringVariable.
This class defines the Able data string variable.
AbleStringVariable(Object, PropertyChangeSupport, int, String, String) - Constructor for class com.ibm.able.data.AbleStringVariable
Create a new string variable with the specified initial value.
AbleStringVariable(String, String) - Constructor for class com.ibm.able.data.AbleStringVariable
Create a new string variable with the specified initial value.
AbleTemporalDifferenceLearning - class com.ibm.able.beans.AbleTemporalDifferenceLearning.
Temporal Difference Learning Model Programmer: Joe Bigus Created: 8/28/2000 Change Log:
AbleTemporalDifferenceLearning() - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearning
default constructor
AbleTemporalDifferenceLearning(String) - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearning
default constrcutor with a name
AbleTemporalDifferenceLearning(String, String) - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearning
construct a back prop network with specified name and architecture
AbleTemporalDifferenceLearningBeanInfo - class com.ibm.able.beans.AbleTemporalDifferenceLearningBeanInfo.
 
AbleTemporalDifferenceLearningBeanInfo() - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearningBeanInfo
 
AbleTemporalDifferenceLearningCustomizer - class com.ibm.able.beans.AbleTemporalDifferenceLearningCustomizer.
This class provides the customizer for the Temporal Difference Learning tab.
AbleTemporalDifferenceLearningCustomizer() - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearningCustomizer
Construct a Back Propagation Customizer Dialog.
AbleTemporalDifferenceLearningCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearningCustomizer
Construct a Back Propagation Customizer dialog.
AbleTemporalDifferenceLearningPanel - class com.ibm.able.beans.AbleTemporalDifferenceLearningPanel.
This class provides the panel for the Temporal Difference tab.
AbleTemporalDifferenceLearningPanel() - Constructor for class com.ibm.able.beans.AbleTemporalDifferenceLearningPanel
Construct the panel for the customizer.
AbleThresholdDialog - class com.ibm.able.beans.filter.AbleThresholdDialog.
 
AbleThresholdDialog() - Constructor for class com.ibm.able.beans.filter.AbleThresholdDialog
 
AbleThresholdDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleThresholdDialog
 
ABLETRACE_DETAILED - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
AbleTraceLogger - class com.ibm.able.AbleTraceLogger.
AbleTraceLogger is a logger class that provides handlers for trace output devices.
AbleTraceLogger(String, String, String) - Constructor for class com.ibm.able.AbleTraceLogger
Construct a TraceLogger and direct output to a file.
AbleTranslateDiscretizeDataDialog - class com.ibm.able.beans.filter.AbleTranslateDiscretizeDataDialog.
 
AbleTranslateDiscretizeDataDialog() - Constructor for class com.ibm.able.beans.filter.AbleTranslateDiscretizeDataDialog
 
AbleTranslateDiscretizeDataDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleTranslateDiscretizeDataDialog
 
AbleTranslateEditor - class com.ibm.able.beans.filter.AbleTranslateEditor.
 
AbleTranslateEditor() - Constructor for class com.ibm.able.beans.filter.AbleTranslateEditor
 
AbleTranslateEditor(AbleFilter) - Constructor for class com.ibm.able.beans.filter.AbleTranslateEditor
 
AbleTranslateEditorFrame - class com.ibm.able.beans.filter.AbleTranslateEditorFrame.
 
AbleTranslateEditorFrame() - Constructor for class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
AbleTranslateEditorFrame(AbleFilter) - Constructor for class com.ibm.able.beans.filter.AbleTranslateEditorFrame
used for a standalone window / editor
AbleTranslateOperator - class com.ibm.able.beans.filter.AbleTranslateOperator.
 
AbleTranslateOperator() - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperator
 
AbleTranslateOperator(AbleTranslateOperator) - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperator
 
AbleTranslateOperator(int, double[]) - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperator
 
AbleTranslateOperator(int, Hashtable, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperator
 
AbleTranslateOperatorDataDialog - class com.ibm.able.beans.filter.AbleTranslateOperatorDataDialog.
 
AbleTranslateOperatorDataDialog() - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperatorDataDialog
 
AbleTranslateOperatorDataDialog(Frame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleTranslateOperatorDataDialog
 
AbleTranslateTableDialog - class com.ibm.able.beans.filter.AbleTranslateTableDialog.
 
AbleTranslateTableDialog() - Constructor for class com.ibm.able.beans.filter.AbleTranslateTableDialog
 
AbleTranslateTableDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleTranslateTableDialog
 
AbleTranslateTemplate - class com.ibm.able.beans.filter.AbleTranslateTemplate.
This class describes the translation that should be done to a single data field or vector of identical fields.
AbleTranslateTemplate() - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplate
 
AbleTranslateTemplate(AbleTranslateTemplate) - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplate
 
AbleTranslateTemplate(String, int, int, AbleTranslateOperator, int, int, AbleTranslateOperator, int, int, AbleTranslateOperator) - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplate
 
AbleTranslateTemplate(String, int, int, int, int, int, int) - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplate
 
AbleTranslateTemplateDialog - class com.ibm.able.beans.filter.AbleTranslateTemplateDialog.
This class provides a dialog similar to the NNU Translate Editor Edit Template dialog.
AbleTranslateTemplateDialog() - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplateDialog
 
AbleTranslateTemplateDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.beans.filter.AbleTranslateTemplateDialog
 
AbleVariable - class com.ibm.able.data.AbleVariable.
This class defines the base Able data variable object.
AbleVariable(int, Object, PropertyChangeSupport, int, String) - Constructor for class com.ibm.able.data.AbleVariable
Create a new variable of the specified type.
AbleVariable(int, String) - Constructor for class com.ibm.able.data.AbleVariable
Create a new variable of the specified type.
AbleViewObject - class com.ibm.able.editor.AbleViewObject.
This class provides function similar to the Wrapper class in the BDK.
AbleViewObject(Object) - Constructor for class com.ibm.able.editor.AbleViewObject
Construct a ViewObject over an AbleBean.
AbleWr - interface com.ibm.able.data.AbleWr.
This class defines the interface for "Writable" data objects; that is, classes that implement this interface can appear on the lefthand side of assignment clauses.
AbleXmlParser - class com.ibm.able.beans.rules.AbleXmlParser.
This class will read an XML document written according to the AbleRuleSet.dtd, and instantiate an AbleRuleSet object.
AbleXmlParser() - Constructor for class com.ibm.able.beans.rules.AbleXmlParser
 
ABS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
AccAgentClassName - Static variable in class com.ibm.able.platform.agents.Fipa
 
AccAgentName - Static variable in class com.ibm.able.platform.agents.Fipa
The name of our FIPA ACC agent.
accept(File) - Method in class com.ibm.able.beans.fuzzy.FsFileFilter
Determine whether a file should be included in the dialog selection box.
ACOS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
action - Variable in class com.ibm.able.AbleEvent
action is either null or it contains the name of a method to call on an AbleEventListener.
ACTION - Static variable in class com.ibm.able.AbleEvent
 
ACTION_ALERT - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
Display a dialog when any condition is true.
ACTION_EVENT - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
Send an event to a registered agent or bean when any condition is true.
ACTION_EXECUTE - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
Start a process when any condition is true.
ACTION_NONE - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
Take no action regardless of file condition.
action(AbleJarInfo, BeanInfo, String) - Method in interface com.ibm.able.editor.AbleDoOnBean
Perform the action.
actionPerformed(ActionEvent) - Method in class com.ibm.able.editor.AbleViewObject
Process action events -- usually context menu actions
actionPerformed(ActionEvent) - Method in class com.ibm.able.editor.AbleEditorCanvas
Process action events.
activations - Variable in class com.ibm.able.beans.AbleNetwork
The activations of each unit in the network
Active - Static variable in class com.ibm.able.AbleState
The object is active; it has been invoked.
activeDataSource - Variable in class com.ibm.able.agents.AbleDefaultAgent
Indicates if agent contains an active data source This field is initialized to false.
ActiveDataSource - Static variable in class com.ibm.able.AbleProperty
 
ActiveDataSourceId - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's active data source.
ADD - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
add(Component) - Method in class com.ibm.able.editor.AbleEditorCanvas
Add a component to the canvas.
add(String, String) - Method in class com.ibm.able.editor.AbleJarMessageHeader
Adds a key value pair to the end of the header.
addAbleEventListener(AbleEventListener) - Method in class com.ibm.able.AbleObject
Add an event listener to this bean.
addAbleEventListener(AbleEventListener) - Method in interface com.ibm.able.AbleBean
Add an event listener to this bean.
addAntecedentToRule(Integer, String, String, int, String, String, int, double, Vector) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create an antecedent (if) clause from the specified bits, and add the clause to the specified rule.
addAssertion(AbleRule) - Method in class com.ibm.able.beans.rules.AbleRuleSet
 
addBean(AbleBean) - Method in interface com.ibm.able.AbleBeanContainer
Add another bean to this container.
addBean(AbleBean) - Method in class com.ibm.able.agents.AbleDefaultAgent
Add another bean to this container/agent.
addBetaSetToContinuousVariable(String, String, double, double, double, double) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new beta fuzzy set and add it to the specified continuous variable.
addButton(JPanel, int, int, int, String, ActionListener, String) - Static method in class com.ibm.able.AblePanelHelper
Construct a JButton and place it on the panel provided at the specified location.
addButton(JPanel, String, ActionListener, String) - Static method in class com.ibm.able.AblePanelHelper
Construct a JButton and place it on the panel.
addCheckBox(JPanel, int, int, int, String) - Static method in class com.ibm.able.AblePanelHelper
Construct a JCheckBox and place it on the panel provided at the specified location.
addCheckBox(JPanel, int, int, String) - Static method in class com.ibm.able.AblePanelHelper
Construct a JCheckBox and place it on the panel provided at the specified location.
addClauseRef(AbleClause) - Method in class com.ibm.able.beans.rules.AbleRuleVariable
Register a clause which refers to this variable.
addClauseRef(AbleConsequentClause) - Method in class com.ibm.able.beans.rules.AbleRuleVariable
Register a clause which refers to this variable.
addComboBox(JPanel, int, int, int) - Static method in class com.ibm.able.AblePanelHelper
Construct a JComboBox and place it on the panel provided at the specified location.
addComplementSetToContinuousVariable(String, String, String) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create the complement of a previously created fuzzy set and add it to the specified continuous variable.
addConnection(AblePropertyConnection) - Method in class com.ibm.able.AblePropertyConnectionManager
Add a property connection to the list.
addConsequentToRule(Integer, String, String, int, String, String, int, Vector) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a consequent (then) clause from the specified bits, and add the clause to the specified rule.
addDataPoint(Double, Vector) - Method in class com.ibm.able.editor.AbleInspectorData
 
addDestBufferConnection(AbleBufferConnection) - Method in class com.ibm.able.AbleObject
Add a destination buffer connection.
addDestBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleBean
Add a destination buffer connection.
addEffector(AbleEffector) - Method in class com.ibm.able.agents.AbleDefaultAgent
Add an effector to the list of effectors.
addEffector(AbleEffector) - Method in interface com.ibm.able.beans.AbleEffectorManager
Add an effector to the list of effectors.
addEffector(AbleEffector) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Add an effector to the list of managed effectors.
addEffector(AbleEffector) - Method in class com.ibm.able.beans.rules.AbleRuleSet
Add an effector to the list of managed effectors.
addEntry(AbleJarMessageHeader) - Method in class com.ibm.able.editor.AbleJarManifest
 
addEventConnection(AbleEventConnection) - Method in class com.ibm.able.agents.AbleDefaultAgent
Add an event connection.
addEventConnection(AbleEventConnection) - Method in interface com.ibm.able.agents.AbleAgent
Add an event connection.
addExtension(String) - Method in class com.ibm.able.beans.fuzzy.FsFileFilter
Add another extension to the list of filters.
addFile(File) - Method in class com.ibm.able.editor.AbleJarManifest
 
addFiles(File, String[]) - Method in class com.ibm.able.editor.AbleJarManifest
 
addFuzzyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Add a property change listener to the ruleset.
addGaussianSetToContinuousVariable(String, String, double, double, double) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new gaussian fuzzy set and add it to the specified continuous variable.
addInspector(AbleInspector) - Method in class com.ibm.able.editor.AbleEnvironment
 
addLabel(JPanel, int, int, int, String) - Static method in class com.ibm.able.AblePanelHelper
Construct a JLabel and place it on the panel provided at the specified location.
addLinearSetToContinuousVariable(String, String, double, double, double, int) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new linear fuzzy set and add it to the specified continuous variable.
addList(JPanel, int, int, int, int, int) - Static method in class com.ibm.able.AblePanelHelper
Construct a JList and place it in a JScrollPane on the panel provided at the specified location.
addMemoryItem(String, Object) - Method in class com.ibm.able.beans.rules.AbleRuleSet
Add an item to working memory
addNotify() - Method in class com.ibm.able.editor.AbleInspectorLoggingDialog
 
addNotify() - Method in class com.ibm.able.editor.AbleInspectorGeneralPanel
 
addNotify() - Method in class com.ibm.able.editor.AbleInspectorOptionsDialog
 
addPanel(AbleCustomizerPanel) - Method in class com.ibm.able.AbleObjectCustomizer
 
addPiSetToContinuousVariable(String, String, double, double, double) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new pi fuzzy set and add it to the specified continuous variable.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.AbleObject
Add a property change listener to this bean.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.AbleObjectCustomizer
This allows other objects to register when this customizer changes.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.ibm.able.AbleBean
Add a property change listener to this bean.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.filter.AbleFilterPanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.fuzzy.FsRuleSetEditor
Add a property change listener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.fuzzy.FsRuleSetCustomizer
Add a property change listener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.rules.AbleRuleSetEditor
Add a property change listener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.beans.rules.AbleRuleSetEditorLauncher
Add a property change listener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.editor.AbleSensorEffectorDialog
This allows other objects to register when this customizer changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.examples.AbleBeanWrapperCustomizer
This allows other objects to register when this customizer changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.examples.ablebean.SimpleAbleBeanCustomizer
This allows other objects to register when this customizer changes.
addPropertyChangeMethod(String, Object, String) - Method in class com.ibm.able.AbleObjectCustomizer
If a panel wants to be informed when a specific property is changed, it registers with its customizer.
addPropertyConnection(AblePropertyConnection) - Method in class com.ibm.able.AbleObject
Add a property connection.
addPropertyConnection(AblePropertyConnection) - Method in interface com.ibm.able.AbleBean
Add a property connection.
addRule(AbleRule) - Method in class com.ibm.able.beans.rules.AbleRuleSet
 
addRuleRef(AbleRule) - Method in class com.ibm.able.beans.rules.AbleClause
Register a rule which refers to this clause.
addRuleRef(AbleRule) - Method in class com.ibm.able.beans.rules.AbleConsequentClause
Register a rule which refers to this clause.
addSegmentsSetToContinuousVariable(String, String, double, int, double[], double[]) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new segments fuzzy set and add it to the specified continuous variable.
addSensor(AbleSensor) - Method in class com.ibm.able.agents.AbleDefaultAgent
Add a sensor to the list of sensors.
addSensor(AbleSensor) - Method in interface com.ibm.able.beans.AbleSensorManager
Add a sensor to the list of sensors.
addSensor(AbleSensor) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Add a sensor to the list of managed sensors.
addSensor(AbleSensor) - Method in class com.ibm.able.beans.rules.AbleRuleSet
Add a sensor to the list of managed sensors.
addShoulderSetToContinuousVariable(String, String, double, double, double, int) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new shoulder fuzzy set and add it to the specified continuous variable.
addSigmoidSetToContinuousVariable(String, String, double, double, double, double, int) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new sigmoid fuzzy set and add it to the specified continuous variable.
addSourceBufferConnection(AbleBufferConnection) - Method in class com.ibm.able.AbleObject
Add a source buffer connection.
addSourceBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleBean
Add a source buffer connection.
addStateChangeListener(PropertyChangeListener) - Method in class com.ibm.able.AbleObject
Add a state change listener to this bean.
addTab(AbleInspectorPanel) - Method in class com.ibm.able.editor.AbleInspectorOptionsDialog
Append a panel to the tabbed panel.
addTab(String, AbleCustomizerPanel) - Method in class com.ibm.able.AbleObjectCustomizer
Append a panel to the tabbed panel.
addTab(String, AbleInspectorPanel) - Method in class com.ibm.able.editor.AbleInspectorOptionsDialog
Append a panel to the tabbed panel.
addTemplateRec(AbleTranslateTemplate) - Method in class com.ibm.able.beans.filter.AbleFilter
Add a template to the end of the filter.
addTextArea(JPanel, int, int, int, int, int, int) - Static method in class com.ibm.able.AblePanelHelper
Construct a JTextArea and place it in a JScrollPane on the panel provided at the specified location.
addTextField(JPanel, int, int, int) - Static method in class com.ibm.able.AblePanelHelper
Construct a JTextField and place it on the panel provided at the specified location.
ADDTOEND - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
addTrapezoidSetToContinuousVariable(String, String, double, double, double, double, double) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new trapezoid fuzzy set and add it to the specified continuous variable.
addTriangleSetToContinuousVariable(String, String, double, double, double, double) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Create a new triangle fuzzy set and add it to the specified continuous variable.
addValue(double) - Method in class com.ibm.able.data.AbleDiscreteVariable
Add a value to the list of pre-defined values.
addValue(String) - Method in class com.ibm.able.data.AbleCategoricalVariable
Add a value to the list of pre-defined values.
addVariableToInputSequence(String) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Specify that a variable is to be added to the input sequence.
addVariableToInputSequence(String) - Method in class com.ibm.able.beans.rules.AbleRuleSet
Specify that a variable is to be added to the input sequence.
addVariableToOutputSequence(String) - Method in class com.ibm.able.beans.fuzzy.FsRuleSet
Specify that a variable is to be added to the output sequence.
addVariableToOutputSequence(String) - Method in class com.ibm.able.beans.rules.AbleRuleSet
Specify that a variable is to be added to the output sequence.
agentAddr - Variable in class com.ibm.able.agents.AbleDefaultAgent
The address of this agent.
AgentAddr(String) - Static method in class com.ibm.able.Able
Generate an RMI or FIPA agent address from the host on which the agent is currently running.
agentHost - Variable in class com.ibm.able.agents.AbleDefaultAgent
The name of the host where this agent is running.
agentName - Variable in class com.ibm.able.agents.AbleDefaultAgent
The formal, remotely addressable name of the agent.
AgentName(String, String) - Static method in class com.ibm.able.Able
Generate a RMI or FIPA agent name from a base agent name and the host on which the agent is currently running.
allNumericData - Variable in class com.ibm.able.beans.AbleDataSet
 
allNumericData - Variable in class com.ibm.able.beans.AbleDataSetDefinition
 
allocateDataArrays(int) - Method in class com.ibm.able.beans.AbleDataSet
used only when data is read in blocks (sets size of data buffer or cache)
AlphaCutDefault - Static variable in class com.ibm.able.beans.fuzzy.Fs
This is the default value used for alphacut when no explicit alphacut has been set.
AmaAuthenticate - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaAuthenticateId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaDeregister - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaDeregisterAgent - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaDeregisterAgentId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaDeregisterId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaForward - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaForwardId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaModify - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaModifyAgent - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaModifyAgentId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaModifyId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaQueryPlatformProfile - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaQueryPlatformProfileId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaRegister - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaRegisterAgent - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaRegisterAgentId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaRegisterId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaSearch - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaSearchAgent - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaSearchAgentId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaSearchId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaUnknown - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmaUnknownId - Static variable in class com.ibm.able.platform.agents.Fipa
Agent Management Action Ids and keywords
AmsAd - Static variable in class com.ibm.able.platform.agents.Fipa
AMS Agent Description keywords
AmsAdAddress - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAdAgentName - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAdApState - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAdDelegateAgentName - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAdOwnership - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAdSignature - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAgentClassName - Static variable in class com.ibm.able.platform.agents.Fipa
 
AmsAgentName - Static variable in class com.ibm.able.platform.agents.Fipa
The name of our FIPA AMS agent.
Apd - Static variable in class com.ibm.able.platform.agents.Fipa
Agent Platform Description keywords
ApdCertificationAuthority - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdDynamicRegistration - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdFipaManCompliance - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdIiopUrl - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdMobility - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdOwnership - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApdPlatformName - Static variable in class com.ibm.able.platform.agents.Fipa
 
applyDefinitions(Vector) - Method in class com.ibm.able.editor.AbleClassLoader
Define a class from the bytecodes that were collected early...
ApStateActive - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateActiveId - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateInitiated - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateInitiatedId - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateSuspended - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateSuspendedId - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateTransit - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateTransitId - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateUninitiated - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateUninitiatedId - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateUnknown - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateUnknownId - Static variable in class com.ibm.able.platform.agents.Fipa
AP State Ids and keywords
ApStateWaiting - Static variable in class com.ibm.able.platform.agents.Fipa
 
ApStateWaitingId - Static variable in class com.ibm.able.platform.agents.Fipa
 
AREA - Static variable in class com.ibm.able.editor.AbleInspector
 
AREASTACKING - Static variable in class com.ibm.able.editor.AbleInspector
 
argList - Variable in class com.ibm.able.beans.AbleMethodAdaptor
argList is a list of the classes in the argument list.
argObject - Variable in class com.ibm.able.AbleEvent
argObject is either null or it contains any arbitrary object that makes sense to the AbleEventListener.
args - Variable in class com.ibm.able.beans.rules.AbleConsequentClause
args is an array of objects to be passed to the effector or sensor as parameters when the method is invoked by the manager.
ARRAYS - Static variable in class com.ibm.able.editor.AbleInspector
 
AsgnEq - Static variable in class com.ibm.able.beans.fuzzy.FsOp
Assignment (=).
AsgnEq - Static variable in class com.ibm.able.data.AbleData
Operator; Assignment (=).
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Assignment (boolean): assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in interface com.ibm.able.data.AbleWr
Assignment (boolean): assign the current value of theRhs to this data object.
AsgnIs - Static variable in class com.ibm.able.beans.fuzzy.FsOp
Fuzzy assignment (Is).
AsgnIs - Static variable in class com.ibm.able.data.AbleData
Operator; Fuzzy assignment (Is).
asgnIs(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Assignment (fuzzy): assign the current value of theRhs to this data object.
asgnIs(AbleRd) - Method in interface com.ibm.able.data.AbleWr
Assignment (fuzzy): assign the current value of theRhs to this data object.
asgnIs(AbleRd, double) - Method in class com.ibm.able.data.AbleLhs
Assignment (fuzzy): assign the current value of theRhs to this data object, correlated with the specified truth value.
asgnIs(AbleRd, double) - Method in interface com.ibm.able.data.AbleWr
Assignment (fuzzy): assign the current value of theRhs to this data object, correlated with the specified truth value.
ASIN - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
askUser() - Method in class com.ibm.able.beans.rules.AbleRuleVariable
 
assert() - Method in class com.ibm.able.beans.rules.AbleConsequentClause
Make the clause true (either assign the rhs to the lhs, or have the effector manager (inference engine) invoke the effector).
assertions - Variable in class com.ibm.able.beans.rules.AbleRuleSet
 
asynchronous - Variable in class com.ibm.able.AbleEvent
asynchronous indicates the type of event processing desired.
ATAN - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
authenticate(FipaAmsAgentDescription) - Method in class com.ibm.able.platform.agents.FipaAmsAgentAppl
Authenticate a registered agent.
authenticate(FipaAmsAgentDescription) - Method in interface com.ibm.able.platform.agents.FipaAmsAgent
Authenticate a registered agent.
autoEvolve - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
autoTrain - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
autoTrain(int) - Method in class com.ibm.able.agents.AbleNeuralPredictionAgent
this method toggles between train/test modes it is only called at the end of an epoch
autoTrain(int) - Method in class com.ibm.able.agents.AbleNeuralClassifierAgent
this method toggles between train/test modes it is only called at the end of an epoch
autoTrain(int) - Method in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
this method toggles between train/test modes it is only called at the end of an epoch
average(Object[]) - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2a
Given 2 parent chromosomes Average their values , creating 2 children chromosomes
avgFitness - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
avgRMSError - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
avgRMSError - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
avgRMSError - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 

ABLE, Version 1.1b
A B C D E F G H I L M N O P Q R S T U V W X _
ABLE: Produced by Joe, Don, and Jeff who say, 'Thanks for your support.'