ABLE 2.0.0 07/02/2003 10:25:01
A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

Able - class com.ibm.able.Able.
The Able class provides constants and class methods 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.
AbleAbstractImport - class com.ibm.able.beans.AbleAbstractImport.
This abstract class provides common interfaces to import data sources for Able Beans.
AbleAbstractImport() - Constructor for class com.ibm.able.beans.AbleAbstractImport
Construct a default AbleAbstractImport object.
AbleAbstractImport(String) - Constructor for class com.ibm.able.beans.AbleAbstractImport
Construct an AbleAbstractImport object with specified name.
AbleAbstractImportBeanInfo - class com.ibm.able.beans.AbleAbstractImportBeanInfo.
Provide the information for the AbleAbstractImport bean.
AbleAbstractImportBeanInfo() - Constructor for class com.ibm.able.beans.AbleAbstractImportBeanInfo
 
AbleAgent - interface com.ibm.able.AbleAgent.
The AbleAgent interface provides methods to manipulate contained beans, determine the agent's input structure, and maintain a registry of user-definable methods on those beans.
AbleAgentAutonomyLevel - Static variable in class com.ibm.able.platform.AblePlatform
The following are keys of attributes that are added to each agent's JAS AgentDescription by each AblePlatformDefaultAgent when it is created.
AbleAgentClassDescription - class com.ibm.able.platform.AbleAgentClassDescription.
An instance of this class contains information about an individual agent that the Agent Lifecycle Service may create within the distributed platform; a platform console (or some other object) can obtain a collection of AgentClassDescription objects from the Agent Lifecycle Service and then use the descriptions in conjunction with the Agent Lifecycle Service to create instances of new agents within the platform.
AbleAgentClassDescription(String, String, String, String, String, String, int, Vector, Vector, Vector, Vector) - Constructor for class com.ibm.able.platform.AbleAgentClassDescription
Creates an AgentClassDescription.
AbleAgentDescription - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentLastUpdate - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentMovable - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentRmiAddress - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentRmiHost - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentRmiName - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentStatus - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentSummary - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentType - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentVendor - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAgentVersion - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleAntecedentClause - class com.ibm.able.rules.AbleAntecedentClause.
This class is used to represent an antecedent boolean or fuzzy expression in a conditional if-then rule.
AbleAntecedentClause(AbleExpression) - Constructor for class com.ibm.able.rules.AbleAntecedentClause
Create a new clause from the specified expression.
AbleAntecedentClause(AbleRd, int, AbleRd) - Constructor for class com.ibm.able.rules.AbleAntecedentClause
Create a new clause with the specified parts.
AbleAntecedentClause(AbleRd, int, AbleRd, double) - Constructor for class com.ibm.able.rules.AbleAntecedentClause
Create a new antecedent clause with the specified parts.
AbleARLLexer - class com.ibm.able.rules.AbleARLLexer.
This class is a scanner that will scan ABLE Rule Language input.
AbleARLLexer(InputBuffer) - Constructor for class com.ibm.able.rules.AbleARLLexer
 
AbleARLLexer(InputStream) - Constructor for class com.ibm.able.rules.AbleARLLexer
 
AbleARLLexer(LexerSharedInputState) - Constructor for class com.ibm.able.rules.AbleARLLexer
 
AbleARLLexer(Reader) - Constructor for class com.ibm.able.rules.AbleARLLexer
 
AbleARLParser - class com.ibm.able.rules.AbleARLParser.
This class parses ABLE rule language source files and instantiates a specified AbleRuleSet object.
AbleARLParser(ParserSharedInputState) - Constructor for class com.ibm.able.rules.AbleARLParser
 
AbleARLParser(TokenBuffer) - Constructor for class com.ibm.able.rules.AbleARLParser
 
AbleARLParser(TokenBuffer, int) - Constructor for class com.ibm.able.rules.AbleARLParser
 
AbleARLParser(TokenStream) - Constructor for class com.ibm.able.rules.AbleARLParser
 
AbleARLParser(TokenStream, int) - Constructor for class com.ibm.able.rules.AbleARLParser
 
AbleARLParserTokenTypes - interface com.ibm.able.rules.AbleARLParserTokenTypes.
 
AbleARLTreeNode - class com.ibm.able.rules.AbleARLTreeNode.
This class represents a node in the abstract syntax tree created as a byproduct of parsing an ABLE Rule Language file using the Antlr (AbleARLParser) parser.
AbleARLTreeNode(Token) - Constructor for class com.ibm.able.rules.AbleARLTreeNode
Create an ARL Tree node with line, column, text from the antlr Token
AbleARLTreeNode(Token, String) - Constructor for class com.ibm.able.rules.AbleARLTreeNode
Create an ARL Tree node and append theText to the token text
AbleArrayLengthLiteral - class com.ibm.able.data.AbleArrayLengthLiteral.
This class is used to represent expressions in ABLE Rule Language where the length field of an array variable is referenced.
AbleArrayLengthLiteral(AbleArrayVariable) - Constructor for class com.ibm.able.data.AbleArrayLengthLiteral
Create a new literal over the specified array variable.
AbleArrayLiteral - class com.ibm.able.data.AbleArrayLiteral.
This class wraps a value of the type Object[] in an AbleLiteral object.
AbleArrayLiteral(Object) - Constructor for class com.ibm.able.data.AbleArrayLiteral
Create a new literal with the specified value.
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
 
AbleArrayVariable - class com.ibm.able.data.AbleArrayVariable.
This class wraps a value of the type Object[] in an AbleVariable object.
AbleArrayVariable(String, boolean, boolean, String, int) - Constructor for class com.ibm.able.data.AbleArrayVariable
Create a new array variable.
AbleArrayVariable(String, String, int) - Constructor for class com.ibm.able.data.AbleArrayVariable
Create a new array variable.
AbleArrayVariableExpression - class com.ibm.able.data.AbleArrayVariableExpression.
This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable.
AbleArrayVariableExpression(AbleArrayVariable, AbleRd) - Constructor for class com.ibm.able.data.AbleArrayVariableExpression
Create a new array expression object.
AbleAssertionClause - class com.ibm.able.rules.AbleAssertionClause.
This class is used to represent an assignment, function call or method invocation used in an assertion rule.
AbleAssertionClause(AbleLhs, int, AbleRd) - Constructor for class com.ibm.able.rules.AbleAssertionClause
Create a new assertion clause with the specified parts.
AbleAssertionRule - class com.ibm.able.rules.AbleAssertionRule.
This class represents a rule comprised of a single assignment statement, function call or method invocation.
AbleAssertionRule(int, String, AbleAssertionClause, AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleAssertionRule
Create a new assertion rule with a default priority.
AbleAssertionRule(int, String, AbleRd, AbleAssertionClause, AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleAssertionRule
Create a new assertion rule with the specified priority.
AbleAssertionRule(String, AbleAssertionClause) - Constructor for class com.ibm.able.rules.AbleAssertionRule
Create a new assertion rule with a default priority.
AbleAssertionRule(String, AbleRd, AbleAssertionClause) - Constructor for class com.ibm.able.rules.AbleAssertionRule
Create a new assertion rule with the specified priority.
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 Back Propagation tab.
AbleBackPropagationPanel() - Constructor for class com.ibm.able.beans.AbleBackPropagationPanel
Construct the panel for the customizer.
AbleBackwardChainInferenceEngine - class com.ibm.able.rules.AbleBackwardChainInferenceEngine.
This class provides the inferencing algorithm for processing conditional rules in a ruleblock using goal-driven or backward chaining.
AbleBackwardChainInferenceEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleBackwardChainInferenceEngine
Create a new Backward chain inference engine.
AbleBasicService - class com.ibm.able.platform.AbleBasicService.
The base class of all ABLE-provided platform services, such as the VerifiableAgentDirectoryService, the VerifiableAgentNamingService, and the AgentLifeCycleService; this class is inserted between the JAS RMIBasicService and all ABLE-supplied services to provide common function to the ABLE-supplied services.
AbleBasicService() - Constructor for class com.ibm.able.platform.AbleBasicService
Creates an instance of the basic service.
AbleBasicService(ServiceProperties) - Constructor for class com.ibm.able.platform.AbleBasicService
Creates an instance of the basic service based on the specified service properties.
AbleBean - interface com.ibm.able.AbleBean.
The AbleBean interface represents the basic ABLE object, and is a composite of interfaces that defines the methods for passing data between beans with either databuffers or synchronous or asynchronous events.
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.
The AbleBeanContainer interface defines behavior for ABLE objects that can contain multiple AbleBean objects.
AbleBeanRemoteContainer - interface com.ibm.able.AbleBeanRemoteContainer.
The AbleBeanRemoteContainer interface defines behavior for remote ABLE objects that can contain multiple local 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 wraps a value of the primitive type boolean in an object.
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 wraps a value of the primitive type boolean in an object.
AbleBooleanVariable(String, boolean) - Constructor for class com.ibm.able.data.AbleBooleanVariable
Create a new boolean variable with the specified initial value.
AbleBooleanVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleBooleanVariable
Create a new boolean variable with a null (unbound) initial value.
AbleBooleanVariable(String, boolean, boolean, 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.
The AbleBufferConnection class provides a serializable connection between two objects who implement the AbleBean interface.
AbleBufferConnection(AbleBean, AbleBean) - Constructor for class com.ibm.able.AbleBufferConnection
The AbleBufferConnection provides a serializable data buffer connection between two AbleBeans.
AbleBuiltInVariable - class com.ibm.able.data.AbleBuiltInVariable.
This class defines the Able data built-in variable.
AbleBuiltInVariable(String, boolean, boolean, Object, String, Vector) - Constructor for class com.ibm.able.data.AbleBuiltInVariable
Create a new built-in variable.
AbleBuiltInVariable(String, boolean, boolean, String, String) - Constructor for class com.ibm.able.data.AbleBuiltInVariable
Create a new built-in variable with a null initial value .
AbleBuiltInVariable(String, String, String) - Constructor for class com.ibm.able.data.AbleBuiltInVariable
Create a new built-in variable with a null initial value and with the global and static flags set to false.
AbleByteLiteral - class com.ibm.able.data.AbleByteLiteral.
This class wraps a value of the primitive type byte in an object.
AbleByteLiteral(byte) - Constructor for class com.ibm.able.data.AbleByteLiteral
Create a new literal with the specified value.
AbleByteLiteral(int) - Constructor for class com.ibm.able.data.AbleByteLiteral
Create a new literal with the specified value.
AbleByteVariable - class com.ibm.able.data.AbleByteVariable.
This class wraps a value of the primitive type byte in an object.
AbleByteVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleByteVariable
Create a new Byte variable with the default value of 0.
AbleByteVariable(String, boolean, boolean, int) - Constructor for class com.ibm.able.data.AbleByteVariable
Create a new numeric variable with the specified initial value.
AbleByteVariable(String, int) - Constructor for class com.ibm.able.data.AbleByteVariable
Create a new Integer variable with the specified initial value.
AbleCallLiteral - class com.ibm.able.data.AbleCallLiteral.
This class performs a method invocation to a specific method on an object in an Able ruleset.
AbleCallLiteral(AbleCallLiteral, Vector) - Constructor for class com.ibm.able.data.AbleCallLiteral
Create a copy of this call literal with replacement args
AbleCallLiteral(Object, String, Vector) - Constructor for class com.ibm.able.data.AbleCallLiteral
Create a new Able data call object with the specified information.
AbleCallLiteral(String, Vector) - Constructor for class com.ibm.able.data.AbleCallLiteral
Create a new Able data method object with the specified information.
AbleCategoricalField - class com.ibm.able.data.AbleCategoricalField.
Categorical fields are String fields with a finite set of possible values.
AbleCategoricalField(AbleFieldDefinition) - Constructor for class com.ibm.able.data.AbleCategoricalField
Construct a Categorical field.
AbleCategoricalVariable - class com.ibm.able.data.AbleCategoricalVariable.
This class defines the Able data categorical variable.
AbleCategoricalVariable(Object[]) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a AbleCategoricalVariable, used to initialize another categorical variable, over the specified categories.
AbleCategoricalVariable(Object[], String) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new AbleCategoricalVariable, used to initialize another categorical variable, over the specified categories with the specified initial value.
AbleCategoricalVariable(String, boolean, boolean, Vector) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new AbleCategoricalVariable over the specified categories.
AbleCategoricalVariable(String, Vector) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new AbleCategoricalVariable over the specified categories.
AbleCategoricalVariable(Vector) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new AbleCategoricalVariable, used to initialize another categorical variable, over the specified categories.
AbleCategoricalVariable(Vector, String) - Constructor for class com.ibm.able.data.AbleCategoricalVariable
Create a new AbleCategoricalVariable, used to initialize another categorical variable, over the specified categories with the specified initial value.
AbleCharacterLiteral - class com.ibm.able.data.AbleCharacterLiteral.
This class wraps a value of the primitive type char in an object.
AbleCharacterLiteral(char) - Constructor for class com.ibm.able.data.AbleCharacterLiteral
Create a new literal with the specified value.
AbleCharacterLiteral(int) - Constructor for class com.ibm.able.data.AbleCharacterLiteral
Create a new literal with the specified value.
AbleCharacterLiteral(String) - Constructor for class com.ibm.able.data.AbleCharacterLiteral
Create a new literal with the specified value.
AbleCharacterVariable - class com.ibm.able.data.AbleCharacterVariable.
This class wraps a value of the primitive type char in an object.
AbleCharacterVariable(String, boolean, boolean, int) - Constructor for class com.ibm.able.data.AbleCharacterVariable
Create a new numeric variable with the specified initial value.
AbleCharacterVariable(String, char) - Constructor for class com.ibm.able.data.AbleCharacterVariable
Create a new Integer variable with the specified initial value.
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.
AbleClassVariable - class com.ibm.able.data.AbleClassVariable.
This class is used to represent static Java classes (such as java.lang.Math) when they are imported into AbleRuleSets.
AbleClassVariable(String, Class) - Constructor for class com.ibm.able.data.AbleClassVariable
Constructor for AbleClassVariable
AbleClause - class com.ibm.able.rules.AbleClause.
This class is an abstract base class that contains a function or method call, or a unary or binary relation between two Able data objects.
AbleClause(AbleRd, int, AbleRd) - Constructor for class com.ibm.able.rules.AbleClause
Create a new clause with the specified parts.
AbleClauseReferences - class com.ibm.able.rules.AbleClauseReferences.
This class is used to keep track of a set of references from other objects to the object that contains this "references" object.
AbleClauseReferences() - Constructor for class com.ibm.able.rules.AbleClauseReferences
Create a new set of references of which to keep track.
AbleClauseReferences(AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleClauseReferences
Create a new set of references of which to keep track.
AbleClusterDiagramPanel - class com.ibm.able.editor.AbleClusterDiagramPanel.
 
AbleClusterDiagramPanel() - Constructor for class com.ibm.able.editor.AbleClusterDiagramPanel
 
AbleClusterDiagramView - class com.ibm.able.beans.AbleClusterDiagramView.
This class defines a specialized Neural Network inspector that shows the output activations of a Kohonen Feature Map (and labels)
AbleClusterDiagramView(Object) - Constructor for class com.ibm.able.beans.AbleClusterDiagramView
Create a JPanel to display neural networks in a graphic format
AbleConditionalRule - class com.ibm.able.rules.AbleConditionalRule.
This class represents a conditional if-then rule, containing one or more boolean or fuzzy antecedent clauses (logically ANDed together) and one or more consequent clauses.
AbleConditionalRule(String, AbleRd, Vector, Vector, Vector) - Constructor for class com.ibm.able.rules.AbleConditionalRule
Create a new conditional rule with the specified priority, antecedent clauses, and consequent clause.
AbleConsequentClause - class com.ibm.able.rules.AbleConsequentClause.
This class represents an action (assignment, function call or method invocation) in a rule.
AbleConsequentClause(AbleLhs, int, AbleRd) - Constructor for class com.ibm.able.rules.AbleConsequentClause
Create a new consequent clause with the specified parts.
AbleContinuousField - class com.ibm.able.data.AbleContinuousField.
Continuous fields are numeric fields with an infinite set of possible values.
AbleContinuousField(AbleFieldDefinition) - Constructor for class com.ibm.able.data.AbleContinuousField
Construct a Continous field.
AbleContinuousVariable - class com.ibm.able.data.AbleContinuousVariable.
This class wraps a value of the primitive type double in an object.
AbleContinuousVariable(double, double) - Constructor for class com.ibm.able.data.AbleContinuousVariable
Create a new AbleContinuousVariable to be used as an initializer with the specified universe of discourse.
AbleContinuousVariable(double, double, double) - Constructor for class com.ibm.able.data.AbleContinuousVariable
Create a new AbleContinuousVariable to be used as an initializer with the specified universe of discourse and initial value.
AbleContinuousVariable(String, boolean, boolean, 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.
AbleConversation - class com.ibm.able.conversation.AbleConversation.
The AbleConversation class executes one side of a single conversation, managing all ConversationPolicyHandlers, etc., as needed.
AbleConversation(AbleConversationManager, String) - Constructor for class com.ibm.able.conversation.AbleConversation
Constructs an AbleConversation object.
AbleConversationGraphicView - class com.ibm.able.conversation.AbleConversationGraphicView.
This class defines a specialized AbleConversationManager bean inspector that shows all active conversations that the bvean is managing, in the form of trees, with nodes representing conversations and child conversations
AbleConversationGraphicView(Object) - Constructor for class com.ibm.able.conversation.AbleConversationGraphicView
Create a JPanel to graphically display conversations
AbleConversationManager - class com.ibm.able.conversation.AbleConversationManager.
The AbleConversationManager class is an AbleBean implementing of the ConversationManager interface.
AbleConversationManager() - Constructor for class com.ibm.able.conversation.AbleConversationManager
Constructs an AbleConversationManager object.
AbleConversationManager(String) - Constructor for class com.ibm.able.conversation.AbleConversationManager
Constructs an AbleConversationManager object with the given name.
AbleConversationManager(String, String) - Constructor for class com.ibm.able.conversation.AbleConversationManager
Constructs an AbleConversationManager object with the given name and comment string.
AbleConversationManagerBeanInfo - class com.ibm.able.conversation.AbleConversationManagerBeanInfo.
This class provides BeanInfo for the AbleConversationManager class.
AbleConversationManagerBeanInfo() - Constructor for class com.ibm.able.conversation.AbleConversationManagerBeanInfo
 
AbleConversationManagerCustomizer - class com.ibm.able.conversation.AbleConversationManagerCustomizer.
This class provides the customizer for the AbleConversationManager bean.
AbleConversationManagerCustomizer() - Constructor for class com.ibm.able.conversation.AbleConversationManagerCustomizer
Construct a Text Import Customizer Dialog.
AbleConversationManagerCustomizer(JFrame, String) - Constructor for class com.ibm.able.conversation.AbleConversationManagerCustomizer
Construct a Text Export Customizer dialog.
AbleConversationManagerCustomizerPanel - class com.ibm.able.conversation.AbleConversationManagerCustomizerPanel.
This class provides the graphical editor panel for the AbleConversationManager to specify the default conversation policy and the repository for finding other conversation policies.
AbleConversationManagerCustomizerPanel(AbleConversationManagerCustomizer) - Constructor for class com.ibm.able.conversation.AbleConversationManagerCustomizerPanel
Construct the panel for the customizer.
AbleConversationPolicyHandlerFactory - class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory.
The AbleConversationPolicyHandlerFactory class is an ABLE-specific implementation of the ConversationPolicyHandlerFactory interface.
AbleConversationPolicyHandlerFactory() - Constructor for class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Constructs an AbleConversationPolicyHandlerFactory object using the default repository path name (".").
AbleConversationPolicyHandlerFactory(AbleBean) - Constructor for class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Constructs an AbleConversationPolicyHandlerFactory object using the default repository path name (".").
AbleConversationPolicyHandlerFactory(AbleBean, String) - Constructor for class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Constructs an AbleConversationPolicyHandlerFactory object using the given repository path name.
AbleConversationPolicyHandlerFactory(String) - Constructor for class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Constructs an AbleConversationPolicyHandlerFactory object using the given repository path name.
AbleCpGraphLoader - class com.ibm.able.conversation.AbleCpGraphLoader.
This takes a CpStateMachine and constructs an equivalent com.ibm.graph.Net object.
AbleCpGraphLoader(CpStateMachine) - Constructor for class com.ibm.able.conversation.AbleCpGraphLoader
AbleCPGraphLoader constructor.
AbleCpGraphViewer - class com.ibm.able.conversation.AbleCpGraphViewer.
This provides graphical display of a CpStateMachine.
AbleCpGraphViewer(String) - Constructor for class com.ibm.able.conversation.AbleCpGraphViewer
Constructor for AbleCpGraphViewer
AbleCpGraphViewer(String, String) - Constructor for class com.ibm.able.conversation.AbleCpGraphViewer
Constructor for AbleCpGraphViewer
AbleCpStateMachineHandler - class com.ibm.able.conversation.AbleCpStateMachineHandler.
The AbleCpStateMachineHandler class is an ABLE-specific implementation of the CpStateMachineHandler interface.
AbleCpStateMachineHandler() - Constructor for class com.ibm.able.conversation.AbleCpStateMachineHandler
Constructs an AbleCpStateMachineHandler object, but leaves state machine and role unset.
AbleCpStateMachineHandler(CpStateMachine, String) - Constructor for class com.ibm.able.conversation.AbleCpStateMachineHandler
Constructs an AbleCpStateMachineHandler object with the given properties.
AbleCustomInspectorView - interface com.ibm.able.editor.AbleCustomInspectorView.
This interface must be implemented by any custom inspector views to save context data during the serialization/de-serialization process.
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.
AbleDataAnalytics - class com.ibm.able.beans.AbleDataAnalytics.
This class provides statistical and time series analysis of data contained in AbleDataTable column's AbleDataSeries.
AbleDataAnalytics() - Constructor for class com.ibm.able.beans.AbleDataAnalytics
Constructor for this class.
AbleDataBufferManager - interface com.ibm.able.AbleDataBufferManager.
The AbleDataBufferManager interface describes the unique behavior required of AbleBeans which pass data using data buffers.
AbleDataBufferRemoteManager - interface com.ibm.able.AbleDataBufferRemoteManager.
The AbleDataBufferRemoteManager interface describes the unique behavior required of AbleRemoteBeans which pass data using data buffers.
AbleDataContext - interface com.ibm.able.data.AbleDataContext.
This interface defines the behavior of a data Context provider which is used by all Variables in the 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, Throwable) - Constructor for class com.ibm.able.data.AbleDataException
Create a new exception.
AbleDataMap - class com.ibm.able.beans.AbleDataMap.
 
AbleDataSeries - class com.ibm.able.beans.AbleDataSeries.
Class to maintain a growing or circular history for a particular metric value, and to provide various statistics about the values currently maintained in this history.
AbleDataSeries() - Constructor for class com.ibm.able.beans.AbleDataSeries
Void constructor to create an object with default size, unknown type (will be updated with the first addition to the history), and will calculate statistics on additions of data to the history.
AbleDataSeries(boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using the default history size, deferring the type of data until the first addition to the history, and allowing selection whether or not statistical calculations are performed when data is added.
AbleDataSeries(Double[]) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using an array of Doubles containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSeries(Double[], boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using an array of Doubles containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSeries(int) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing objects to be constructed with the specified history size.
AbleDataSeries(int, boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created with specified int history size and boolean flag whether or not statistical calculations should be performed when data is added.
AbleDataSeries(Integer[]) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using an array of Integers containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSeries(Integer[], boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using an array of Integers containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSeries(int, Object) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using the specified size for its history, the specified objArrayType to determine the type of data to be stored as well as providing the first value to be added to the history.
AbleDataSeries(int, Object, boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using the specified size for its history, the specified objArrayType to determine the type of data to be stored as well as providing the first value to be added to the history, and a flag whether or not statistical calculations should be performed when values are added to the history.
AbleDataSeries(Vector) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using a Vector containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSeries(Vector, boolean) - Constructor for class com.ibm.able.beans.AbleDataSeries
Constructor allowing an object to be created using a List (Vector) containing the initial objects to be added to the history, and whose size is used to determine the history size.
AbleDataSet - class com.ibm.able.beans.AbleDataSet.
This class describes and reads a text file.
AbleDataSet(String) - Constructor for class com.ibm.able.beans.AbleDataSet
Construct an AbleDataSet object for a given file.
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 * SQL datatypes are mapped to AbleFields as follows by default:
AbleDataSetDefinition() - Constructor for class com.ibm.able.beans.AbleDataSetDefinition
construct a data set definition object with no field defs
AbleDataSetDefinition(ResultSet) - Constructor for class com.ibm.able.beans.AbleDataSetDefinition
 
AbleDataSetDefinition(ResultSetMetaData) - Constructor for class com.ibm.able.beans.AbleDataSetDefinition
 
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.
AbleDataSink - interface com.ibm.able.AbleDataSink.
The AbleDataSink interface provides a generic means to refer to writable beans.
AbleDataSource - interface com.ibm.able.AbleDataSource.
The AbleDataSource interface provides common information about data sources, the records they provide, and the fields those records contain.
AbleDataTable - class com.ibm.able.beans.AbleDataTable.
Class to maintain a set of tabular data, maintained in named columns (represented internally as an array of AbleDataSeries).
AbleDataTable(double) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the specified number of columns.
AbleDataTable(double, boolean) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the specified number of columns.
AbleDataTable(int) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the specified number of columns.
AbleDataTable(int, boolean) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the specified number of columns.
AbleDataTable(String) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the content of the specified file.
AbleDataTable(String[], boolean, boolean) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the content of the specified String[].
AbleDataTable(String, boolean, boolean) - Constructor for class com.ibm.able.beans.AbleDataTable
Constructor allowing objects to be constructed with the content of the specified file.
AbleDBExport - class com.ibm.able.beans.AbleDBExport.
AbleDBExport provides Able beans with the ability to write data to to a database table using JDBC interfaces.
AbleDBExport() - Constructor for class com.ibm.able.beans.AbleDBExport
Construct a default AbleDBImport object.
AbleDBExport(String) - Constructor for class com.ibm.able.beans.AbleDBExport
Construct an AbleDBImport object with a specified name.
AbleDBExportBeanInfo - class com.ibm.able.beans.AbleDBExportBeanInfo.
Provide the information for the AbleDBImport bean.
AbleDBExportBeanInfo() - Constructor for class com.ibm.able.beans.AbleDBExportBeanInfo
 
AbleDBExportCustomizer - class com.ibm.able.beans.AbleDBExportCustomizer.
This class provides the customizer for the Text Import tab.
AbleDBExportCustomizer() - Constructor for class com.ibm.able.beans.AbleDBExportCustomizer
Construct a Text Import Customizer Dialog.
AbleDBExportCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleDBExportCustomizer
Construct a Text Import Customizer dialog.
AbleDBExportPanel - class com.ibm.able.beans.AbleDBExportPanel.
This class provides the panel for the Database Import tab.
AbleDBExportPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleDBExportPanel
Construct the panel for the customizer.
AbleDBImport - class com.ibm.able.beans.AbleDBImport.
This class provides Able beans with access to database data using JDBC interfaces.
AbleDBImport() - Constructor for class com.ibm.able.beans.AbleDBImport
Construct a default AbleDBImport object.
AbleDBImport(String) - Constructor for class com.ibm.able.beans.AbleDBImport
Construct an AbleDBImport object with a specified name.
AbleDBImportBeanInfo - class com.ibm.able.beans.AbleDBImportBeanInfo.
Provide the information for the AbleDBImport bean.
AbleDBImportBeanInfo() - Constructor for class com.ibm.able.beans.AbleDBImportBeanInfo
 
AbleDBImportCustomizer - class com.ibm.able.beans.AbleDBImportCustomizer.
This class provides the customizer for the Text Import tab.
AbleDBImportCustomizer() - Constructor for class com.ibm.able.beans.AbleDBImportCustomizer
Construct a Text Import Customizer Dialog.
AbleDBImportCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleDBImportCustomizer
Construct a Text Import Customizer dialog.
AbleDBImportPanel - class com.ibm.able.beans.AbleDBImportPanel.
This class provides the panel for the Database Import tab.
AbleDBImportPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleDBImportPanel
Construct the panel for the customizer.
AbleDBTable - class com.ibm.able.beans.AbleDBTable.
This class describes and reads an SQL database table.
AbleDBTable(Connection, String) - Constructor for class com.ibm.able.beans.AbleDBTable
Construct an AbleDBTable object for a given connection and query.
AbleDebugLib - class com.ibm.able.rules.AbleDebugLib.
This class provides a set of user-defined functions for adding debugging capability to the Able Swing-based RuleSet editor.
AbleDebugLib() - Constructor for class com.ibm.able.rules.AbleDebugLib
GUI-based User-Defined Function Library for debugging AbleRuleSet objects.
AbleDecisionTree - class com.ibm.able.beans.decisiontree.AbleDecisionTree.
class AbleDecisionTree
AbleDecisionTree - class com.ibm.able.beans.knn.AbleDecisionTree.
 
AbleDecisionTree() - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
AbleDecisionTree() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTree
Default constructor
AbleDecisionTree(String) - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
AbleDecisionTree(String) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTree
Construct a decision tree bean with specified name
AbleDecisionTree(String, int, int) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTree
 
AbleDecisionTreeBeanInfo - class com.ibm.able.beans.decisiontree.AbleDecisionTreeBeanInfo.
 
AbleDecisionTreeBeanInfo - class com.ibm.able.beans.knn.AbleDecisionTreeBeanInfo.
 
AbleDecisionTreeBeanInfo() - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTreeBeanInfo
 
AbleDecisionTreeBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeBeanInfo
 
AbleDecisionTreeClassifierAgent - class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgent.
 
AbleDecisionTreeClassifierAgent() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgent
Constructor for AbleDecisionTreeClassifierAgent
AbleDecisionTreeClassifierAgent(String) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgent
Constructor for AbleDecisionTreeClassifierAgent
AbleDecisionTreeClassifierAgentBeanInfo - class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentBeanInfo.
 
AbleDecisionTreeClassifierAgentBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentBeanInfo
 
AbleDecisionTreeClassifierAgentCustomizer - class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentCustomizer.
 
AbleDecisionTreeClassifierAgentCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentCustomizer
Construct a Naive Bayes Classification Customizer dialog.
AbleDecisionTreeClassifierAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentCustomizer
Construct a Decision Tree Classification Customizer dialog.
AbleDecisionTreeClassifierAgentPanel - class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentPanel.
This class provides the panel for the k-NN Classifier Agent.
AbleDecisionTreeClassifierAgentPanel(AbleDecisionTreeClassifierAgentCustomizer) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeClassifierAgentPanel
Construct the panel for the customizer.
AbleDecisionTreeCustomizer - class com.ibm.able.beans.decisiontree.AbleDecisionTreeCustomizer.
 
AbleDecisionTreeCustomizer - class com.ibm.able.beans.knn.AbleDecisionTreeCustomizer.
 
AbleDecisionTreeCustomizer() - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTreeCustomizer
 
AbleDecisionTreeCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeCustomizer
Construct a naive bayes Customizer Dialog.
AbleDecisionTreeCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTreeCustomizer
Construct a Text Import Customizer dialog.
AbleDecisionTreeCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreeCustomizer
Construct a k-NN Customizer dialog.
AbleDecisionTreePanel - class com.ibm.able.beans.decisiontree.AbleDecisionTreePanel.
This class provides the panel for the DecisionTree tab.
AbleDecisionTreePanel - class com.ibm.able.beans.knn.AbleDecisionTreePanel.
 
AbleDecisionTreePanel(AbleDecisionTreeCustomizer) - Constructor for class com.ibm.able.beans.decisiontree.AbleDecisionTreePanel
Construct the panel for the customizer.
AbleDecisionTreePanel(AbleDecisionTreeCustomizer) - Constructor for class com.ibm.able.beans.knn.AbleDecisionTreePanel
Construct the panel for the customizer.
AbleDefaultAgent - class com.ibm.able.AbleDefaultAgent.
The AbleDefaultAgent class provides an ABLE agent which can contain other agents and beans and supports event connections to other agents and beans.
AbleDefaultAgent() - Constructor for class com.ibm.able.AbleDefaultAgent
Construct an AbleDefaultAgent instance.
AbleDefaultAgent(String) - Constructor for class com.ibm.able.AbleDefaultAgent
Construct an AbleDefaultAgent with the specified name.
AbleDefaultAgent(String, String) - Constructor for class com.ibm.able.AbleDefaultAgent
Construct an AbleDefaultAgent with the specified name and comment.
AbleDefaultAgentBeanInfo - class com.ibm.able.AbleDefaultAgentBeanInfo.
This class provides BeanInfo for the AbleDefaultAgent class.
AbleDefaultAgentBeanInfo() - Constructor for class com.ibm.able.AbleDefaultAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AbleDefaultAgentCustomizer - class com.ibm.able.AbleDefaultAgentCustomizer.
This class provides the customizer interface for the AbleDefaultAgent.
AbleDefaultAgentCustomizer() - Constructor for class com.ibm.able.AbleDefaultAgentCustomizer
Construct an Able Default Agent Customizer Dialog.
AbleDefaultAgentCustomizer(JFrame, String, boolean) - Constructor for class com.ibm.able.AbleDefaultAgentCustomizer
Construct an Able Default Agent Customizer dialog.
AbleDirectLocatorObject - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleDirectLocatorType - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleDiscreteField - class com.ibm.able.data.AbleDiscreteField.
Discrete fields are numeric fields with a finite set of possible values.
AbleDiscreteField(AbleFieldDefinition) - Constructor for class com.ibm.able.data.AbleDiscreteField
Construct a Discrete field.
AbleDiscreteVariable - class com.ibm.able.data.AbleDiscreteVariable.
This class defines the Able data discrete variable.
AbleDiscreteVariable(Object[]) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new AbleDiscreteVariable, used to initialize another discrete variable, over the specified set of numbers.
AbleDiscreteVariable(Object[], double) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new AbleDiscreteVariable, used to initialize another discrete variable, over the specified set of numbers with specified initial value.
AbleDiscreteVariable(String) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new discrete variable.
AbleDiscreteVariable(String, boolean, boolean, 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.
AbleDiscreteVariable(Vector) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new AbleDiscreteVariable, used to initialize another discrete variable, over the specified set of numbers.
AbleDiscreteVariable(Vector, double) - Constructor for class com.ibm.able.data.AbleDiscreteVariable
Create a new AbleDiscreteVariable, used to initialize another discrete variable, over the specified set of numbers with specified initial value.
AbleDoOnBean - interface com.ibm.able.editor.AbleDoOnBean.
An action to perform on created beans
AbleDoubleLiteral - class com.ibm.able.data.AbleDoubleLiteral.
This class wraps a value of the primitive type double in an object.
AbleDoubleLiteral(double) - Constructor for class com.ibm.able.data.AbleDoubleLiteral
Create a new literal with the specified value.
AbleDoubleVariable - class com.ibm.able.data.AbleDoubleVariable.
This class wraps a value of the primitive type double in an object.
AbleDoubleVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleDoubleVariable
Create a new double variable with the default initial value of 0.0d.
AbleDoubleVariable(String, boolean, boolean, double) - Constructor for class com.ibm.able.data.AbleDoubleVariable
Create a new double variable with the specified initial value.
AbleDoubleVariable(String, double) - Constructor for class com.ibm.able.data.AbleDoubleVariable
Create a new double variable with the specified initial value.
AbleDoUntilRule - class com.ibm.able.rules.AbleDoUntilRule.
This class represents a do/until "iteration" rule consisting of a boolean test expression and one or more consequent clauses (the body).
AbleDoUntilRule(String, AbleRd, AbleExpression, Vector) - Constructor for class com.ibm.able.rules.AbleDoUntilRule
Create a new conditional rule with the specified priority, Boolean test expression, and consequent clauses.
AbleDoWhileRule - class com.ibm.able.rules.AbleDoWhileRule.
This class represents a do/while "iteration" rule consisting of a booean test expression and one or more consequent clauses (the body).
AbleDoWhileRule(String, AbleRd, AbleExpression, Vector) - Constructor for class com.ibm.able.rules.AbleDoWhileRule
Create a new conditional rule with the specified priority, a Boolean test expression, and consequent clauses.
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.
AbleEmptyListPredicate - class com.ibm.able.data.AbleEmptyListPredicate.
This class represents a list predicate (with name = '.' (period)) and which contains no arguments (arity is 0).
AbleEmptyListPredicate(String) - Constructor for class com.ibm.able.data.AbleEmptyListPredicate
Construct a predicate with name = '.' and which contains no arguments.
AbleEnvelopeDisplayName - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleEnvelopeNestedName - Static variable in class com.ibm.able.platform.AblePlatform
 
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.
The AbleEvent class defines the event object used for notification and for invoking methods called actions on other AbleBeans.
AbleEvent(Object) - Constructor for class com.ibm.able.AbleEvent
Construct an asynchronous AbleEvent.DATACHANGED event for a given object.
AbleEvent(Object, Object) - Constructor for class com.ibm.able.AbleEvent
Construct an asynchronous AbleEvent.DATACHANGED event for a given object and argument.
AbleEvent(Object, Object, int) - Constructor for class com.ibm.able.AbleEvent
Construct an asynchronous event of a specific type for a given object and argument.
AbleEvent(Object, Object, int, boolean) - Constructor for class com.ibm.able.AbleEvent
Construct an event of a specific type for a given object, argument, and define whether it is to be run synchronously or asynchronously.
AbleEvent(Object, Object, String) - Constructor for class com.ibm.able.AbleEvent
Construct an asynchronous AbleEvent.ACTION event for a given object, argument, and define whether it is to be run synchronously or asynchronously.
AbleEvent(Object, Object, String, boolean) - Constructor for class com.ibm.able.AbleEvent
Construct an AbleEvent.ACTION event for a given object and argument.
AbleEvent(Object, Object, String, boolean, Object, String, String) - Constructor for class com.ibm.able.AbleEvent
Construct a AbleEvent.TRANSACTION event.
AbleEventConnection - class com.ibm.able.AbleEventConnection.
The AbleEventConnection class defines a 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 AbleBean will be sent to any registered listeners.
AbleEventListener - interface com.ibm.able.AbleEventListener.
The AbleEventListener interface provides methods for handling AbleEvents.
AbleEventListenerManager - interface com.ibm.able.AbleEventListenerManager.
The AbleEventListenerManager interface provides the methods needed to add and remove AbleEventListener objects and to notify those listeners of an AbleEvent.
AbleEventListenerRemoteManager - interface com.ibm.able.AbleEventListenerRemoteManager.
The AbleEventListenerRemoteManager interface provides the methods needed by an AbleRemoteBean to add and remove AbleEventListener objects and to notify those listeners of an AbleEvent.
AbleEventProcessingEnabled - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's Able event processing flag.
AbleEventProcessingEnabledId - Static variable in class com.ibm.able.AbleProperty
 
AbleEventQueue - class com.ibm.able.AbleEventQueue.
The AbleEventQueue allows events added to this queue to be processed on the caller's thread, or on a separate thread controlled by the event queue itself.
AbleEventQueue(AbleEventQueueProcessor) - Constructor for class com.ibm.able.AbleEventQueue
Create a new AbleEventQueue.
AbleEventQueueManager - interface com.ibm.able.AbleEventQueueManager.
The AbleEventQueueManager interface provides methods to manage a thread for asynchronously processing events placed on an event quene and for managing timer events.
AbleEventQueueProcessor - interface com.ibm.able.AbleEventQueueProcessor.
The AbleEventQueueProcessor interface provides a way for the AbleEventQueue to hand off processing of timer and asynchronous AbleEvents.
AbleEventQueueRemoteManager - interface com.ibm.able.AbleEventQueueRemoteManager.
The AbleEventQueueRemoteManager interface provides methods to remotely manage a thread for asynchronously processing events placed on an event quene and for managing timer events.
AbleException - exception com.ibm.able.AbleException.
The AbleException class defines an from which all other subpackages may extend their own exceptions.
AbleException() - Constructor for class com.ibm.able.AbleException
Construct a new exception of an unspecified severity.
AbleException(AbleMessageContainer, String) - Constructor for class com.ibm.able.AbleException
Constructs a new exception with the specified locale-specific elements, which can be formatted into a localized message at a later time.
AbleException(AbleMessageContainer, String, Throwable) - Constructor for class com.ibm.able.AbleException
Constructs a new exception with the specified locale-specific elements, which can be formatted into a localized message at a later time.
AbleException(int) - Constructor for class com.ibm.able.AbleException
Construct a new exception of the specified severity.
AbleException(int, String, Throwable) - Constructor for class com.ibm.able.AbleException
Construct a new exception with the specified message, Throwable, and ABLE severity.
AbleException(String) - Constructor for class com.ibm.able.AbleException
Construct a new exception with the specified message of an unspecified severity.
AbleException(String, Collection) - Constructor for class com.ibm.able.AbleException
Construct a new exception with a Collection of objects.
AbleException(String, Object) - Constructor for class com.ibm.able.AbleException
Construct a new exception with the specified message and object.
AbleException(String, Object, Throwable) - Constructor for class com.ibm.able.AbleException
Construct a new exception with the specified message, object, and throwable.
AbleException(String, Throwable) - Constructor for class com.ibm.able.AbleException
Construct 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.
AbleExport(String, String) - Constructor for class com.ibm.able.beans.AbleExport
Construct an AbleExport object with specified name and file.
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.
AbleExpression - class com.ibm.able.data.AbleExpression.
An AbleExpression contains a unary or binary operator along with one or two AbleRd objects (which themselves could be AbleExpressions).
AbleExpression(AbleDataContext, String) - Constructor for class com.ibm.able.data.AbleExpression
Create a new expression from the String.
AbleExpression(AbleRd, int, AbleRd) - Constructor for class com.ibm.able.data.AbleExpression
Create a new clause with the specified parts.
AbleExpressionVariable - class com.ibm.able.data.AbleExpressionVariable.
This class holds a value of an AbleExpression object.
AbleExpressionVariable(String, AbleExpression) - Constructor for class com.ibm.able.data.AbleExpressionVariable
Create a new Expression variable with the specified initial value.
AbleExpressionVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleExpressionVariable
Create a new Expression variable with the specified initial value.
AbleExpressionVariable(String, boolean, boolean, AbleExpression) - Constructor for class com.ibm.able.data.AbleExpressionVariable
Create a new Expression variable with the specified initial value.
AbleField - interface com.ibm.able.data.AbleField.
AbleField defines a basic field for use in data sources and inferencing.
AbleFieldDefinition - class com.ibm.able.data.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.data.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 File Watcher 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.
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 an AbleFilter object with specified name.
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.
AbleFloatLiteral - class com.ibm.able.data.AbleFloatLiteral.
This class wraps a value of the primitive type float in an object.
AbleFloatLiteral(double) - Constructor for class com.ibm.able.data.AbleFloatLiteral
Create a new literal with the specified value.
AbleFloatLiteral(float) - Constructor for class com.ibm.able.data.AbleFloatLiteral
Create a new literal with the specified value.
AbleFloatVariable - class com.ibm.able.data.AbleFloatVariable.
This class wraps a value of the primitive type float in an object.
AbleFloatVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleFloatVariable
Create a new Float variable with the default initial value of 0.0f.
AbleFloatVariable(String, boolean, boolean, double) - Constructor for class com.ibm.able.data.AbleFloatVariable
Create a new Float variable with the specified initial value.
AbleFloatVariable(String, boolean, boolean, float) - Constructor for class com.ibm.able.data.AbleFloatVariable
Create a new Float variable with the specified initial value.
AbleFloatVariable(String, float) - Constructor for class com.ibm.able.data.AbleFloatVariable
Create a new Float variable with the specified initial value.
AbleForLoopRule - class com.ibm.able.rules.AbleForLoopRule.
This class represents a for-loop "iteration" rule consisting of an initializer expression, a conditional test expression, and an increment expression.
AbleForLoopRule(String, AbleRd, Vector, AbleExpression, Vector, Vector) - Constructor for class com.ibm.able.rules.AbleForLoopRule
Create a new conditional rule with the specified priority, antecedent clauses, and consequent clause.
AbleForwardChainInferenceEngine - class com.ibm.able.rules.AbleForwardChainInferenceEngine.
This class provides the inferencing algorithm for processing a set of rules in a ruleblock using data-driven or forward chaining.
AbleForwardChainInferenceEngine(AbleRuleSet, AbleLogger) - Constructor for class com.ibm.able.rules.AbleForwardChainInferenceEngine
Create a new inference engine.
AbleForwardChainInferenceEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleForwardChainInferenceEngine
Create a new inference engine.
AbleFuzzyChgListener - class com.ibm.able.rules.AbleFuzzyChgListener.
This class is an example of a property change listener.
AbleFuzzyChgListener() - Constructor for class com.ibm.able.rules.AbleFuzzyChgListener
Create a new property change listener that listens exclusively for "fuzzy" related property changes.
AbleFuzzyCurveMatchLib - class com.ibm.able.rules.AbleFuzzyCurveMatchLib.
This class provides a set of functions for using fuzzy logic to reason about time-series data.
AbleFuzzyCurveMatchLib() - Constructor for class com.ibm.able.rules.AbleFuzzyCurveMatchLib
Create a new
AbleFuzzyInferenceEngine - class com.ibm.able.rules.AbleFuzzyInferenceEngine.
This class provides the control code and inferencing algorithm for processing a set of conditional rules in a ruleblock containing Fuzzy linguistic variables and hedges using data-driven or forward chaining and fuzzy inferencing logic.
AbleFuzzyInferenceEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleFuzzyInferenceEngine
Create a new inference engine.
AbleFuzzySet - class com.ibm.able.data.AbleFuzzySet.
This class defines the Able data fuzzy set class.
AbleFuzzySet(int, String, AbleFuzzyVariable, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySet
Create a new fuzzy set.
AbleFuzzySetBeta - class com.ibm.able.data.AbleFuzzySetBeta.
This class defines the Able data beta fuzzy set.
AbleFuzzySetBeta(AbleFuzzyVariable, String, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetBeta
Create a new fuzzy set.
AbleFuzzySetBeta(AbleFuzzyVariable, String, double, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetBeta
Create a new fuzzy set.
AbleFuzzySetGaussian - class com.ibm.able.data.AbleFuzzySetGaussian.
This class defines the Able data gaussian fuzzy set.
AbleFuzzySetGaussian(AbleFuzzyVariable, String, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetGaussian
Create a new fuzzy set.
AbleFuzzySetLinear - class com.ibm.able.data.AbleFuzzySetLinear.
This class defines the Able data linear fuzzy set.
AbleFuzzySetLinear(AbleFuzzyVariable, String, double, double, double, int) - Constructor for class com.ibm.able.data.AbleFuzzySetLinear
Create a new fuzzy set.
AbleFuzzySetPi - class com.ibm.able.data.AbleFuzzySetPi.
This class defines the Able data PI fuzzy set.
AbleFuzzySetPi(AbleFuzzyVariable, String, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetPi
Create a new fuzzy set.
AbleFuzzySetSegments - class com.ibm.able.data.AbleFuzzySetSegments.
This class defines the Able data segments fuzzy set.
AbleFuzzySetSegments(AbleFuzzyVariable, String, double, int, double[], double[]) - Constructor for class com.ibm.able.data.AbleFuzzySetSegments
Create a new fuzzy set.
AbleFuzzySetShoulder - class com.ibm.able.data.AbleFuzzySetShoulder.
This class defines the Able data shoulder fuzzy set.
AbleFuzzySetShoulder(AbleFuzzyVariable, String, double, double, double, int) - Constructor for class com.ibm.able.data.AbleFuzzySetShoulder
Create a new fuzzy set.
AbleFuzzySetSigmoid - class com.ibm.able.data.AbleFuzzySetSigmoid.
This class defines the Able data sigmoid fuzzy set.
AbleFuzzySetSigmoid(AbleFuzzyVariable, String, double, double, double, double, int) - Constructor for class com.ibm.able.data.AbleFuzzySetSigmoid
Create a new fuzzy set.
AbleFuzzySetTrapezoid - class com.ibm.able.data.AbleFuzzySetTrapezoid.
This class defines the Able data trapezoid fuzzy set.
AbleFuzzySetTrapezoid(AbleFuzzyVariable, String, double, double, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetTrapezoid
Create a new fuzzy set.
AbleFuzzySetTriangle - class com.ibm.able.data.AbleFuzzySetTriangle.
This class defines the Able data triangle fuzzy set.
AbleFuzzySetTriangle(AbleFuzzyVariable, String, double, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzySetTriangle
Create a new fuzzy set.
AbleFuzzySetWork - class com.ibm.able.data.AbleFuzzySetWork.
This class defines the Able data working fuzzy set.
AbleFuzzyVariable - class com.ibm.able.data.AbleFuzzyVariable.
This class represents a FuzzySet value subject to a minimum and maximum value called the range of discource.
AbleFuzzyVariable(String, boolean, boolean, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzyVariable
Create a new fuzzy variable with the specified universe of discourse.
AbleFuzzyVariable(String, double, double, double) - Constructor for class com.ibm.able.data.AbleFuzzyVariable
Create a new fuzzy variable with the specified universe of discourse.
AbleGenericField - class com.ibm.able.data.AbleGenericField.
AbleField defines a basic field for use in data sources and inferencing.
AbleGenericField(AbleFieldDefinition) - Constructor for class com.ibm.able.data.AbleGenericField
Construct a Generic field.
AbleGenericLiteral - class com.ibm.able.data.AbleGenericLiteral.
This class defines the Able data generic literal that holds Java Object values.
AbleGenericLiteral() - Constructor for class com.ibm.able.data.AbleGenericLiteral
Create a new literal with a null value.
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(int, String, boolean, boolean, Object) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new variable of the specified type and with the specified name.
AbleGenericVariable(String) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable.
AbleGenericVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable.
AbleGenericVariable(String, boolean, boolean, Object) - Constructor for class com.ibm.able.data.AbleGenericVariable
Create a new generic variable.
AbleGenericVariable(String, Object) - 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.
AbleGui - class com.ibm.able.AbleGui.
 
AbleGuiFuzzySetChartable - class com.ibm.able.rules.AbleGuiFuzzySetChartable.
This class defines a specialized Fuzzy System fuzzy set wrapper that allows fuzzy sets to be displayed by KLG's JChart classes.
AbleGuiFuzzySetChartable(Vector) - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetChartable
Create a new chartable object over a set of specified fuzzy sets.
AbleGuiFuzzySetInspector - class com.ibm.able.rules.AbleGuiFuzzySetInspector.
This class defines a specialized Fuzzy System fuzzy set inspector that displays fuzzy solution sets graphically.
AbleGuiFuzzySetInspector() - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetInspector
Create a new Fuzzy System fuzzy set inspector/property change listener.
AbleGuiFuzzySetInspector(Object) - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetInspector
Create a new Fuzzy System fuzzy set inspector/property change listener over the specified fuzzy ruleset.
AbleGuiFuzzySetRenderer - class com.ibm.able.rules.AbleGuiFuzzySetRenderer.
This class is used by the AbleGuiFuzzySetViewer to obtain a JTable cell renderer for a fuzzy set chart.
AbleGuiFuzzySetRenderer() - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetRenderer
 
AbleGuiFuzzySetViewer - class com.ibm.able.rules.AbleGuiFuzzySetViewer.
This class defines a specialized Fuzzy System fuzzy set viewer that displays fuzzy sets graphically.
AbleGuiFuzzySetViewer() - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetViewer
Create a new Fuzzy System fuzzy set viewer/property change listener.
AbleGuiFuzzySetViewer(AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleGuiFuzzySetViewer
Create a new Fuzzy System fuzzy set viewer/property change listener over the specified ruleset.
AbleGUILib - class com.ibm.able.rules.AbleGUILib.
 
AbleGUILib() - Constructor for class com.ibm.able.rules.AbleGUILib
 
AbleGuiPreferences - class com.ibm.able.editor.AbleGuiPreferences.
This class contains preferences for the Able GUI components.
AbleGuiPreferences() - Constructor for class com.ibm.able.editor.AbleGuiPreferences
Instantiate all preferences from a Properties file read from disk.
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
 
AbleIfThenElseRule - class com.ibm.able.rules.AbleIfThenElseRule.
This class holds the expressions and actions used in an if-then-else scripting rule.
AbleIfThenElseRule(String, AbleRd, AbleExpression, Vector, Vector) - Constructor for class com.ibm.able.rules.AbleIfThenElseRule
Create a new conditional rule with the specified priority, antecedent clauses, and consequent clause.
AbleImport - class com.ibm.able.beans.AbleImport.
This class provides Able beans with access to external text-file data.
AbleImport() - Constructor for class com.ibm.able.beans.AbleImport
Construct a default AbleImport object.
AbleImport(String) - Constructor for class com.ibm.able.beans.AbleImport
Construct an AbleImport object with specified name.
AbleImport(String, String) - Constructor for class com.ibm.able.beans.AbleImport
Construct an AbleImport object with specified name and file.
AbleImportBeanInfo - class com.ibm.able.beans.AbleImportBeanInfo.
Provide the information for the AbleImport bean.
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.
AbleImportData - interface com.ibm.able.beans.AbleImportData.
The AbleDataSource interface is implemented to provide common information about data sources, the records they provide, and the fields contained by those records.
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.
AbleImportRemoteAgentDialog - class com.ibm.able.editor.AbleImportRemoteAgentDialog.
This class displays a modal dialog for the selection of a remote agent.
AbleImportRemoteAgentDialog(AbleEditorFrame) - Constructor for class com.ibm.able.editor.AbleImportRemoteAgentDialog
Construct and display the preferences dialog.
AbleImportRemoteAgentDialog(AbleEditorFrame, String) - Constructor for class com.ibm.able.editor.AbleImportRemoteAgentDialog
Construct and display the preferences dialog.
AbleInferenceContext - class com.ibm.able.rules.AbleInferenceContext.
 
AbleInferenceContext() - Constructor for class com.ibm.able.rules.AbleInferenceContext
 
AbleInferenceEngine - class com.ibm.able.rules.AbleInferenceEngine.
This class is an abstract base class for all inference engines used by an AbleRuleSet.
AbleInferenceEngine() - Constructor for class com.ibm.able.rules.AbleInferenceEngine
Create a new base inference engine.
AbleInferenceEngine(AbleLogger) - Constructor for class com.ibm.able.rules.AbleInferenceEngine
Create a new base inference engine.
AbleInferenceEngine(AbleRuleSet, AbleLogger) - Constructor for class com.ibm.able.rules.AbleInferenceEngine
Create a new base inference engine over the specified ruleset.
AbleInferenceEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleInferenceEngine
Create a new base inference engine over the specified ruleset.
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.
AbleIntegerLiteral - class com.ibm.able.data.AbleIntegerLiteral.
This class wraps a value of the primitive type int in an object.
AbleIntegerLiteral(int) - Constructor for class com.ibm.able.data.AbleIntegerLiteral
Create a new literal with the specified value.
AbleIntegerVariable - class com.ibm.able.data.AbleIntegerVariable.
This class wraps a value of the primitive type int in an object.
AbleIntegerVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleIntegerVariable
Create a new Integer variable with the specified default value of 0.
AbleIntegerVariable(String, boolean, boolean, int) - Constructor for class com.ibm.able.data.AbleIntegerVariable
Create a new Integer variable with the specified initial value.
AbleIntegerVariable(String, int) - Constructor for class com.ibm.able.data.AbleIntegerVariable
Create a new Integer variable with the specified initial value.
AbleIterationRule - interface com.ibm.able.rules.AbleIterationRule.
This interface defines an iteration rule, that has a boolean test expression and and a list of actions (consequent clauses).
AbleJarFile - class com.ibm.able.editor.AbleJarFile.
Title: Description: Copyright: Copyright (c) 2001 Company:
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
 
AbleJasConversationAgent - class com.ibm.able.conversation.AbleJasConversationAgent.
The AbleJasConversationAgent class represents a simple conversational agent that can execute conversations as specified by Conversation Policies (CPs) encoded in the XML dialect cpXML.
AbleJasConversationAgent() - Constructor for class com.ibm.able.conversation.AbleJasConversationAgent
Constructe the AbleJasConversationAgent object.
AbleJasConversationAgentBeanInfo - class com.ibm.able.conversation.AbleJasConversationAgentBeanInfo.
This class provides BeanInfo for the AbleJasConversationAgent class.
AbleJasConversationAgentBeanInfo() - Constructor for class com.ibm.able.conversation.AbleJasConversationAgentBeanInfo
 
AbleJasConversationAgentCustomizer - class com.ibm.able.conversation.AbleJasConversationAgentCustomizer.
OLD VERSION -- TO BE WITHDRAWN
AbleJasConversationAgentCustomizer() - Constructor for class com.ibm.able.conversation.AbleJasConversationAgentCustomizer
Construct a Jas Conversation Agent Customizer dialog.
AbleJasConversationAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.conversation.AbleJasConversationAgentCustomizer
Construct a Jas Conversation Agent Customizer dialog.
AbleJasConversationDecisionPanel - class com.ibm.able.conversation.AbleJasConversationDecisionPanel.
This class provides the graphical editor panel for the AbleJasConversationAgent decision logic connections.
AbleJasConversationDecisionPanel(AbleJasConversationAgentCustomizer) - Constructor for class com.ibm.able.conversation.AbleJasConversationDecisionPanel
Construct the panel for the customizer.
AbleJasConversationGraphicView - class com.ibm.able.conversation.AbleJasConversationGraphicView.
This class defines a specialized Able Jas Conversation Agent inspector that shows all active conversations that the agent is engaged in, in the form of trees, with nodes representing conversations and child conversations
AbleJasConversationGraphicView(Object) - Constructor for class com.ibm.able.conversation.AbleJasConversationGraphicView
Create a JPanel to graphically display conversations
AbleJasConversationPanel - class com.ibm.able.conversation.AbleJasConversationPanel.
This class provides the graphical editor panel for the AbleJasConversationAgent to specify the default conversation policy and the repository for finding other conversation policies.
AbleJasConversationPanel(AbleJasConversationAgentCustomizer) - Constructor for class com.ibm.able.conversation.AbleJasConversationPanel
Construct the panel for the customizer.
AbleJasMessageListener - class com.ibm.able.platform.AbleJasMessageListener.
This class provides a simple JAS message listener, or message "inbox", for all AblePlatformDefaultAgent objects; each AblePlatformDefaultAgent has at least one of these listeners, which, by default, is setup by the agent to call back to the containing agent's receiveMessage(TransportMessage) method.
AbleJasMessageListener(AblePlatformDefaultAgent, String, AbleUserDefinedFunction) - Constructor for class com.ibm.able.platform.AbleJasMessageListener
Creates a new Able JAS MessageListener, or "inbox", for an AblePlatformDefaultAgent.
AbleJasMessageSystemAdapter - class com.ibm.able.conversation.AbleJasMessageSystemAdapter.
The AbleJasMessageSystemAdapter class is a MessageSystemAdapter that uses Java Agent Services (JAS) messaging.
AbleJasMessageSystemAdapter() - Constructor for class com.ibm.able.conversation.AbleJasMessageSystemAdapter
Constructs an AbleJasMessageSystemAdapter with null instance variables.
AbleJasMessageSystemAdapter(AbleBean) - Constructor for class com.ibm.able.conversation.AbleJasMessageSystemAdapter
Constructs an AbleJasMessageSystemAdapter with the given bean as owner.
AbleJasMessageSystemAdapter(AbleBean, MessageTransportService) - Constructor for class com.ibm.able.conversation.AbleJasMessageSystemAdapter
Constructs an AbleJasMessageSystemAdapter.
AbleJavaScriptAgent - class com.ibm.able.agents.AbleJavaScriptAgent.
An Agent whose behavior can be specified using JavaScript scripts.
AbleJavaScriptAgent() - Constructor for class com.ibm.able.agents.AbleJavaScriptAgent
 
AbleJavaScriptAgentBeanInfo - class com.ibm.able.agents.AbleJavaScriptAgentBeanInfo.
This class provides BeanInfo for the AbleJavaScriptAgent class.
AbleJavaScriptAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleJavaScriptAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AbleJavaScriptAgentCustomizer - class com.ibm.able.agents.AbleJavaScriptAgentCustomizer.
This class provides the customizer for the JavaScript Agent.
AbleJavaScriptAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleJavaScriptAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleJavaScriptAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleJavaScriptAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleJavaScriptAgentPanel - class com.ibm.able.agents.AbleJavaScriptAgentPanel.
This class provides the panel for the Script Agent.
AbleJavaScriptAgentPanel(AbleJavaScriptAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleJavaScriptAgentPanel
Construct the panel for the customizer.
AbleJTextAreaHandler - class com.ibm.able.AbleJTextAreaHandler.
AbleJTextAreaHandler extends Handler and writes to a Swing JTextArea.
AbleJTextAreaHandler() - Constructor for class com.ibm.able.AbleJTextAreaHandler
Creates a AbleJTextAreaHandler.
AbleJTextAreaHandler(String) - Constructor for class com.ibm.able.AbleJTextAreaHandler
Creates a AbleJTextAreaHandler.
AbleJTextAreaHandler(String, String) - Constructor for class com.ibm.able.AbleJTextAreaHandler
Creates a TextAreaHandler.
AbleJTextAreaHandler(String, String, JTextArea) - Constructor for class com.ibm.able.AbleJTextAreaHandler
Creates a TextAreaHandler.
AbleKnn - class com.ibm.able.beans.knn.AbleKnn.
 
AbleKnn() - Constructor for class com.ibm.able.beans.knn.AbleKnn
Default constructor
AbleKnn(String) - Constructor for class com.ibm.able.beans.knn.AbleKnn
Construct a knn bean with specified name
AbleKnn(String, int) - Constructor for class com.ibm.able.beans.knn.AbleKnn
Construct a network with specified name and architecture.
AbleKnnBeanInfo - class com.ibm.able.beans.knn.AbleKnnBeanInfo.
 
AbleKnnBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleKnnBeanInfo
 
AbleKnnClassifierAgent - class com.ibm.able.beans.knn.AbleKnnClassifierAgent.
 
AbleKnnClassifierAgent() - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgent
Constructor for AbleKnnClassifierAgent
AbleKnnClassifierAgent(String) - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgent
Constructor for AbleKnnClassifierAgent
AbleKnnClassifierAgentBeanInfo - class com.ibm.able.beans.knn.AbleKnnClassifierAgentBeanInfo.
 
AbleKnnClassifierAgentBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgentBeanInfo
 
AbleKnnClassifierAgentCustomizer - class com.ibm.able.beans.knn.AbleKnnClassifierAgentCustomizer.
 
AbleKnnClassifierAgentCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgentCustomizer
Construct a Knn Classification Customizer dialog.
AbleKnnClassifierAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgentCustomizer
Construct a Knn Classification Customizer dialog.
AbleKnnClassifierAgentPanel - class com.ibm.able.beans.knn.AbleKnnClassifierAgentPanel.
This class provides the panel for the k-NN Classifier Agent.
AbleKnnClassifierAgentPanel(AbleKnnClassifierAgentCustomizer) - Constructor for class com.ibm.able.beans.knn.AbleKnnClassifierAgentPanel
Construct the panel for the customizer.
AbleKnnCustomizer - class com.ibm.able.beans.knn.AbleKnnCustomizer.
 
AbleKnnCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleKnnCustomizer
Construct a k-NN Customizer Dialog.
AbleKnnCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.knn.AbleKnnCustomizer
Construct a k-NN Customizer dialog.
AbleKnnPanel - class com.ibm.able.beans.knn.AbleKnnPanel.
 
AbleKnnPanel(AbleKnnCustomizer) - Constructor for class com.ibm.able.beans.knn.AbleKnnPanel
Construct the panel for the customizer.
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 an abstract base class for constant values and the operations on those values.
AbleLiteral() - Constructor for class com.ibm.able.data.AbleLiteral
Create a new literal of the specified type.
AbleLocation - class com.ibm.able.rules.AbleLocation.
This class represents a location in an ARL source file.
AbleLocation(int) - Constructor for class com.ibm.able.rules.AbleLocation
Construct an instance of an AbleLocation with specified line
AbleLocation(int, int, int) - Constructor for class com.ibm.able.rules.AbleLocation
Construct an instance of an AbleLocation with specified line, start, end positions
AbleLocatorProtocol - Static variable in class com.ibm.able.platform.AblePlatform
 
AbleLogger - interface com.ibm.able.AbleLogger.
AbleLogger is an interface used for recording messages and tracing programs.
AbleLogRecord - class com.ibm.able.AbleLogRecord.
The AbleLogRecord class provides descriptions of the custom inferencing, parsing, and ruleset record types.
AbleLogRecord() - Constructor for class com.ibm.able.AbleLogRecord
Construct an AbleLogRecord describing the custom Able LogRecord types.
AbleLongLiteral - class com.ibm.able.data.AbleLongLiteral.
This class wraps a value of the primitive type long in an object.
AbleLongLiteral(int) - Constructor for class com.ibm.able.data.AbleLongLiteral
Create a new literal with the specified value.
AbleLongLiteral(long) - Constructor for class com.ibm.able.data.AbleLongLiteral
Create a new literal with the specified value.
AbleLongVariable - class com.ibm.able.data.AbleLongVariable.
This class wraps a value of the primitive type long in an object.
AbleLongVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleLongVariable
Create a new numeric variable with the default initial value of 0L.
AbleLongVariable(String, boolean, boolean, int) - Constructor for class com.ibm.able.data.AbleLongVariable
Create a new numeric variable with the specified initial value.
AbleLongVariable(String, boolean, boolean, long) - Constructor for class com.ibm.able.data.AbleLongVariable
Create a new numeric variable with the specified initial value.
AbleLongVariable(String, long) - Constructor for class com.ibm.able.data.AbleLongVariable
Create a new Long variable with the specified initial value.
AbleMessageBundle - class com.ibm.able.AbleMessageBundle.
This class contains national language messages for Able.
AbleMessageBundle() - Constructor for class com.ibm.able.AbleMessageBundle
 
AbleMessageBundleGui - class com.ibm.able.AbleMessageBundleGui.
This class contains national language messages for Able.
AbleMessageBundleGui() - Constructor for class com.ibm.able.AbleMessageBundleGui
 
AbleMessageBundleX - class com.ibm.able.AbleMessageBundleX.
This class contains national language messages for Able.
AbleMessageBundleX() - Constructor for class com.ibm.able.AbleMessageBundleX
 
AbleMessageContainer - class com.ibm.able.AbleMessageContainer.
Capture the entire context of translatable String in a distributed platform.
AbleMessageContainer(AbleMessageContainer) - Constructor for class com.ibm.able.AbleMessageContainer
Creates an AbleMessageContainer from another AbleMessageContainer.
AbleMessageContainer(String) - Constructor for class com.ibm.able.AbleMessageContainer
Creates an AbleMessageContainer from a (possibly pre-resolved) string; this should be used when late binding is not an option but an AbleMessageContainer object is still required.
AbleMessageContainer(String, Object[], String) - Constructor for class com.ibm.able.AbleMessageContainer
Creates an AbleMessageContainer that captures the context of a translatable message that has insertion text.
AbleMessageContainer(String, String) - Constructor for class com.ibm.able.AbleMessageContainer
Creates an AbleMessageContainer that captures the context of a translatable message that has no insertion text.
AbleMessageTransformFactory - class com.ibm.able.conversation.AbleMessageTransformFactory.
The AbleMessageTransformFactory is an ABLE-specific implementation of the MessageTransform factory interface.
AbleMessageTransformFactory() - Constructor for class com.ibm.able.conversation.AbleMessageTransformFactory
Constructs an AbleMessageTransformFactory object with a null "owner".
AbleMessageTransformFactory(AbleBean) - Constructor for class com.ibm.able.conversation.AbleMessageTransformFactory
Constructs an AbleMessageTransformFactory object with the given "owner".
AbleMethodAdaptor - class com.ibm.able.AbleMethodAdaptor.
An AbleMethodAdaptor is an encapsulated method that can be called to invoke a method and retrieve the method's value.
AbleMethodAdaptor(String, Object, Method) - Constructor for class com.ibm.able.AbleMethodAdaptor
Constructs an AbleMethodAdaptor with the specified name, and encapsulate the specified method of the specified object.
AbleMethodAdaptor(String, Object, String, Class[]) - Constructor for class com.ibm.able.AbleMethodAdaptor
Constructs an AbleMethodAdaptor with the specified name, and encapsulates the specified method of the specified object.
AbleMutExEngine - class com.ibm.able.rules.AbleMutExEngine.
This rule engine provides the control code and inferencing algorithms for processing a ruleblock and fires a single rule in the ruleblock.
AbleMutExEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleMutExEngine
Create a new inference engine.
AbleNaiveBayes - class com.ibm.able.beans.bayes.AbleNaiveBayes.
 
AbleNaiveBayes - class com.ibm.able.beans.knn.AbleNaiveBayes.
 
AbleNaiveBayes() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayes
construct an AbleNaiveBayes bean
AbleNaiveBayes() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayes
Default constructor
AbleNaiveBayes(int, int, int[], 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)
AbleNaiveBayes(String) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayes
construct an AbleNaiveBayes bean
AbleNaiveBayes(String) - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayes
Construct a naive bayes bean with specified name
AbleNaiveBayes(String, int) - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayes
 
AbleNaiveBayesBeanInfo - class com.ibm.able.beans.bayes.AbleNaiveBayesBeanInfo.
 
AbleNaiveBayesBeanInfo - class com.ibm.able.beans.knn.AbleNaiveBayesBeanInfo.
 
AbleNaiveBayesBeanInfo() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesBeanInfo
 
AbleNaiveBayesBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesBeanInfo
 
AbleNaiveBayesClassifierAgent - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent.
This class implements a classifier using back propagation
AbleNaiveBayesClassifierAgent - class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgent.
 
AbleNaiveBayesClassifierAgent() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
AbleNaiveBayesClassifierAgent() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgent
Constructor for AbleNaiveBayesClassifierAgent
AbleNaiveBayesClassifierAgent(String) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
AbleNaiveBayesClassifierAgent(String) - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgent
Constructor for AbleNaiveBayesClassifierAgent
AbleNaiveBayesClassifierAgentBeanInfo - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentBeanInfo.
 
AbleNaiveBayesClassifierAgentBeanInfo - class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgentBeanInfo.
 
AbleNaiveBayesClassifierAgentBeanInfo() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentBeanInfo
 
AbleNaiveBayesClassifierAgentBeanInfo() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgentBeanInfo
 
AbleNaiveBayesClassifierAgentCustomizer - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentCustomizer.
This class provides the customizer for the NaiveBayes Classifier tab.
AbleNaiveBayesClassifierAgentCustomizer - class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgentCustomizer.
 
AbleNaiveBayesClassifierAgentCustomizer() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentCustomizer
Construct a NaiveBayes Classification Customizer dialog.
AbleNaiveBayesClassifierAgentCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgentCustomizer
Construct a Naive Bayes Classification Customizer dialog.
AbleNaiveBayesClassifierAgentCustomizer(JFrame, String) - 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.knn.AbleNaiveBayesClassifierAgentCustomizer
Construct a Naive Bayes Classification Customizer dialog.
AbleNaiveBayesClassifierAgentPanel - class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentPanel.
This class provides the panel for the NaiveBayes Classifier Agent.
AbleNaiveBayesClassifierAgentPanel - class com.ibm.able.beans.knn.AbleNaiveBayesClassifierAgentPanel.
This class provides the panel for the k-NN Classifier Agent.
AbleNaiveBayesClassifierAgentPanel(AbleNaiveBayesClassifierAgentCustomizer) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgentPanel
Construct the panel for the customizer.
AbleNaiveBayesClassifierAgentPanel(AbleNaiveBayesClassifierAgentCustomizer) - Constructor for class com.ibm.able.beans.knn.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 - class com.ibm.able.beans.knn.AbleNaiveBayesCustomizer.
 
AbleNaiveBayesCustomizer() - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesCustomizer
Construct a Self Organizing Map Customizer Dialog.
AbleNaiveBayesCustomizer() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesCustomizer
Construct a naive bayes Customizer Dialog.
AbleNaiveBayesCustomizer(JFrame, String) - 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.knn.AbleNaiveBayesCustomizer
Construct a Naive Bayes Customizer dialog.
AbleNaiveBayesDistributed - class com.ibm.able.beans.knn.AbleNaiveBayesDistributed.
 
AbleNaiveBayesDistributed() - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
Default constructor
AbleNaiveBayesDistributed(String) - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
Construct a naive bayes bean with specified name
AbleNaiveBayesDistributed(String, int) - Constructor for class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
 
AbleNaiveBayesPanel - class com.ibm.able.beans.bayes.AbleNaiveBayesPanel.
This class provides the panel for the NaiveBayes tab.
AbleNaiveBayesPanel - class com.ibm.able.beans.knn.AbleNaiveBayesPanel.
 
AbleNaiveBayesPanel(AbleNaiveBayesCustomizer) - Constructor for class com.ibm.able.beans.bayes.AbleNaiveBayesPanel
Construct the panel for the customizer.
AbleNaiveBayesPanel(AbleNaiveBayesCustomizer) - Constructor for class com.ibm.able.beans.knn.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.
AbleNetworkGraphicPanel - class com.ibm.able.editor.AbleNetworkGraphicPanel.
 
AbleNetworkGraphicPanel() - Constructor for class com.ibm.able.editor.AbleNetworkGraphicPanel
 
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.
AbleNewObjectLiteral - class com.ibm.able.data.AbleNewObjectLiteral.
This class dynamically creates a new instance of an object by performing a method invocation to a constructor on the class.
AbleNewObjectLiteral(AbleDataContext, String, String, Vector, AbleRd) - Constructor for class com.ibm.able.data.AbleNewObjectLiteral
Create a new Able new object literal with the specified information.
AbleNewObjectLiteral(AbleNewObjectLiteral, Vector, AbleRd) - Constructor for class com.ibm.able.data.AbleNewObjectLiteral
Create a copy of this method literal with replacement args
AbleNewObjectLiteral(String, String, Vector, AbleRd) - Constructor for class com.ibm.able.data.AbleNewObjectLiteral
Create a new Able new object literal with the specified information.
AbleObject - class com.ibm.able.AbleObject.
The AbleObject class is the default implementation of the AbleBean interface and is the base class for all ABLE objects.
AbleObject() - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject with a default name.
AbleObject(String) - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject with a specified name.
AbleObject(String, String) - Constructor for class com.ibm.able.AbleObject
Construct a base AbleObject with a 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;
AbleObjectWorkingMemory - class com.ibm.able.rules.AbleObjectWorkingMemory.
This class holds instances of one or more Java classes for use by inference engines.
AbleObjectWorkingMemory(AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleObjectWorkingMemory
 
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.rules.AbleParException.
This class defines the Able rule Parser exception.
AbleParException() - Constructor for class com.ibm.able.rules.AbleParException
Create a new parser exception.
AbleParException(String) - Constructor for class com.ibm.able.rules.AbleParException
Create a new parser exception.
AbleParException(String, Collection) - Constructor for class com.ibm.able.rules.AbleParException
Create a collection of AbleParException's.
AbleParException(String, int, int, String) - Constructor for class com.ibm.able.rules.AbleParException
Create a new parser exception.
AbleParException(String, Throwable) - Constructor for class com.ibm.able.rules.AbleParException
Create a new parser exception based on another exception.
AbleParException(String, Throwable, int, int, String) - Constructor for class com.ibm.able.rules.AbleParException
Create a new parser exception.
AblePatternMatchClause - class com.ibm.able.rules.AblePatternMatchClause.
This class is used to consolidate a set of Selector variables and their associated constraint expressions for processing of an AblePatternMatchRule.
AblePatternMatchClause(Vector) - Constructor for class com.ibm.able.rules.AblePatternMatchClause
Create a PatternMatchClause
AblePatternMatchEngine - class com.ibm.able.rules.AblePatternMatchEngine.
This class provides the inferencing algorithm for processing a set of pattern match rules in a ruleblock using data-driven or forward chaining.
AblePatternMatchEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AblePatternMatchEngine
Create a new inference engine.
AblePatternMatchLiteEngine - class com.ibm.able.rules.AblePatternMatchLiteEngine.
This class provides the inferencing algorithm for processing a set of pattern match rules in a ruleblock using data-driven or forward chaining.
AblePatternMatchLiteEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AblePatternMatchLiteEngine
Create a new inference engine.
AblePatternMatchRule - class com.ibm.able.rules.AblePatternMatchRule.
This class defines a pattern match rule which consists of a set of AbleSelectors (logically ANDed together) and one or more consequent action clauses.
AblePatternMatchRule(String, AbleRd, Vector, Vector, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePatternMatchRule
Create a new pattern match rule with the specified priority, selectors, and consequent clauses.
AblePersistenceSupport - class com.ibm.able.platform.AblePersistenceSupport.
AblePersistenceSupport is a support Object that others can use to persist information.
AblePersistenceSupport(String, String, String[], String[], long, AblePersistenceSupportProcessor, AbleSecuritySupport) - Constructor for class com.ibm.able.platform.AblePersistenceSupport
Creates a new AblePersistenceSupport with the supplied properties.
AblePersistenceSupportProcessor - interface com.ibm.able.platform.AblePersistenceSupportProcessor.
This interface must be implemented by all objects wishing to interface with the AblePersistenceSupport object.
AblePlatform - class com.ibm.able.platform.AblePlatform.
The AblePlatform class provides constants and class methods to support the distributed platform of the IBM Agent Building and Learning Environment (ABLE); in addition to static methods that help determine the values of certain preferences set by the user in the platform preference file, methods are provided to obtain the platform's service root and to look up services individually.
AblePlatformAgent - interface com.ibm.able.platform.AblePlatformAgent.
This class defines the base interface, or behavior, which all ABLE platform agents must support, especially if they are to be created and managed through Able's Agent Lifecycle Service.
AblePlatformConversationAgent - class com.ibm.able.conversation.AblePlatformConversationAgent.
The AblePlatformConversationAgent class represents an agent that supports conversations atop the Java Agent Services (JAS) platform.
AblePlatformConversationAgent() - Constructor for class com.ibm.able.conversation.AblePlatformConversationAgent
Constructs an AblePlatformConversationAgent object.
AblePlatformConversationAgentBeanInfo - class com.ibm.able.conversation.AblePlatformConversationAgentBeanInfo.
This class provides BeanInfo for the AbleJasConversationAgent2 class.
AblePlatformConversationAgentBeanInfo() - Constructor for class com.ibm.able.conversation.AblePlatformConversationAgentBeanInfo
 
AblePlatformConversationAgentCustomizer - class com.ibm.able.conversation.AblePlatformConversationAgentCustomizer.
This class provides the customizer for the Able Jas Conversation Agent.
AblePlatformConversationAgentCustomizer() - Constructor for class com.ibm.able.conversation.AblePlatformConversationAgentCustomizer
Construct a Jas Conversation Agent Customizer dialog.
AblePlatformConversationAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.conversation.AblePlatformConversationAgentCustomizer
Construct a Jas Conversation Agent Customizer dialog.
AblePlatformDefaultAgent - class com.ibm.able.platform.AblePlatformDefaultAgent.
This class provides an enhanced implementation of a JSR 87 (Java Agent Services or JAS) compliant agent, but also inherits all the capabilities of an AbleDefaultAgent; as a JAS agent, the agent obtains a globally unique AgentName from the Agent Naming Service, registers a description with the Agent Directory Service, and is able to send and receive messages through the Message Transport System.
AblePlatformDefaultAgent() - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgent
Creates a new platform agent.
AblePlatformDefaultAgent(String) - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgent
Creates a new platform agent with the specified display name (not to be confused with the agent's globally unique AgentName).
AblePlatformDefaultAgent(String, String) - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgent
Creates a new platform agent with the specified display name (not to be confused with the agent's globally unique AgentName) and comment.
AblePlatformDefaultAgentBeanInfo - class com.ibm.able.platform.AblePlatformDefaultAgentBeanInfo.
This class provides BeanInfo for the AblePlatformAgentBeanInfo class.
AblePlatformDefaultAgentBeanInfo() - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AblePlatformDefaultAgentCustomizer - class com.ibm.able.platform.AblePlatformDefaultAgentCustomizer.
This class provides the customizer for the Platform tab.
AblePlatformDefaultAgentCustomizer() - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgentCustomizer
Construct a Jas Default Agent Customizer dialog.
AblePlatformDefaultAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgentCustomizer
Construct a Jas Default Agent Customizer dialog.
AblePlatformDefaultAgentPanel - class com.ibm.able.platform.AblePlatformDefaultAgentPanel.
This class provides the panel for the Jas Default Agent.
AblePlatformDefaultAgentPanel(AblePlatformDefaultAgentCustomizer) - Constructor for class com.ibm.able.platform.AblePlatformDefaultAgentPanel
Construct the panel for the customizer.
AblePlatformMessageBundle - class com.ibm.able.platform.AblePlatformMessageBundle.
This class contains national language messages for Able platform code.
AblePlatformMessageBundle() - Constructor for class com.ibm.able.platform.AblePlatformMessageBundle
 
AblePlatformPreferences - class com.ibm.able.platform.AblePlatformPreferences.
This class encapsulates and provides (mostly read-only) access to the end-user's platform operating preferences as read from a physical properties file named by AblePlatform.PropertiesFileName (ableplatform.preferences at the time of this writing); the properties file is expected to reside in the directory specified by the System property able.prefdir, or failing that, the directory specified by the System property user.home (system properties may be overriden by using the -D parameter on a Java program's start command).
AblePlatformPreferences.AgentPoolEntry_ - class com.ibm.able.platform.AblePlatformPreferences.AgentPoolEntry_.
This class encapsulates the definition of a single agent pool as found in a platform preference file.
AblePlatformPreferences.AgentPoolEntry_(AblePlatformPreferences, AblePlatformPreferences.AgentPoolEntry_) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.AgentPoolEntry_
 
AblePlatformPreferences.AgentPoolEntry_(AblePlatformPreferences, String, String, String, String) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.AgentPoolEntry_
 
AblePlatformPreferences.PrincipalEntry_ - class com.ibm.able.platform.AblePlatformPreferences.PrincipalEntry_.
This class encapsulates the definition of a single Principal as found in a platform preference file.
AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences, AblePlatformPreferences.PrincipalEntry_) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.PrincipalEntry_
 
AblePlatformPreferences.PrincipalEntry_(AblePlatformPreferences, String, String) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.PrincipalEntry_
 
AblePlatformPreferences.ServiceEntry_ - class com.ibm.able.platform.AblePlatformPreferences.ServiceEntry_.
This class encapsulates the definition of a single platform Service as found in a platform preference file.
AblePlatformPreferences.ServiceEntry_(AblePlatformPreferences, AblePlatformPreferences.ServiceEntry_) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.ServiceEntry_
 
AblePlatformPreferences.ServiceEntry_(AblePlatformPreferences, String, String, String, boolean, String, String, long, HashMap) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.ServiceEntry_
 
AblePlatformPreferences.TrustLevelEntry_ - class com.ibm.able.platform.AblePlatformPreferences.TrustLevelEntry_.
This class encapsulates the definition of a single TrustLevel as found in a platform preference file.
AblePlatformPreferences.TrustLevelEntry_(AblePlatformPreferences, AblePlatformPreferences.TrustLevelEntry_) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.TrustLevelEntry_
 
AblePlatformPreferences.TrustLevelEntry_(AblePlatformPreferences, String, int, Vector) - Constructor for class com.ibm.able.platform.AblePlatformPreferences.TrustLevelEntry_
 
AblePlatformPreferences() - Constructor for class com.ibm.able.platform.AblePlatformPreferences
Instantiates preference objects from a Properties file read from disk.
AblePlatformService - interface com.ibm.able.platform.AblePlatformService.
This interface is implemented by platform services provided by ABLE.
AblePlatformServiceEvent - class com.ibm.able.platform.AblePlatformServiceEvent.
This class defines events generated by those ABLE-supplied platform services that implement the AblePlatformServiceEventGenerator interface.
AblePlatformServiceEvent(Object, int) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent with the specified source and event ID; the event description is set to the empty string and event objects 1 and 2 are both set to null.
AblePlatformServiceEvent(Object, int, Object) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent with the specified source, event ID, and event object; the event description is set to the empty string and event object 2 is set to null.
AblePlatformServiceEvent(Object, int, Object, Object) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent with the specified source, event ID, and event objects; the event description is set to the empty string.
AblePlatformServiceEvent(Object, int, String) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent; with the specified source, event ID, and event description; event objects 1 and 2 are both set to null.
AblePlatformServiceEvent(Object, int, String, Object) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent with the specified source, event ID, event description, and event object; event object 2 is set to null.
AblePlatformServiceEvent(Object, int, String, Object, Object) - Constructor for class com.ibm.able.platform.AblePlatformServiceEvent
Creates a new AblePlatformServiceEvent with the specified source, event ID, event description, and event objects.
AblePlatformServiceEventGenerator - interface com.ibm.able.platform.AblePlatformServiceEventGenerator.
This interface is implemented by platform services that generate service events that can be listened for by the general public; methods are provided to allow listeners of service events to register and deregister with the implementing service.
AblePlatformServiceEventListener - interface com.ibm.able.platform.AblePlatformServiceEventListener.
This interface specifies the means by which service event listeners can accept AblePlatformServiceEvents from service event generators for processing.
AblePlatformServiceEventListenerProxy - class com.ibm.able.platform.AblePlatformServiceEventListenerProxy.
This class defines a listener of platform service events; an instance of this class can serve as a proxy between a generator of platform service events and some listener of those events where the listener can't or doesn't want to make itself visible across a remote interface.
AblePlatformServiceEventListenerProxy(Object) - Constructor for class com.ibm.able.platform.AblePlatformServiceEventListenerProxy
Creates a new platform service event listener proxy which can be registered with service event generators and which will forward received service events on to its specified parent listener.
AblePlatformSupport - interface com.ibm.able.platform.AblePlatformSupport.
This class specifies the remote interface to ABLE platform infrastructure objects, one of which "lives" inside each agent pool participating in the overall ABLE platform.
AblePlatformSupportImpl - class com.ibm.able.platform.AblePlatformSupportImpl.
This class provides constants for ABLE platform code; provides access to "internalized" preferences regarding the platform; provides class methods to obtain the JAS Service Root; provides methods to obtain instances of this same class running in other agent pools; and the class itself, when instantiated as an object, can act as a helper to other instances of itself running elsewhere.
AblePredicate - class com.ibm.able.data.AblePredicate.
This class represents a single predicate-logic predicate with a name, and zero or more arguments which could be Strings, Literals, Variables or other predicates.
AblePredicate() - Constructor for class com.ibm.able.data.AblePredicate
 
AblePredicate(AblePredicate) - Constructor for class com.ibm.able.data.AblePredicate
Construct a copy of the predicate with all local variables duplicated with same name and value.
AblePredicate(Object, AblePredicate) - Constructor for class com.ibm.able.data.AblePredicate
Construct a standard list predicate with a head and a predicate list as the tail
AblePredicate(String) - Constructor for class com.ibm.able.data.AblePredicate
Create an AblePredicate object with specified name
AblePredicate(String, Vector) - Constructor for class com.ibm.able.data.AblePredicate
Create an AblePredicate object with name and arguments.
AblePredicate(Vector) - Constructor for class com.ibm.able.data.AblePredicate
Create an AblePredicate list object with name "." and arguments.
AblePredicateEngine - class com.ibm.able.rules.AblePredicateEngine.
This class provides the control code and inferencing algorithm for processing a set of Predicate rules in a ruleblock using backward chaining with backtracking (similar to Prolog).
AblePredicateEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AblePredicateEngine
Create a new inference engine.
AblePredicateFact - class com.ibm.able.rules.AblePredicateFact.
This class represents a predicate fact, a single predicate.
AblePredicateFact(int, String, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateFact
Create a new predicate fact rule with a default priority.
AblePredicateFact(int, String, AbleRd, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateFact
Create a new predicate fact rule with the specified priority.
AblePredicateFact(String, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateFact
Create a new predicate fact rule with a default priority.
AblePredicateFact(String, AbleRd, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateFact
Create a new predicate fact rule with the specified priority.
AblePredicateLib - class com.ibm.able.rules.AblePredicateLib.
This class implements an alternate math library that takes/returns AbleDoubleLiterals as arguments and defines: plus, minus, times, divideBy for use by Predicate engine.
AblePredicateLib() - Constructor for class com.ibm.able.rules.AblePredicateLib
Create a new math library of user-defined function routines.
AblePredicateQuery - class com.ibm.able.rules.AblePredicateQuery.
 
AblePredicateQuery() - Constructor for class com.ibm.able.rules.AblePredicateQuery
Create a query object
AblePredicateQuery(AblePredicate) - Constructor for class com.ibm.able.rules.AblePredicateQuery
create a query object over a single predicate
AblePredicateQuery(Vector) - Constructor for class com.ibm.able.rules.AblePredicateQuery
Create a compound query object (with multiple predicates)
AblePredicateRule - class com.ibm.able.rules.AblePredicateRule.
This class represents a predicate rule (or Horn clause) containing one or more antecedent clauses (logically ANDed together) (the body) and one and only one predicate consequent clause (the head).
AblePredicateRule(int, String, AbleRd, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateRule
Create a new predicate fact with the specified id, label, priority, and tracer
AblePredicateRule(int, String, AbleRd, Vector, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateRule
Create a new predicate rule with the specified priority, antecedent clauses, and consequent clause.
AblePredicateRule(int, String, Vector, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateRule
Create a new predicate rule with the specified antecedent clauses and consequent clause.
AblePredicateRule(String, AbleRd, Vector, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateRule
Create a new predicate rule with the specified priority, antecedent clauses, and consequent clause.
AblePredicateRule(String, Vector, AblePredicate, AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateRule
Create a new predicate rule with the specified antecedent clauses and consequent clause.
AblePredicateWorkingMemory - class com.ibm.able.rules.AblePredicateWorkingMemory.
This class holds instances of one or more Java classes and handles AblePredicates in a unique manner (keyed by name/arity) rather than just Class name.
AblePredicateWorkingMemory(AbleRuleSet) - Constructor for class com.ibm.able.rules.AblePredicateWorkingMemory
 
AblePreferences - class com.ibm.able.AblePreferences.
The AblePreferences class contains preferences for the base Able classes, including: working directory logging and tracing preferences port number security level
AblePreferences() - Constructor for class com.ibm.able.AblePreferences
Instantiate all preferences from a Properties file read from disk.
AblePrintPreviewDialog - class com.ibm.able.editor.AblePrintPreviewDialog.
 
AblePrintPreviewDialog(Book) - Constructor for class com.ibm.able.editor.AblePrintPreviewDialog
 
AblePrintPreviewDialog(Printable, PageFormat, int) - Constructor for class com.ibm.able.editor.AblePrintPreviewDialog
 
AbleProperty - class com.ibm.able.AbleProperty.
The AbleProperty class contains constants for ABLE bean properties used when firing property change events and by property change listeners.
AblePropertyChangeManager - interface com.ibm.able.AblePropertyChangeManager.
The AblePropertyChangeManager interface provides the methods needed to add and remove PropertyChangeListener objects or AblePropertyConnection objects which are serilizable property change listeners.
AblePropertyConnection - class com.ibm.able.AblePropertyConnection.
The AblePropertyConnection defines a serializable 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 an rbf 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.
AbleRemoteAgent - interface com.ibm.able.AbleRemoteAgent.
The AbleRemoteAgent interface defines a remote AbleAgent, an AbleRemoteBean container which can contain other AbleBeans.
AbleRemoteBean - interface com.ibm.able.AbleRemoteBean.
The AbleRemoteBean interface represents the unique behaviors required for remote AbleBeans.
AbleRemoteBeanRemoteContainer - interface com.ibm.able.AbleRemoteBeanRemoteContainer.
The AbleRemoteBeanRemoteContainer interface defines behavior for remote ABLE objects that can contain multiple AbleRemoteBean objects.
AbleRemoteDataSink - interface com.ibm.able.AbleRemoteDataSink.
The AbleRemoteDataSink interface provides a generic means to refer to remote writable beans.
AbleRemoteDataSource - interface com.ibm.able.AbleRemoteDataSource.
The AbleDataSource interface is implemented to provide common information about remote data sources, the records they provide, and the fields those records contained.
AbleRemoteDefaultAgent - class com.ibm.able.AbleRemoteDefaultAgent.
The AbleRemoteDefaultAgent class provides a remotely exported AbleDefaultAgent.
AbleRemoteDefaultAgent() - Constructor for class com.ibm.able.AbleRemoteDefaultAgent
Construct a remote ABLE agent.
AbleRemoteDefaultAgent(String) - Constructor for class com.ibm.able.AbleRemoteDefaultAgent
Construct and export a remote agent wrapped around an AbleDefaultAgent instance with specified name.
AbleRemoteDefaultAgent(String, String) - Constructor for class com.ibm.able.AbleRemoteDefaultAgent
Construct and export a remote agent wrapped around an AbleDefaultAgent instance with specified name and comment.
AbleRemoteEventListener - interface com.ibm.able.AbleRemoteEventListener.
The AbleRemoteEventListener interface provides methods for handling AbleEvents remotely.
AbleRemoteEventListenerRemoteManager - interface com.ibm.able.AbleRemoteEventListenerRemoteManager.
The AbleRemoteEventListenerRemoteManager interface provides the methods needed to remotely add and remove AbleRemoteEventListener objects and to notify those listeners of an AbleEvent.
AbleRemoteImportData - interface com.ibm.able.beans.AbleRemoteImportData.
The AbleDataSource interface is implemented to provide common information about data sources, the records they provide, and the fields contained by those records.
AbleRemoteObject - class com.ibm.able.AbleRemoteObject.
The AbleRemoteObject class is the default implementation of the AbleRemoteBean interface and is the base class for all remotable ABLE objects.
AbleRemoteObject() - Constructor for class com.ibm.able.AbleRemoteObject
Construct and export an AbleRemoteObject.
AbleRemoteObject(String) - Constructor for class com.ibm.able.AbleRemoteObject
Construct and export an AbleRemoteObject with the name provided.
AbleRemoteObject(String, String) - Constructor for class com.ibm.able.AbleRemoteObject
Construct and export an AbleRemoteObject with the name and comment provided.
AbleRemoteUdfDecisionLogicAdapter - class com.ibm.able.conversation.AbleRemoteUdfDecisionLogicAdapter.
The AbleRemoteUdfDecisionLogicAdapter uses ABLE's user-defined functions (UDFs)--cf.
AbleRemoteUdfDecisionLogicAdapter() - Constructor for class com.ibm.able.conversation.AbleRemoteUdfDecisionLogicAdapter
Constructs an AbleRemoteUdrDecisionLogicAdapter object.
AbleRemoteUdfDecisionLogicAdapter(AbleUserDefinedFunctionRemoteManager) - Constructor for class com.ibm.able.conversation.AbleRemoteUdfDecisionLogicAdapter
Constructs an AbleRemoteUdrDecisionLogicAdapter object.
AbleRsFileFilter - class com.ibm.able.rules.AbleRsFileFilter.
A convenience implementation of FileFilter that filters out all files except for those file extensions that it knows about.
AbleRsFileFilter(String[], String) - Constructor for class com.ibm.able.rules.AbleRsFileFilter
Creates a file filter from the given string array and description.
AbleRule - class com.ibm.able.rules.AbleRule.
This class defines an abstract rule from which derived rules can inherit an ID, label, priority, and other parts.
AbleRule(int, String, AbleRd, AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleRule
Create a new rule with the specified bits.
AbleRuleAgent - class com.ibm.able.agents.AbleRuleAgent.
The AbleRuleAgent whose behavior is defined by a single AbleRuleSet bean.
AbleRuleAgent() - Constructor for class com.ibm.able.agents.AbleRuleAgent
 
AbleRuleAgent(String) - Constructor for class com.ibm.able.agents.AbleRuleAgent
 
AbleRuleAgentBeanInfo - class com.ibm.able.agents.AbleRuleAgentBeanInfo.
This class provides BeanInfo for the AbleRuleAgent class.
AbleRuleAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleRuleAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AbleRuleAgentCustomizer - class com.ibm.able.agents.AbleRuleAgentCustomizer.
This class provides the customizer for the Rule Agent.
AbleRuleAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleRuleAgentCustomizer
Construct a Rule Agent Customizer dialog.
AbleRuleAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleRuleAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleRuleAgentPanel - class com.ibm.able.agents.AbleRuleAgentPanel.
This class provides the panel for the Rule Agent.
AbleRuleAgentPanel(AbleRuleAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleRuleAgentPanel
Construct the panel for the customizer.
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
 
AbleRuleBase(String) - Constructor for class com.ibm.able.agents.AbleRuleBase
 
AbleRuleBlock - class com.ibm.able.rules.AbleRuleBlock.
This class represents a named set of rules, an associated inference engine, and a return data type.
AbleRuleBlock(String, AbleRuleSet, AbleLogger, String) - Constructor for class com.ibm.able.rules.AbleRuleBlock
Create a new rule block with the specified name.
AbleRuleBreakpoint - class com.ibm.able.rules.AbleRuleBreakpoint.
This class represents a breakpoint on an AbleRuleSet
AbleRuleBreakpoint(int) - Constructor for class com.ibm.able.rules.AbleRuleBreakpoint
 
AbleRuleSet - class com.ibm.able.rules.AbleRuleSet.
This class defines an AbleRuleSet bean which is the run-time representation of an Able Rule Language ruleset.
AbleRuleSet() - Constructor for class com.ibm.able.rules.AbleRuleSet
 
AbleRuleSet(String) - Constructor for class com.ibm.able.rules.AbleRuleSet
Create a new ruleset, using the specified trace objects.
AbleRuleSetBeanInfo - class com.ibm.able.rules.AbleRuleSetBeanInfo.
Bean information for an Able ruleset.
AbleRuleSetBeanInfo() - Constructor for class com.ibm.able.rules.AbleRuleSetBeanInfo
Create a new AbleRuleSetBeanInfo object.
AbleRuleSetDebugConsole - class com.ibm.able.rules.AbleRuleSetDebugConsole.
This class provides a GUI for stepping through an ABLE rule set while tracing.
AbleRuleSetDebugConsole(AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleRuleSetDebugConsole
 
AbleRuleSetEditor - class com.ibm.able.rules.AbleRuleSetEditor.
This class contains the Able Ruleset Editor panel.
AbleRuleSetEditor.XAppCloser - class com.ibm.able.rules.AbleRuleSetEditor.XAppCloser.
To shutdown when run as an application.
AbleRuleSetEditor.XAppCloser(AbleRuleSetEditor) - Constructor for class com.ibm.able.rules.AbleRuleSetEditor.XAppCloser
 
AbleRuleSetEditor() - Constructor for class com.ibm.able.rules.AbleRuleSetEditor
 
AbleRuleSetEditorLauncher - class com.ibm.able.rules.AbleRuleSetEditorLauncher.
This class contains a RuleSet Editor launcher; it is tailored for AbleRuleSet objects.
AbleRuleSetEditorLauncher() - Constructor for class com.ibm.able.rules.AbleRuleSetEditorLauncher
 
AbleRuleSetFromAPI - class com.ibm.able.examples.rules.AbleRuleSetFromAPI.
Construct a ruleset using the APIs The basic steps are: create instance of AbleRuleSetBean set name set comment (optional) declare any imports declare any libraries declare any predicates declare any global variables declare any functions set the input vars (if any) set the output vars (if any) create a ruleblock create and add rules to ruleblock
AbleRuleSetFromAPI() - Constructor for class com.ibm.able.examples.rules.AbleRuleSetFromAPI
 
AbleRuleSetTemplate - class com.ibm.able.rules.AbleRuleSetTemplate.
This class allows a user to customize an AbleRuleSet object using a template metaphor.
AbleRuleSetTemplate(AbleRuleSet) - Constructor for class com.ibm.able.rules.AbleRuleSetTemplate
Construct a rule template object from a base rule object
AbleRuleTemplate - class com.ibm.able.rules.AbleRuleTemplate.
This class allows a user to customize an AbleRule object using a template metaphor.
AbleRuleTemplate(AbleRuleSet, AbleRuleBlock, AbleRule) - Constructor for class com.ibm.able.rules.AbleRuleTemplate
Construct a rule template object from a base rule object
AbleRuleVarDialog - class com.ibm.able.rules.AbleRuleVarDialog.
This class contains a default dialog to ask the user to supply the value of a variable during backward chaining.
AbleRuleVarDialog() - Constructor for class com.ibm.able.rules.AbleRuleVarDialog
Creates a RuleVarDialog object.
AbleRuleVarDialog(JFrame, String, boolean) - Constructor for class com.ibm.able.rules.AbleRuleVarDialog
Creates a RuleVarDialog object.
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
 
AbleScriptAgent - class com.ibm.able.agents.AbleScriptAgent.
The AbleScriptAgent behavior is defined by (up to) 3 separate AbleRuleSets defines the init() behavior defines the process() behavior defines the processTimer() behavior The control rule sets can be defined by filename or by reference to the object.
AbleScriptAgent() - Constructor for class com.ibm.able.agents.AbleScriptAgent
 
AbleScriptAgent(String) - Constructor for class com.ibm.able.agents.AbleScriptAgent
 
AbleScriptAgentBeanInfo - class com.ibm.able.agents.AbleScriptAgentBeanInfo.
This class provides BeanInfo for the AbleScriptAgent class.
AbleScriptAgentBeanInfo() - Constructor for class com.ibm.able.agents.AbleScriptAgentBeanInfo
Construct an AbleDefaultAgent BeanInfo instance.
AbleScriptAgentCustomizer - class com.ibm.able.agents.AbleScriptAgentCustomizer.
This class provides the customizer for the Script Agent.
AbleScriptAgentCustomizer() - Constructor for class com.ibm.able.agents.AbleScriptAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleScriptAgentCustomizer(JFrame, String) - Constructor for class com.ibm.able.agents.AbleScriptAgentCustomizer
Construct a Neural Classification Customizer dialog.
AbleScriptAgentPanel - class com.ibm.able.agents.AbleScriptAgentPanel.
This class provides the panel for the Script Agent.
AbleScriptAgentPanel(AbleScriptAgentCustomizer) - Constructor for class com.ibm.able.agents.AbleScriptAgentPanel
Construct the panel for the customizer.
AbleScriptEngine - class com.ibm.able.rules.AbleScriptEngine.
This class provides the control code for processing a set of rules in a ruleblock using standard sequential or scripting behavior.
AbleScriptEngine(AbleRuleSet, AbleLogger, AbleRuleBlock) - Constructor for class com.ibm.able.rules.AbleScriptEngine
Create a new inference engine.
AbleSecureKey - class com.ibm.able.platform.AbleSecureKey.
In a secure platform, VerifiableAgentNames will be used to authenticate the caller when calling secure methods.
AbleSecureKey(VerifiableAgentName, String, PrivateKey) - Constructor for class com.ibm.able.platform.AbleSecureKey
This constructor will use the provider and algorithm specified in the preferences file.
AbleSecureKey(VerifiableAgentName, String, PrivateKey, String, String) - Constructor for class com.ibm.able.platform.AbleSecureKey
This constructor take in the provider and algorithm used for signing Objects..
AbleSecuritySupport - class com.ibm.able.platform.AbleSecuritySupport.
AbleSecuritySupport is a support object that others can use to provide security for their objects.
AbleSecuritySupport(KeyPair, VerifiableAgentName, VerifiableAgentNamingService, AbleLogger, AbleLogger) - Constructor for class com.ibm.able.platform.AbleSecuritySupport
Creates a new AbleSecuritySupport object with the specified properties.
AbleSecuritySupport(KeyPair, VerifiableAgentName, VerifiableAgentNamingService, AbleLogger, AbleLogger, String, String) - Constructor for class com.ibm.able.platform.AbleSecuritySupport
Creats a new AbleSecuritySupport object with the specified properties; this form allows the cryptography algorithm and cryptography provider to be overridden, rather than defaulting to the values specified in the AblePlatform object.
AbleSelector - class com.ibm.able.rules.AbleSelector.
This class represents a single AbleVariable (the selected variable) and a set of constraints on the value that variable can take.
AbleSelector() - Constructor for class com.ibm.able.rules.AbleSelector
Create an AbleSelector object
AbleSelector(AbleRuleSet, AbleVariable, Vector, boolean) - Constructor for class com.ibm.able.rules.AbleSelector
Construct a selector object
AbleSelector(AbleVariable, AbleExpression, boolean) - Constructor for class com.ibm.able.rules.AbleSelector
Construct a selector object
AbleSelector(AbleVariable, Object, boolean) - Constructor for class com.ibm.able.rules.AbleSelector
Construct a selector object
AbleSelector(AbleVariable, Vector) - Constructor for class com.ibm.able.rules.AbleSelector
Create an AbleSelector object
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
 
AbleSelfOrganizingMapClusterPanel - class com.ibm.able.beans.AbleSelfOrganizingMapClusterPanel.
 
AbleSelfOrganizingMapClusterPanel() - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapClusterPanel
 
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(AbleSelfOrganizingMapCustomizer) - Constructor for class com.ibm.able.beans.AbleSelfOrganizingMapPanel
Construct the panel for the customizer.
AbleSerializable - interface com.ibm.able.AbleSerializable.
The AbleSerializable interface provides the methods needed to save and restore serializable ABLE beans using a file path and name provided by the implementor.
AbleSeriesItem - class com.ibm.able.editor.AbleSeriesItem.
This class is used by AbleSeriesDialog.
AbleSeriesItem(String, String) - Constructor for class com.ibm.able.editor.AbleSeriesItem
 
AbleShortLiteral - class com.ibm.able.data.AbleShortLiteral.
This class wraps a value of the primitive type short in an object.
AbleShortLiteral(int) - Constructor for class com.ibm.able.data.AbleShortLiteral
Create a new literal with the specified value.
AbleShortLiteral(short) - Constructor for class com.ibm.able.data.AbleShortLiteral
Create a new literal with the specified value.
AbleShortVariable - class com.ibm.able.data.AbleShortVariable.
This class wraps a value of the primitive type short in an object.
AbleShortVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleShortVariable
Create a new Short variable with the default initial value of 0.
AbleShortVariable(String, boolean, boolean, int) - Constructor for class com.ibm.able.data.AbleShortVariable
Create a new Short variable with the specified initial value.
AbleShortVariable(String, int) - Constructor for class com.ibm.able.data.AbleShortVariable
Create a new Short variable with the specified initial value.
AbleSocketFactory - class com.ibm.able.AbleSocketFactory.
The AbleSocketFactory is a simple RMI socket factory that can be used by ABLE remote objects.
AbleSocketFactory() - Constructor for class com.ibm.able.AbleSocketFactory
 
AbleState - class com.ibm.able.AbleState.
The AbleState 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 AbleState.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 wraps a value of the Java type java.lang.String in an object.
AbleStringLiteral() - Constructor for class com.ibm.able.data.AbleStringLiteral
Create a new literal with a empty String "" value.
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 wraps a value of java.lang.String type in an object.
AbleStringVariable(String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleStringVariable
Create a new string variable with null initial value.
AbleStringVariable(String, boolean, boolean, 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.
AbleTemplate - interface com.ibm.able.rules.AbleTemplate.
This interface defines the behavior for all ABLE rule template classes.
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
 
AbleTimePeriod - class com.ibm.able.rules.AbleTimePeriod.
This class defines the Able time period built in data type.
AbleTimePeriod(Calendar, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, Calendar, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int, Calendar, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int, int) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int, int, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int, long) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, int, long, int, Calendar, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, Calendar, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(Calendar, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, int, long, int, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range using IETF formatted Strings and Masks
AbleTimePeriod(String, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, int) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, int, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, long) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, long, int, Calendar, Calendar) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, long, int, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, int, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimePeriod(String, String, String) - Constructor for class com.ibm.able.rules.AbleTimePeriod
Create a new time period instance over the specified range.
AbleTimeSeriesFilter - class com.ibm.able.beans.AbleTimeSeriesFilter.
The AbleTimeSeriesFilter is intended for use in the AbleNeuralPredictionAgent.
AbleTimeSeriesFilter() - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilter
Construct a default AbleTimeSeriesFilter.
AbleTimeSeriesFilter(String) - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilter
Construct an AbleTimeSeriesFilter object with specified name.
AbleTimeSeriesFilterBeanInfo - class com.ibm.able.beans.AbleTimeSeriesFilterBeanInfo.
Provide the information for the AbleImport bean.
AbleTimeSeriesFilterBeanInfo() - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilterBeanInfo
 
AbleTimeSeriesFilterCustomizer - class com.ibm.able.beans.AbleTimeSeriesFilterCustomizer.
This class provides the customizer for the Time Series Filter bean.
AbleTimeSeriesFilterCustomizer() - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilterCustomizer
Construct a TimeSeriesFilter Customizer Dialog.
AbleTimeSeriesFilterCustomizer(JFrame, String) - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilterCustomizer
Construct a TimeSeriesFilter Customizer dialog.
AbleTimeSeriesFilterPanel - class com.ibm.able.beans.AbleTimeSeriesFilterPanel.
This class provides the panel for the Time Series Filter tab.
AbleTimeSeriesFilterPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.beans.AbleTimeSeriesFilterPanel
Construct the panel for the customizer.
AbleTimeStampLiteral - class com.ibm.able.data.AbleTimeStampLiteral.
This class wraps a value of a Java Calendar object inside an AbleLiteral.
AbleTimeStampLiteral(Calendar) - Constructor for class com.ibm.able.data.AbleTimeStampLiteral
Create a new literal with the specified value.
AbleTimeStampLiteral(String) - Constructor for class com.ibm.able.data.AbleTimeStampLiteral
Create a new literal with the specified value.
AbleTimeStampVariable - class com.ibm.able.data.AbleTimeStampVariable.
This class wraps a value of the Java Calendar type in an AbleVariable object.
AbleTimeStampVariable(String, boolean, boolean, Calendar) - Constructor for class com.ibm.able.data.AbleTimeStampVariable
Create a new numeric variable with the specified initial value.
AbleTimeStampVariable(String, boolean, boolean, String) - Constructor for class com.ibm.able.data.AbleTimeStampVariable
Create a new numeric variable with the specified initial value.
AbleTimeStampVariable(String, Calendar) - Constructor for class com.ibm.able.data.AbleTimeStampVariable
Create a new time stamp variable with the specified initial value.
AbleTraceDebugFormatter - class com.ibm.able.AbleTraceDebugFormatter.
The AbleTraceDebugFormatter formats an ILogRecord for display without a timestamp.
AbleTraceDebugFormatter() - Constructor for class com.ibm.able.AbleTraceDebugFormatter
Creates an AbleTraceDebugFormatter.
AbleTraceDebugFormatter(String) - Constructor for class com.ibm.able.AbleTraceDebugFormatter
Creates a named AbleTraceDebugFormatter.
AbleTraceDebugFormatter(String, String) - Constructor for class com.ibm.able.AbleTraceDebugFormatter
Creates a named AbleTraceDebugFormatter and provides a description.
AbleTraceFormatter - class com.ibm.able.AbleTraceFormatter.
The AbleTraceFormatter formats an ILogRecord for display without a timestamp and class name.
AbleTraceFormatter() - Constructor for class com.ibm.able.AbleTraceFormatter
Creates an AbleTraceFormatter.
AbleTraceFormatter(String) - Constructor for class com.ibm.able.AbleTraceFormatter
Creates a named AbleTraceFormatter.
AbleTraceFormatter(String, String) - Constructor for class com.ibm.able.AbleTraceFormatter
Creates a named AbleTraceFormatter and provides a description.
AbleTraceLogDemo - class com.ibm.able.examples.AbleTraceLogDemo.
The AbleTraceLogDemo class illustrates starting, changing levels, and stopping tracing support using both the ABLE package Able.TraceLog as a global logger and the use of bean-level tracing which enables individual beans to trace statements at a different level than the global trace logger.
AbleTraceLogDemo() - Constructor for class com.ibm.able.examples.AbleTraceLogDemo
 
AbleTraceLogger - class com.ibm.able.AbleTraceLogger.
The AbleTraceLogger class records messages and traces programs.
AbleTraceLogger(Logger) - Constructor for class com.ibm.able.AbleTraceLogger
Construct a Logger from an existing com.ibm.logging.Logger.
AbleTraceLogger(String, String) - Constructor for class com.ibm.able.AbleTraceLogger
Construct a Trace Logger of the specified name and description.
AbleTraceMsg - class com.ibm.able.AbleTraceMsg.
This class contains trace messages for Able which need not be translated.
AbleTraceMsg() - Constructor for class com.ibm.able.AbleTraceMsg
 
AbleTraceTextView - class com.ibm.able.beans.AbleTraceTextView.
 
AbleTraceTextView(Object) - Constructor for class com.ibm.able.beans.AbleTraceTextView
Create a JPanel to display neural networks in a graphic format
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
 
AbleTranslateTemplateProvider - interface com.ibm.able.beans.filter.AbleTranslateTemplateProvider.
This interface allows beans to supply any unique behavior required for their inputs and outputs.
AbleTypedVariable - class com.ibm.able.data.AbleTypedVariable.
This class defines an AbleVariable that takes values of a single specified Class or implementors of a specified Interface.
AbleTypedVariable(AbleTypedVariable) - Constructor for class com.ibm.able.data.AbleTypedVariable
Create a duplicate of this variable with the same initial value and type but with the name suffixed with "clone".
AbleTypedVariable(String, boolean, boolean, Object, String, Vector) - Constructor for class com.ibm.able.data.AbleTypedVariable
Create a new typed variable.
AbleTypedVariable(String, boolean, boolean, String, String) - Constructor for class com.ibm.able.data.AbleTypedVariable
Create a new typed variable with a null initial value .
AbleTypedVariable(String, String, String) - Constructor for class com.ibm.able.data.AbleTypedVariable
Create a new typed variable with a null initial value and with the global and static flags set to false.
AbleTypedVariableField - class com.ibm.able.data.AbleTypedVariableField.
This class provides read and/or write access to a field in an object that is the value of an AbleTypedVariable.
AbleTypedVariableField(AbleTypedVariable, AbleTypedVariableField) - Constructor for class com.ibm.able.data.AbleTypedVariableField
Create a new TypedVariableField on a new typed variable instance
AbleTypedVariableField(AbleTypedVariable, Field, boolean, Method, boolean, Method) - Constructor for class com.ibm.able.data.AbleTypedVariableField
Create a new variable field reference object.
AbleTypedVariableMethodLiteral - class com.ibm.able.data.AbleTypedVariableMethodLiteral.
This class performs a method invocation to a specific method in a AbleTypedVariable.
AbleTypedVariableMethodLiteral(AbleTypedVariableMethodLiteral, AbleTypedVariable, Vector) - Constructor for class com.ibm.able.data.AbleTypedVariableMethodLiteral
Create a copy of this method literal with replacement args
AbleTypedVariableMethodLiteral(AbleTypedVariable, String, Vector) - Constructor for class com.ibm.able.data.AbleTypedVariableMethodLiteral
Create a new Able data method object with the specified information.
AbleUserDefinedFunction - class com.ibm.able.AbleUserDefinedFunction.
An AbleUserDefinedFunction is a named, encapsulated method that can be used by an Agent or called from within inferencing or scripting rules.
AbleUserDefinedFunction(String, Object, Method) - Constructor for class com.ibm.able.AbleUserDefinedFunction
Construct a new AbleUserDefinedFunction with the specified name.
AbleUserDefinedFunction(String, Object, String, Class[]) - Constructor for class com.ibm.able.AbleUserDefinedFunction
Construct a new AbleUserDefinedFunction with the specified name.
AbleUserDefinedFunctionDialog - class com.ibm.able.editor.AbleUserDefinedFunctionDialog.
This class provides a dialog to display user-defined functions for an object.
AbleUserDefinedFunctionDialog(JFrame, String) - Constructor for class com.ibm.able.editor.AbleUserDefinedFunctionDialog
Create the dialog and add the userdefined function panel to it.
AbleUserDefinedFunctionManager - interface com.ibm.able.AbleUserDefinedFunctionManager.
The AbleUserDefinedFunctionManager interface defines methods to add, remove, and invoke AbleUserDefinedFunction objects.
AbleUserDefinedFunctionPanel - class com.ibm.able.AbleUserDefinedFunctionPanel.
This class provides the graphical editor panel for the base class AbleDefaultAgent user defined function properties.
AbleUserDefinedFunctionPanel(AbleDefaultAgentCustomizer) - Constructor for class com.ibm.able.AbleUserDefinedFunctionPanel
Construct the panel for the customizer.
AbleUserDefinedFunctionRemoteManager - interface com.ibm.able.AbleUserDefinedFunctionRemoteManager.
The AbleUserDefinedFunctionRemoteManager interface defines methods to remotely add, remove, and invoke AbleUserDefinedFunction objects.
AbleVariable - class com.ibm.able.data.AbleVariable.
This class defines the base ABLE data variable object.
AbleVariable(int, String) - Constructor for class com.ibm.able.data.AbleVariable
Create a new variable of the specified type and with the specified name.
AbleVariable(int, String, boolean, boolean) - Constructor for class com.ibm.able.data.AbleVariable
Create a new variable of the specified type and with the specified name.
AbleVariableTextView - class com.ibm.able.rules.AbleVariableTextView.
 
AbleVariableTextView(Object) - Constructor for class com.ibm.able.rules.AbleVariableTextView
Create a JPanel to display variable values in text format
AbleViewObject - class com.ibm.able.editor.AbleViewObject.
This class provides function similar to the Wrapper class in the BDK.
AbleViewObject(Object, AbleEditorFrame) - Constructor for class com.ibm.able.editor.AbleViewObject
Construct a ViewObject over an AbleBean.
AbleWhileDoRule - class com.ibm.able.rules.AbleWhileDoRule.
This class defines a while/do "iteration" rule consisting of a boolean test expression and one or more consequent clauses (the body).
AbleWhileDoRule(String, AbleRd, AbleExpression, Vector) - Constructor for class com.ibm.able.rules.AbleWhileDoRule
Create a new conditional rule with the specified priority, a Boolean test expression, and consequent clauses.
AbleWorkingMemory - interface com.ibm.able.rules.AbleWorkingMemory.
This class defines an interface which the behavior of a working memory used by one of the AbleInferenceEngines as part of an AbleRuleSet.
AbleWorkingMemoryLib - class com.ibm.able.rules.AbleWorkingMemoryLib.
This class provides a set of user-defined functions for manipulating an AbleWorkingMemory object in an AbleRuleSet.
AbleWorkingMemoryLib() - Constructor for class com.ibm.able.rules.AbleWorkingMemoryLib
 
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.
AbleX - class com.ibm.able.AbleX.
 
AbleXLib - class com.ibm.able.rules.AbleXLib.
Miscellaneous ARL library functions deemed not ready for public distribution.
ABS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
absDataSeries() - Method in class com.ibm.able.beans.AbleDataSeries
absDataSeries takes the absolute value of each of the values in this DataSeries, storing the result in this DataSeries.
AbstractCPH - class com.ibm.able.conversation.AbstractCPH.
Helper class that is an abstract, partial implementation of the ConversationPolicyHandler interface.
AbstractCPH() - Constructor for class com.ibm.able.conversation.AbstractCPH
 
ACCEPT - Static variable in class com.ibm.able.conversation.ConversationSetupForm
 
ACCEPT - Static variable in class com.ibm.able.conversation.JasConversationSetupTransform
Keyword for MessageDescription data.
accept(File) - Method in class com.ibm.able.conversation.FilterByExtension
 
accept(File) - Method in class com.ibm.able.rules.AbleRsFileFilter
Determine whether a file should be included in the dialog selection box.
acceptSerializer(JasSerializer) - Method in class com.ibm.able.platform.VerifiableAgentNameImpl
Every AgentName is required to have this method.
ACOS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
acosDataSeries() - Method in class com.ibm.able.beans.AbleDataSeries
acosDataSeries takes the arc cosine of each of the values in this DataSeries, storing the result in this DataSeries.
action - Variable in class com.ibm.able.AbleEvent
The 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
An ACTION event is used to invoke a method on the AbleEvent.genSource object, passing AbleEvent.argObject as the single argument.
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.conversation.DecisionPanel
Listen to button-clicks performed on the 'ok' button and the 'show input' button and perform the required 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.AblePrintPreviewDialog
 
activationOffThreshold - Variable in class com.ibm.able.beans.AbleNetworkGraphicView
When a processing unit's activation value is above this threshold, the circle representing it will be drawn in blue.
activationOnThreshold - Variable in class com.ibm.able.beans.AbleNetworkGraphicView
When a processing unit's activation value is above this threshold, the circle representing it will be drawn in red.
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.AbleDefaultAgent
Indicates if the agent contains an active data source.
ActiveDataSource - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's active data source.
ActiveDataSourceId - Static variable in class com.ibm.able.AbleProperty
 
actualPerf - Variable in class com.ibm.able.autotune.BasicNeuralAutotuneController
 
adaptor - Variable in class com.ibm.able.autotune.BaseAutotuneController
 
adaptor - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
adaptor - Variable in class com.ibm.able.autotune.BasicNeuralAutotuneController
 
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 interface com.ibm.able.AbleEventListenerRemoteManager
Adds an event listener to this bean.
addAbleEventListener(AbleEventListener) - Method in class com.ibm.able.AbleObject
Adds an event listener to this bean.
addAbleEventListener(AbleEventListener) - Method in interface com.ibm.able.AbleEventListenerManager
Adds an event listener to this bean.
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.RMIVerifiableNamingProxy
 
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.RMIVerifiableDirectoryProxy
 
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in interface com.ibm.able.platform.RmiAblePlatformServiceEventGenerator
Adds a service event listener to this service.
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in interface com.ibm.able.platform.AblePlatformServiceEventGenerator
Adds a service event listener to this service.
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.AbleBasicService
 
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.RmiAgentLifeCycleServiceProxy
 
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.RMIVerifiableDirectorySystem
Since this Verifiable Directory Service will be persisting listeners, AbleBasicService's addAblePlatformServiceEventListener method must be overridden to handle the adding of this service's listeners from persistence.
addAblePlatformServiceEventListener(AblePlatformServiceEventListener) - Method in class com.ibm.able.platform.RmiAgentLifeCycleSystem
Adds a service event listener to this service, and, if persistence is on, adds the listener to persistence store.
addAbleRemoteEventListener(AbleRemoteEventListener) - Method in interface com.ibm.able.AbleRemoteEventListenerRemoteManager
Adds an event listener to this bean.
addAdaptorMetrics(AutotuneAdaptor) - Method in class com.ibm.able.autotune.AutotuneMetricManager
an adaptor has been added to the autotune agent request all information on metrics from the adaptor
addAgentInbox(Object[]) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
 
addAssertion(AbleAssertionRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add an assertion to the rule block.
addBean(AbleBean) - Method in interface com.ibm.able.AbleBeanRemoteContainer
Adds a bean to this container.
addBean(AbleBean) - Method in class com.ibm.able.AbleDefaultAgent
Adds a bean to this container/agent.
addBean(AbleBean) - Method in interface com.ibm.able.AbleBeanContainer
Adds a bean to this container.
addBean(AbleBean) - Method in class com.ibm.able.agents.AbleJavaScriptAgent
Register the bean with the manager and then call super.addBean.
addBeans(AbleBeanContainer, AbleBean[]) - Static method in class com.ibm.able.AbleDefaultAgent
A convenience method to add a list of beans which calls AbleDefaultAgent.addBean(AbleBean).
addBreakpoint(AbleRuleBreakpoint) - Method in class com.ibm.able.rules.AbleRuleSet
Add the breakpoint at the specified location
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.
addChild(AbleARLTreeNode) - Method in class com.ibm.able.rules.AbleARLTreeNode
 
addChildPolicyParam(String, Object, Object) - Method in class com.ibm.able.conversation.AbleJasConversationAgent
Adds a key-value pair to the hash for the conversation-id than can be subsequenty used by child conversations
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.
addComboBox(JPanel, int, int, int, Vector) - Static method in class com.ibm.able.AblePanelHelper
Construct a JComboBox and place it on the panel provided at the specified location.
addConditionalRule(AbleConditionalRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add a conditional (if-then) rule to the rule block.
addConnection(AblePropertyConnection) - Method in class com.ibm.able.AblePropertyConnectionManager
Add a property connection to the list.
addConsoleHandler(AbleLogger, String, long) - Static method in class com.ibm.able.AbleTraceLogger
Add a ConsoleHandler to a logger.
addConstraint(Object) - Method in class com.ibm.able.rules.AbleSelector
Add a Clause or Predicate constraint to this selector
addConversationPolicy(String) - Method in class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Creates and initializes a CpStateMachine by reading the cpXML file at the given URI.
addConversationPolicy(String, boolean) - Method in class com.ibm.able.conversation.AbleJasConversationAgent
Add a new conversation name and the corresponding CP-XML file to the list of known conversation policies
addConversationPolicyLayout(String) - Method in class com.ibm.able.conversation.AbleJasConversationAgent
Add a new conversation name and the corresponding layout file for visualizing the conversation policy
addConversationPolicyLayout(String) - Method in class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Adds the given graph-layout file to the property sheet of the conversation policy it's associated with.
addDataPoint(Double, Vector) - Method in class com.ibm.able.editor.AbleInspectorData
 
addDataSeries(AbleDataSeries) - Method in class com.ibm.able.beans.AbleDataSeries
addDataSeries adds each of the values in this DataSeries by their corresponding value in the passed DataSeries.
addDecisionLogicClass(String, String, Class) - Method in class com.ibm.conversation.base.BasicDecisionLogicAdapterFactory
Associates the given DecisionLogicAdapter class with the given (policyName, role) pair.
addDestBufferConnection(AbleBufferConnection) - Method in class com.ibm.able.AbleObject
Adds a destination buffer connection.
addDestBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleDataBufferRemoteManager
Adds a destination buffer connection.
addDestBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleDataBufferManager
Adds a destination buffer connection.
addEntry(AbleJarMessageHeader) - Method in class com.ibm.able.editor.AbleJarManifest
 
addEventConnection(AbleEventConnection) - Method in class com.ibm.able.AbleDefaultAgent
 
addEventConnection(AbleEventConnection) - Method in interface com.ibm.able.AbleRemoteAgent
Adds an event connection.
addEventConnection(AbleEventConnection) - Method in interface com.ibm.able.AbleAgent
Adds an event connection.
addExtension(String) - Method in class com.ibm.able.rules.AbleRsFileFilter
Add another extension to the list of filters.
addFile(File) - Method in class com.ibm.able.editor.AbleJarManifest
 
addFileHandler(AbleLogger, String, long, String) - Static method in class com.ibm.able.AbleTraceLogger
Add a FileHandler to a logger.
addFiles(File, String[]) - Method in class com.ibm.able.editor.AbleJarManifest
 
addGeneratedRule(AbleRule) - Method in class com.ibm.able.rules.AbleRuleTemplate
 
addHandler(AbleLogger, Object, long) - Static method in class com.ibm.able.AbleTraceLogger
Add a handler to a specific logger with a filter for the specified level.
addHandler(Object, long) - Method in class com.ibm.able.AbleTraceLogger
Add a handler to this logger.
addHandler(Object, long) - Method in interface com.ibm.able.AbleLogger
Add a handler to this logger.
addHeaderRdReferences() - Method in class com.ibm.able.rules.AbleRule
Add rule header variable references including priority and rule preConditions.
addIfThenElseRule(AbleIfThenElseRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add an if (expr) then-else rule to the rule block.
addInspector(AbleInspector) - Method in class com.ibm.able.editor.AbleEnvironment
 
addInterfacePanel(String, String) - Static method in class com.ibm.able.conversation.InterfacePanelFactory
Adds an entry to the local table for a message form and its corresponding interface panel
addIsExReason(String) - Method in class com.ibm.able.rules.AbleRuleSet
Yeah, it's a weird name, but it's due to historical reasons!
addItem(Grocery) - Method in class com.ibm.able.examples.rules.GroceryBag
 
addIterationRule(AbleIterationRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add an iteration rule (do/while, do/until, while/do, for-loop) to the rule block.
addJasAgentAttribute(String, Object) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
Adds a named attribute to the agent's set of attributes.
addJTextAreaHandler(AbleLogger, String, long, JTextArea) - Static method in class com.ibm.able.AblePanelHelper
Add an AbleJTextAreaHandler handler to a logger.
addJTextAreaHandler(AbleLogger, String, long, JTextArea) - Method in class com.ibm.able.rules.AbleRuleSetDebugConsole
Add an AbleJTextAreaHandler handler to a logger.
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.
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.
addLocalOrGlobalVariable(String, String) - Method in class com.ibm.able.rules.AbleRuleSet
 
addLocalTableEntry(String, Class) - Static method in class com.ibm.able.conversation.MessageFormFactory
 
addLocalVariable(String, String) - Method in class com.ibm.able.rules.AbleRuleSet
Create and add a local variable to the ruleset
addMetric(AutotuneMetric) - Method in class com.ibm.able.autotune.AutotuneMetricCollection
add a metric to the Hashtable and corresponding Vector Note: duplicates will be ignored!
addMetric(AutotuneMetric) - Method in class com.ibm.able.autotune.AutotuneMetricManager
 
addNotify() - Method in class com.ibm.able.autotune.AutotuneAgentTargetPanel
 
addNotify() - Method in class com.ibm.able.autotune.BaseAutotuneAdaptorTuningPanel
 
addNotify() - Method in class com.ibm.able.autotune.BaseAutotuneControllerMetricPanel
 
addNotify() - Method in class com.ibm.able.autotune.Neural2WayLoadBalanceControllerPanel
 
addNotify() - Method in class com.ibm.able.autotune.AutotuneAgentPanel
 
addNotify() - Method in class com.ibm.able.autotune.AutotuneAgentMetricPanel
 
addNotify() - Method in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerPanel
 
addNotify() - Method in class com.ibm.able.autotune.BaseAutotuneAdaptorMetricPanel
 
addNotify() - Method in class com.ibm.able.editor.AbleInspectorOptionsDialog
 
addNotify() - Method in class com.ibm.able.editor.AbleInspectorGeneralPanel
 
addNotify() - Method in class com.ibm.able.editor.AbleInspectorLoggingDialog
 
addPanel(AbleCustomizerPanel) - Method in class com.ibm.able.AbleObjectCustomizer
 
addPasswordField(JPanel, int, int, int) - Static method in class com.ibm.able.AblePanelHelper
Construct a JPasswordField and place it on the panel provided at the specified location.
addPatternMatchRule(AblePatternMatchRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add a pattern match (when-do) rule to the rule block.
addPendingDecisionEvent(AbleConversation.DecisionLogicEvent) - Method in class com.ibm.able.conversation.AbleConversation
Adds the given decision data to the queue of pending decision data outputs.
addPendingMessage(MessageHandle) - Method in class com.ibm.able.conversation.AbleConversation
Adds the given message to the queue of pending messages.
addPredicateRule(AblePredicateRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add a predicate fact or rule to the rule block.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.AbleObject
 
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.AblePropertyChangeManager
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.conversation.AbleCpStateMachineHandler
Adds the given PropertyChangeListener to this object's internal property-change support.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleConversationGraphicView
Adds the given listener to this object's list of property-change listeners, to be informed of all property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleJasConversationGraphicView
Adds the given listener to this object's list of property-change listeners, to be informed of all property changes.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.conversation.AbstractCPH
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleConversation
Adds the given PropertyChangeListener to this object's property-change support.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.ibm.able.conversation.ConversationPolicyHandler
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.editor.AbleUserDefinedFunctionDialog
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.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.rules.AbleRuleSetEditorLauncher
Add a property change listener to this object.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.ibm.able.rules.AbleRuleSetEditor
Add a property change listener to this object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleConversationManager
Adds the given PropertyChangeListener under the given property name, to the superclass's PropertyChangeSupport object.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleJasConversationAgent
Adds the property chage listener for the given property
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
Adds the given PropertyChangeListener to this object's internal property-change support.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleConversationGraphicView
Adds the given listener to this object's list of property-change listeners, to be informed of changes to the named property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleJasConversationGraphicView
Adds the given listener to this object's list of property-change listeners, to be informed of changes to the named property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbstractCPH
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.AbleConversation
Adds the given PropertyChangeListener to this object's property-change support, under the given property name.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.ibm.able.conversation.ConversationPolicyHandler
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.ibm.able.conversation.StateMachine
Adds the property chage listener for the given property
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface com.ibm.able.conversation.StateMachineInterface
Add a property change listener for the given property name to the state-machine
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
Adds a property connection.
addPropertyConnection(AblePropertyConnection) - Method in interface com.ibm.able.AblePropertyChangeManager
Adds a property connection.
addRdReference(int) - Method in class com.ibm.able.rules.AbleRule
Update the list of variables whose values are "read" by clauses in this rule.
addRdReferences(BitSet) - Method in class com.ibm.able.rules.AbleRule
Update the list of variables whose values are "read" by clauses in this rule.
addReference() - Method in class com.ibm.able.autotune.AutotuneMetric
register interest in this metric
addRemoteBean(AbleRemoteBean) - Method in interface com.ibm.able.AbleRemoteBeanRemoteContainer
Adds a bean to this container.
addRole(String) - Method in interface com.ibm.conversation.CpStateMachine
Adds the given role to the set of roles supported by the policy.
addRole(String) - Method in class com.ibm.conversation.base.BasicCpStateMachine
 
addRow(Object[]) - Method in class com.ibm.able.beans.AbleDataTable
Method to add a row of data Objects contained in the supplied Object[].
addRow(Vector) - Method in class com.ibm.able.beans.AbleDataTable
Method to add a row of data Objects contained in the supplied Vector.
addRule(AbleRule) - Method in class com.ibm.able.rules.AbleRuleBlock
Add an Able rule (any type) to the end of the rule block.
addRule(AbleRuleBlock, AbleRule) - Method in class com.ibm.able.rules.AbleRuleSet
Add an Able rule to the specified rule block.
addRuleBlock(String, String) - Method in class com.ibm.able.rules.AbleRuleSet
Specify the name of the current rule block under parse.
addRuleFromTemplate(AbleRuleTemplate) - Method in class com.ibm.able.rules.AbleRuleSet
Add a new rule using the template and its bound template variable values
addRuleFromTemplate(String, Object[]) - Method in class com.ibm.able.rules.AbleRuleSet
Add a new rule using the template name and associated template variable values
addRuleRef(AbleRule) - Method in class com.ibm.able.rules.AbleClause
Register a rule that refers to this clause.
addRuleSetChangeListener(PropertyChangeListener) - Method in class com.ibm.able.rules.AbleRuleSet
Add a property change listener to the ruleset.
addRuleToConflictSet(Vector, AblePatternMatchRule) - Method in class com.ibm.able.rules.AblePatternMatchLiteEngine
Inserts the Rule into the conflict set based on priority.
addRuleToConflictSet(Vector, AblePatternMatchRule) - Method in class com.ibm.able.rules.AblePatternMatchEngine
Inserts the Rule into the conflict set based on priority and specificity.
addRuleToConflictSet(Vector, AbleRule) - Method in class com.ibm.able.rules.AbleForwardChainInferenceEngine
Inserts the Rule into the conflict set based on priority and specificity.
addRuleToConflictSet(Vector, AbleRule) - Method in class com.ibm.able.rules.AbleMutExEngine
Inserts the Rule into the conflict set based on priority.
addSet(AbleFuzzySetBeta) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetGaussian) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetLinear) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetPi) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetSegments) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetShoulder) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetSigmoid) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetTrapezoid) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSet(AbleFuzzySetTriangle) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSetComplement(String, String) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
addSourceBufferConnection(AbleBufferConnection) - Method in class com.ibm.able.AbleObject
Adds a source buffer connection.
addSourceBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleDataBufferRemoteManager
Adds a source buffer connection.
addSourceBufferConnection(AbleBufferConnection) - Method in interface com.ibm.able.AbleDataBufferManager
Adds a source buffer connection.
addState(CpState) - Method in interface com.ibm.conversation.CpStateMachine
Adds the given state to the policy state machine.
addState(CpState) - Method in class com.ibm.conversation.base.BasicCpStateMachine
 
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.
addTemplateRecs(Vector) - Method in class com.ibm.able.beans.filter.AbleFilter
Add a vector of templates to the end of the filter.
addText(String) - Method in class com.ibm.able.rules.AbleARLTreeNode
 
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
 
addTraceJTextAreaHandler(AbleBean, long, JTextArea) - Static method in class com.ibm.able.AblePanelHelper
Add a new JTextAreaHandler to a bean's trace logger.
addTransform(MessageDescription, Class) - Method in class com.ibm.able.conversation.AbleMessageTransformFactory
Adds the given transform class to the table of transform classes, keyed under the given message description.
addTransition(CpStateTransition) - Method in interface com.ibm.conversation.CpState
Attempts to add the given transition to this state's transitions.
addTransition(CpStateTransition) - Method in class com.ibm.conversation.base.BasicCpState
 
addTransition(Transition) - Method in class com.ibm.able.conversation.State
Adds a new transition to the set of transitions possible from the state
addUserDefinedFunction(AbleUserDefinedFunction) - Method in interface com.ibm.able.AbleUserDefinedFunctionRemoteManager
Adds a specific user-defined function to the master list of user-defined functions.
addUserDefinedFunction(AbleUserDefinedFunction) - Method in class com.ibm.able.AbleDefaultAgent
 
addUserDefinedFunction(AbleUserDefinedFunction) - Method in interface com.ibm.able.AbleUserDefinedFunctionManager
Adds a specific user-defined function to the master list of user-defined functions.
addUserDefinedFunction(AbleUserDefinedFunction) - Method in class com.ibm.able.rules.AbleRuleSet
Add a specific user-defined function to the master list of user-defined functions.
addValue(double) - Method in class com.ibm.able.beans.AbleDataSeries
Adds the passed value to the "beginning" of the circular history being maintained by this object.
addValue(double) - Method in class com.ibm.able.data.AbleDiscreteVariable
Add a value to the list of pre-defined values.
addValue(Double) - Method in class com.ibm.able.beans.AbleDataSeries
Method to add a value to the history being maintained by this object.
addValue(int) - Method in class com.ibm.able.beans.AbleDataSeries
Adds the passed value to the "beginning" of the history being maintained by this object.
addValue(Integer) - Method in class com.ibm.able.beans.AbleDataSeries
Adds an Integer value to the "beginning" of the history being maintained by this object.
addValue(Object) - Method in class com.ibm.able.beans.AbleDataSeries
Generic method to add the object passed to the "beginning" of the history being maintained by this object.
addValue(String) - Method in class com.ibm.able.beans.AbleDataSeries
Adds the passed value to the "beginning" of the history being maintained by this object.
addValue(String) - Method in class com.ibm.able.data.AbleCategoricalVariable
Add a value to the list of pre-defined values.
addVariable(AbleVariable) - Method in class com.ibm.able.rules.AbleRuleSet
Add a variable to the ruleset.
addVariableToInputSequence(String) - Method in class com.ibm.able.rules.AbleRuleSet
Specify that a variable is to be added to the input sequence.
addVariableToOutputSequence(String) - Method in class com.ibm.able.rules.AbleRuleSet
Specify that a variable is to be added to the output sequence.
addWrReference(int) - Method in class com.ibm.able.rules.AbleRule
Update the list of variables whose values are "set" by clauses in this rule.
addWrReferences(BitSet) - Method in class com.ibm.able.rules.AbleRule
Update the list of variables whose values are "set" by clauses in this rule.
ADS_DEREGISTERED_AGENT_DESCRIPTION - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Directory Service: Deregistered an Agent Description
ADS_MODIFIED_AGENT_DESCRIPTION - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Directory Service: Modified an Agent Description
ADS_REGISTERED_AGENT_DESCRIPTION - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Directory Service: Registered an Agent Description
AGENT_NAME_KEY - Static variable in class com.ibm.able.conversation.JasConversationSetupTransform
Keyword for use in forming & parsing JAS payloads.
agentAddr - Variable in class com.ibm.able.AbleRemoteDefaultAgent
The address of this agent.
AgentAddr(String) - Static method in class com.ibm.able.Able
Generates an RMI agent address from the host on which the agent is currently running.
agentHost - Variable in class com.ibm.able.AbleRemoteDefaultAgent
The name of the host where this agent is running.
agentLastUpdate - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The date and time when the agent's description was last updated with the Agent Directory Service.
AgentLifeCycleException - exception com.ibm.able.platform.AgentLifeCycleException.
This class is the generic exception associated with all agent lifecycle services.
AgentLifeCycleException() - Constructor for class com.ibm.able.platform.AgentLifeCycleException
Creates an AgentLifeCycleException with no message.
AgentLifeCycleException(String) - Constructor for class com.ibm.able.platform.AgentLifeCycleException
Creates an AgentLifeCycleException with the specified message.
AgentLifeCycleException(String, Exception) - Constructor for class com.ibm.able.platform.AgentLifeCycleException
Creates an AgentLifeCycleException with the specified message and embedded exception.
AgentLifeCycleFailure - exception com.ibm.able.platform.AgentLifeCycleFailure.
An AgentLifeCycleFailure is thrown when an Agent Lifecycle operation fails due to a problem with the Agent Lifecycle Service infrastructure.
AgentLifeCycleFailure() - Constructor for class com.ibm.able.platform.AgentLifeCycleFailure
Creates an AgentLifeCycleFailure with no message.
AgentLifeCycleFailure(String) - Constructor for class com.ibm.able.platform.AgentLifeCycleFailure
Creates an AgentLifeCycleFailure with the specified message.
AgentLifeCycleFailure(String, Exception) - Constructor for class com.ibm.able.platform.AgentLifeCycleFailure
Creates an AgentLifeCycleFailure with the specified message and embedded exception.
AgentLifeCycleService - interface com.ibm.able.platform.AgentLifeCycleService.
The AgentLifeCycleService interface defines the operations that can be requested of an Agent Lifecycle Service.
agentMovable - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
Specifies whether the agent is movable from one agent pool to another; must be set before the agent is initialized, at which time it is placed into the agent's registered description.
agentName - Variable in class com.ibm.able.AbleRemoteDefaultAgent
The formal, remotely addressable name of the agent.
AgentName(String, String) - Static method in class com.ibm.able.Able
Generate an RMI agent name from a base agent name and the host on which the agent is currently running.
agentStatus - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The agent's status at the last time the agent's description was updated with the Agent Directory Service.
agentSummary - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The agent's last set summary text.
agentToAutoRegister - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
Specifies whether the agent is to register an AgentDescription of itself with the Agent Directory Service; must be set before the agent is initialized.
agentToBindToRmi - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
Specifies whether the agent is to bind itself to the RMI Naming service; must be set before the agent is initialized.
agentType - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The textual description of the type of agent; must be set before the agent is initialized, at which time it is placed into the agent's registered description; for documentation only.
agentVendor - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The agent's vendor; must be set before the agent is initialized, at which time it is placed into the agent's registered description; for documentation only.
agentVersion - Variable in class com.ibm.able.platform.AblePlatformDefaultAgent
The agent's current version; must be set before the agent is initialized, at which time it is placed into the agent's registered description; for documentation only.
ALCS_CREATED_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Created an agent
ALCS_INITIALIZED_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Initialized an agent
ALCS_QUIESCE_AGENT_POOL - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Quiesce Agent Pool
ALCS_QUIT_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Quit an agent
ALCS_RESET_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Reset an agent
ALCS_RESUMED_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Resumed an agent
ALCS_SUSPENDED_AGENT_INSTANCE - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Lifecycle Service: Suspended an agent
ALL_CONNECTIONS - Static variable in class com.ibm.able.editor.AbleEditor
Connection type: All.
ALL_DAYS_OF_MONTH - Static variable in class com.ibm.able.rules.ARL
DAY OF MONTH
ALL_DAYS_OF_WEEK - Static variable in class com.ibm.able.rules.ARL
DAY OF WEEK bitmasks -- per IETF Policy Framework Last bit is always 0
ALL_MONTHS - Static variable in class com.ibm.able.rules.ARL
MONTH OF YEAR bitmasks - per IETF Policy Framework
allNumericData - Variable in class com.ibm.able.beans.AbleDataSet
A boolean indicating whether all fields in the data source are continuous.
allNumericData - Variable in class com.ibm.able.beans.AbleDBTable
A boolean indicating whether all fields in the data source are continuous.
allNumericData - Variable in class com.ibm.able.beans.AbleDataSetDefinition
 
allocateSpace() - Method in class com.ibm.able.beans.decisiontree.Data
allocateSpace
AlphaCut - Static variable in class com.ibm.able.rules.ARL
Fuzzy alphaCut control parameter
AlphaCutDefault - Static variable in class com.ibm.able.data.AbleFuzzySet
This is the default value used for alphacut when no explicit alphacut has been set.
AlphaCutStrong - Static variable in class com.ibm.able.data.AbleFuzzySet
Strong alphacut.
AlphaCutWeak - Static variable in class com.ibm.able.data.AbleFuzzySet
Weak alphacut.
ALS_LOGGED_AGENT_SITUATION_REPORT - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Logging Service: Logged an Agent Situation Report
ALS_REMOVED_AGENT_SITUATION_REPORT - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Logging Service: Removed an Agent Situation Report
ALS_UPDATED_AGENT_SITUATION_REPORT - Static variable in class com.ibm.able.platform.AblePlatformServiceEvent
Service Event ID: Agent Logging Service: Updated an Agent Situation Report
altInputBuffer - Variable in class com.ibm.able.beans.filter.AbleFilter
"altInputBuffer" is initialized to null, but can be used by other objects to provide input data to this bean's process() synchronous method via an AbleEvent with "process" as the action string and either a String[] or double[] as the argument Object.
altInputBuffer - Variable in class com.ibm.able.rules.AbleRuleSet
"altInputBuffer" is initialized to null, but can be used by other objects to provide input data to this bean's process() synchronous method via an AbleEvent with "process" as the action string and an Object[] as the argument Object.
AmabBuyerLogic - class com.ibm.able.examples.conversation.AmabBuyerLogic.
This class is an example of an AbleBean that can be used in conjunction with the ABLE Jas conversation agent to engage in an Asymmetric Multi-Attribute Bilateral (AMAB) Negotitation conversation assuming the role of a buyer.
AmabBuyerLogic() - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogic
Constructor for AmabBuyerLogic
AmabBuyerLogic(String) - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogic
Constructor for AmabBuyerLogic
AmabBuyerLogic(String, String) - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogic
Constructor for AmabBuyerLogic
amabBuyerLogic(String, String, Object[]) - Method in class com.ibm.able.examples.conversation.AmabBuyerLogic
Decision logic connection function for the AmabBuyerLogic bean
AmabBuyerLogicBeanInfo - class com.ibm.able.examples.conversation.AmabBuyerLogicBeanInfo.
This class provides BeanInfo for the AmabBuyerLogic class.
AmabBuyerLogicBeanInfo() - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogicBeanInfo
 
AmabBuyerLogicCustomizer - class com.ibm.able.examples.conversation.AmabBuyerLogicCustomizer.
This class provides the customizer for the AmabBuyerLogic bean.
AmabBuyerLogicCustomizer() - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogicCustomizer
Construct a Amab Buyer Logic Customizer dialog.
AmabBuyerLogicCustomizer(JFrame, String) - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogicCustomizer
Construct a Amab Buyer Logic Customizer dialog.
AmabBuyerLogicPanel - class com.ibm.able.examples.conversation.AmabBuyerLogicPanel.
This class provides the graphical editor panel for the AmabBuyerLogic to specify various parameters required to create an AMAB Buyer Object It provides a tab used by the AmabBuyerLogicCustomizer and any customizers that extend it.
AmabBuyerLogicPanel(AmabBuyerLogicCustomizer) - Constructor for class com.ibm.able.examples.conversation.AmabBuyerLogicPanel
Construct the panel for the customizer.
AmabOfferMessageForm - class com.ibm.able.examples.conversation.AmabOfferMessageForm.
This class represents the message-form used during the AMAB Conversation by the seller to present an offer-set to the buyer
AmabOfferMessageForm() - Constructor for class com.ibm.able.examples.conversation.AmabOfferMessageForm
Default Constructor
AmabOfferMessageForm(String) - Constructor for class com.ibm.able.examples.conversation.AmabOfferMessageForm
Single Argument Constructor - as required by the MessageFormFactory
AmabParams - class com.ibm.able.examples.conversation.AmabParams.
Class that defines numeric constants used in the Asymmetric Multi-Attribute Bilateral (AMAB) Negotitation conversation
AmabParams() - Constructor for class com.ibm.able.examples.conversation.AmabParams
 
AmabSelectionMessageForm - class com.ibm.able.examples.conversation.AmabSelectionMessageForm.
This class represents the message-form used during the AMAB Conversation by the buyer to indicate a selection from the Offer set provided by the seller
AmabSelectionMessageForm() - Constructor for class com.ibm.able.examples.conversation.AmabSelectionMessageForm
Default Constructor
AmabSelectionMessageForm(String) - Constructor for class com.ibm.able.examples.conversation.AmabSelectionMessageForm
Single Argument Constructor - as required by the MessageFormFactory
AmabSellerLogic - class com.ibm.able.examples.conversation.AmabSellerLogic.
This class is an example of an AbleBean that can be used in conjunction with the ABLE Jas conversation agent to engage in an Asymmetric Multi-Attribute Bilateral (AMAB) Negotitation conversation assuming the role of a seller.
AmabSellerLogic() - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogic
Constructor for AmabSellerLogic
AmabSellerLogic(String) - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogic
Constructor for AmabSellerLogic
AmabSellerLogic(String, String) - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogic
Constructor for AmabSellerLogic
amabSellerLogic(String, String, Object[]) - Method in class com.ibm.able.examples.conversation.AmabSellerLogic
Decision logic connection function for the AmabSellerLogic bean
AmabSellerLogicBeanInfo - class com.ibm.able.examples.conversation.AmabSellerLogicBeanInfo.
This class provides BeanInfo for the AmabSellerLogic class.
AmabSellerLogicBeanInfo() - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogicBeanInfo
 
AmabSellerLogicCustomizer - class com.ibm.able.examples.conversation.AmabSellerLogicCustomizer.
This class provides the customizer for the AmabSellerLogic bean.
AmabSellerLogicCustomizer() - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogicCustomizer
Construct a Amab Seller Logic Customizer dialog.
AmabSellerLogicCustomizer(JFrame, String) - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogicCustomizer
Construct a Amab Seller Logic Customizer dialog.
AmabSellerLogicPanel - class com.ibm.able.examples.conversation.AmabSellerLogicPanel.
This class provides the graphical editor panel for the AmabSellerLogic to specify various parameters required to create an AMAB Seller Object It provides a tab used by the AmabSellerLogicCustomizer and any customizers that extend it.
AmabSellerLogicPanel(AmabSellerLogicCustomizer) - Constructor for class com.ibm.able.examples.conversation.AmabSellerLogicPanel
Construct the panel for the customizer.
AnimalRuleSetApp - class com.ibm.able.examples.rules.AnimalRuleSetApp.
This class illustrates reading a ruleset, initializing it, and passing data into it, and retrieving the result.
AnimalRuleSetApp() - Constructor for class com.ibm.able.examples.rules.AnimalRuleSetApp
 
ANS_PRINCIPAL - Static variable in class com.ibm.able.platform.AbleBasicService
Service Properties passed to a service's factory when the service is started by AblePlatformSupport.
ANY - Static variable in interface com.ibm.conversation.MessageDescription
Indicates that any value (e.g., of schema or contentType) should be considered as a match to this MessageDescription.
AppDataBuffer - class com.ibm.able.examples.ableagent.AppDataBuffer.
This class illustrates the use of a serialized agent.
AppDataBuffer() - Constructor for class com.ibm.able.examples.ableagent.AppDataBuffer
 
append(AbleDataSeries) - Method in class com.ibm.able.beans.AbleDataSeries
Append the contents of one DataSeries to the front of this DataSeries history (e.g., as newer data).
append(AbleDataTable) - Method in class com.ibm.able.beans.AbleDataTable
Append the contents of one DataTable to the front of this DataTable's history (e.g., as newer data).
append(ConversationEvent) - Method in class com.ibm.able.conversation.ConversationEventSequence
 
append(ConversationEventSequence) - Method in class com.ibm.able.conversation.ConversationEventSequence
 
applyBindings(Vector) - Method in class com.ibm.able.rules.AblePredicateRule
 
applyDefinitions(Vector) - Method in class com.ibm.able.editor.AbleClassLoader
Define a class from the bytecodes that were collected early...
applyGoalBindings(Vector) - Method in class com.ibm.able.rules.AblePredicateEngine
Apply the value of match variables to any unbound goal variables Remove the binding from the list once it is applied
AppRuleSet - class com.ibm.able.examples.rules.AppRuleSet.
This class illustrates reading a ruleset, initializing it, and passing data into it, and retrieving the result.
AppRuleSet() - Constructor for class com.ibm.able.examples.rules.AppRuleSet
 
APRIL - Static variable in class com.ibm.able.rules.ARL
 
AREA - Static variable in class com.ibm.able.editor.AbleInspector
 
AREASTACKING - Static variable in class com.ibm.able.editor.AbleInspector
 
arg1 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
arg2 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
arg3 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
arg4 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
arg5 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
arg6 - Variable in class com.ibm.able.autotune.AutotuneAgentDataBean
 
argList - Variable in class com.ibm.able.data.AblePredicate
The list of arguments which could be Strings, Literals, Variables, or Predicates
argObject - Variable in class com.ibm.able.AbleEvent
The argObject is either null or it contains an arbitrary object that makes sense to the AbleEventListener.
arity - Variable in class com.ibm.able.data.AblePredicate
 
ARL - class com.ibm.able.rules.ARL.
This class contains constants used as parameters in ABLE Rule Language (ARL) rulesets and several utility methods.
ARL() - Constructor for class com.ibm.able.rules.ARL
 
arlCRdString() - Method in class com.ibm.able.data.AbleLhs
Return an ARL "clause" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleTypedVariableField
Return a formal rule language "clause" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleVariable
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleGenericLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleFuzzySet
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleShortLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleCharacterLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleCallLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleNewObjectLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleFloatLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleTypedVariableMethodLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleLongLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleArrayLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in interface com.ibm.able.data.AbleRd
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleStringLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleIntegerLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleTimeStampLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleDoubleLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleByteLiteral
Return a formal ARL "clause read" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleExpression
 
arlCRdString() - Method in class com.ibm.able.data.AbleArrayVariableExpression
Return a formal rule language "clause" string that describes this data object.
arlCRdString() - Method in class com.ibm.able.data.AbleBooleanLiteral
Return a formal ARL "clause read" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleLhs
Return a formal rule language "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleTypedVariableField
Return a formal rule language "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleGenericVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleTypedVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleLongVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleDoubleVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleBooleanVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleClassVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleCharacterVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleContinuousVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleFuzzyVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleCategoricalVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleTimeStampVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleDiscreteVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleShortVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleFloatVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleIntegerVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleArrayVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in interface com.ibm.able.data.AbleWr
Return a formal rule language "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleExpressionVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleArrayVariableExpression
Return a formal rule language "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleStringVariable
Return a formal ARL "declaration" string that describes this data object.
arlDclString() - Method in class com.ibm.able.data.AbleByteVariable
Return a formal ARL "declaration" string that describes this data object.
arlInitializerString() - Method in class com.ibm.able.data.AbleVariable
 
arlPreConditionsString() - Method in class com.ibm.able.rules.AbleRule
Return a formal Able Rule Language (ARL) String for the rule preConditions.
arlString() - Method in class com.ibm.able.data.AblePredicate
Return a formal rule language string that describes this clause.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetGaussian
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetTrapezoid
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetLinear
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetSegments
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetTriangle
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetWork
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetSigmoid
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetShoulder
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetBeta
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.data.AbleFuzzySetPi
Return a formal rule language string representation of this fuzzy set.
arlString() - Method in class com.ibm.able.rules.AbleRuleSet
Return a formal able rule language (ARL) string with Java-like syntax.
arlString() - Method in class com.ibm.able.rules.AbleClause
Return a formal rule language string that describes this clause.
arlString() - Method in class com.ibm.able.rules.AbleRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleAssertionRule
Return a formal Able Rule Language (ARL) string.
arlString() - Method in class com.ibm.able.rules.AbleAntecedentClause
Return a formal ARL string that describes this clause.
arlString() - Method in class com.ibm.able.rules.AbleForLoopRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleIfThenElseRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AblePredicateRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AblePredicateFact
Return a formal Able Rule Language (RL) string.
arlString() - Method in class com.ibm.able.rules.AblePatternMatchRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleSelector
Return a formal ARL string that describes this clause.
arlString() - Method in class com.ibm.able.rules.AbleDoWhileRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleDoUntilRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleConditionalRule
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleRuleBlock
Return a formal Able Rule Language (ARL) String.
arlString() - Method in class com.ibm.able.rules.AbleConsequentClause
Return a formal ARL string that describes this clause.
arlString() - Method in class com.ibm.able.rules.AblePredicateQuery
 
arlString() - Method in class com.ibm.able.rules.AbleAssertionClause
Return a formal ARL string that describes this clause.
arlString() - Method in class com.ibm.able.rules.AbleWhileDoRule
Return a formal Able Rule Language (ARL) String.
arlStringDclInnerClasses() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringDclPredicates() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringHeader() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringImports() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringInputVariables() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringLibraries() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringOutputVariables() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringRules() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringTrailer() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringUdfs() - Method in class com.ibm.able.rules.AbleRuleSet
 
arlStringVariables() - Method in class com.ibm.able.rules.AbleRuleSet
 
arrayContentsAsString(double[]) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Static utility method to return the content of an double array (double[]) as a String of comma separated values.
arrayContentsAsString(double[], double) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Static utility method to return the content of an double array (double[]) as a String of comma separated values, with line terminators every N values listed.
arrayContentsAsString(int[]) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Static utility method to return the content of an int array (int[]) as a String of comma separated values.
arrayContentsAsString(int[], int) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Static utility method to return the content of an int array (int[]) as a String of comma separated values, with line terminators every N values listed.
ArrayIndexExpression - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents an array index expression
ArrayLengthLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents an array legnth field literal
ArrayLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents an array index expression
ARRAYS - Static variable in class com.ibm.able.editor.AbleInspector
 
arrayToString(Object) - Static method in class com.ibm.able.data.AbleArrayLiteral
Format a Java array for output display Java just returns an object ref, we need pretty print
ArrayVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents an array variable
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 class com.ibm.able.data.AbleTypedVariableField
Assignment (boolean): assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleGenericVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleBooleanVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariable
Assignment: 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.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Assignment (boolean): assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Assignment: assign the current value of theRhs to this data object.
asgnEq(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Assignment: assign the current value of theRhs to this data object.
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 class com.ibm.able.data.AbleTypedVariableField
Assignment (fuzzy): assign the current value of theRhs to this data object.
asgnIs(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
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) - Method in class com.ibm.able.data.AbleArrayVariableExpression
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 class com.ibm.able.data.AbleTypedVariableField
Assignment (fuzzy): assign the current value of theRhs to this data object, correlated with the specified truth value.
asgnIs(AbleRd, double) - Method in class com.ibm.able.data.AbleFuzzyVariable
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.
asgnIs(AbleRd, double) - Method in class com.ibm.able.data.AbleArrayVariableExpression
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
 
asinDataSeries() - Method in class com.ibm.able.beans.AbleDataSeries
asinDataSeries takes the arc sine of each of the values in this DataSeries, storing the result in this DataSeries.
askUser(AbleRuleSet, AbleVariable) - Method in class com.ibm.able.rules.AbleGUILib
Prompt a user to provide a value for specific variable during backward inferencing.
askUser(AbleVariable) - Method in class com.ibm.able.rules.AbleInferenceEngine
If the askUser() UDF has been defined, prompt a user to provide a value for specific variable during backward inferencing.
askUser(AbleVariable) - Method in class com.ibm.able.rules.AbleGUILib
Prompt a user to provide a value for specific variable during backward inferencing.
assert_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
assert(AbleWorkingMemory, Object) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Place a fact into the database
assert(boolean) - Static method in class com.ibm.able.rules.AbleXLib
Assertion emulation.
assert(boolean, Object) - Static method in class com.ibm.able.rules.AbleXLib
Assertion emulation.
assert(Object) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
 
assert(Object) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
 
assert(Object) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Place a fact into the database
asserta_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
asserta(Object) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
 
asserta(Object) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
 
asserta(Object) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Place a fact into the database at front
assertAll(AbleWorkingMemory, List) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Assert all elements in the list into working memory.
assertAll(List) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
Assert all elements in the list into working memory.
assertAll(List) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Assert all elements in the list into working memory.
assertAll(List) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Assert all elements in the list into working memory.
AssertAPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "asserta" predicate.
assertDataSource(AbleWorkingMemory, AbleDataSource, String) - Static method in class com.ibm.able.rules.ARL
Assert all records in a data source into working memory.
assertFact(Object) - Method in class com.ibm.able.rules.AblePredicateLib
 
AssertPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "assert" predicate.
assertz_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
assertz(Object) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
 
assertz(Object) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
 
assertz(Object) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Place a fact into the database at end
AssertZPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "assertz" predicate.
assignClass(short[], TreeNode) - Method in class com.ibm.able.beans.decisiontree.ClassifyTree
assignClass
asynchronous - Variable in class com.ibm.able.AbleEvent
The asynchronous flag indicates the type of event processing desired; true means to process on AbleEventQueue thread rather than on the caller's thread.
ATAN - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
atanDataSeries() - Method in class com.ibm.able.beans.AbleDataSeries
atanDataSeries takes the arc tangent of each of the values in this DataSeries, storing the result in this DataSeries.
atom_chars_2(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
atom_concat_3(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
atom_length_2(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
atom_number_2(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
AtomCharsPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "atom_charts" predicate.
AtomConcatPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "atom_concat" predicate.
AtomLengthPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "atom_length" predicate.
AtomNumberPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "atom_number" predicate.
AttributeValueClass - class com.ibm.able.beans.knn.AttributeValueClass.
 
AttributeValueClass(int, int, int) - Constructor for class com.ibm.able.beans.knn.AttributeValueClass
 
AUGUST - Static variable in class com.ibm.able.rules.ARL
 
AutoConversationSetup - class com.ibm.able.conversation.AutoConversationSetup.
This bean handles setting up conversations based on the setup_cp.xml and metaconversation_cp.xml provided with the ABLE distribution in examples/datafiles.
AutoConversationSetup() - Constructor for class com.ibm.able.conversation.AutoConversationSetup
Constructor for AutoConversationSetupBean
AutoConversationSetup(String) - Constructor for class com.ibm.able.conversation.AutoConversationSetup
Constructor for AutoConversationSetupBean
AutoConversationSetup(String, String) - Constructor for class com.ibm.able.conversation.AutoConversationSetup
Constructor for AutoConversationSetupBean
AutoConversationSetupAgentPanel - class com.ibm.able.conversation.AutoConversationSetupAgentPanel.
This class provides the graphical editor panel for the AutoConversationSetup bean to be used in specifying the valid agent names to accept conversation requests from
AutoConversationSetupAgentPanel(AutoConversationSetupCustomizer) - Constructor for class com.ibm.able.conversation.AutoConversationSetupAgentPanel
Construct the panel for the customizer.
AutoConversationSetupBeanInfo - class com.ibm.able.conversation.AutoConversationSetupBeanInfo.
This class provides BeanInfo for the AutoConversationSetup class.
AutoConversationSetupBeanInfo() - Constructor for class com.ibm.able.conversation.AutoConversationSetupBeanInfo
 
AutoConversationSetupCustomizer - class com.ibm.able.conversation.AutoConversationSetupCustomizer.
This class provides the customizer for the AutoConversationSetup Bean Adds an AutoConversationSetupRolePanel and AutoConversationSetupAgentPanel to the customizer panels provided by AbleObjectCustomizer
AutoConversationSetupCustomizer() - Constructor for class com.ibm.able.conversation.AutoConversationSetupCustomizer
Construct a Jas Default Agent Customizer dialog.
AutoConversationSetupCustomizer(JFrame, String) - Constructor for class com.ibm.able.conversation.AutoConversationSetupCustomizer
Construct a Jas Default Agent Customizer dialog.
AutoConversationSetupRolePanel - class com.ibm.able.conversation.AutoConversationSetupRolePanel.
This class provides the graphical editor panel for the AutoConversationSetup bean to be used in specifying the valid policy names and roles that the agent can assume during conversations
AutoConversationSetupRolePanel(AutoConversationSetupCustomizer) - Constructor for class com.ibm.able.conversation.AutoConversationSetupRolePanel
Construct the panel for the customizer.
autoEvolve - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
AutonomyLevel(int) - Static method in class com.ibm.able.platform.AblePlatform
Turns the specified autonomy level into a human readable form for error messages.
autoTrain - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
autoTrain(int) - Method in class com.ibm.able.agents.AbleNeuralClassifierAgent
AutoTrain toggles between train/test modes.
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.beans.bayes.AbleNaiveBayesClassifierAgent
this method toggles between train/test modes it is only called at the end of an epoch
Autotune - class com.ibm.able.autotune.Autotune.
 
AutotuneAdaptor - interface com.ibm.able.autotune.AutotuneAdaptor.
The AutotuneAdaptor interface defines an AbleBean that plays the role of an adaptor for an AutotuneAgent to an application or target system.
AutotuneAgent - class com.ibm.able.autotune.AutotuneAgent.
Base Autotune Agent for Generic Adaptive Control
AutotuneAgent() - Constructor for class com.ibm.able.autotune.AutotuneAgent
 
AutotuneAgent(String) - Constructor for class com.ibm.able.autotune.AutotuneAgent
 
AutotuneAgentBeanInfo - class com.ibm.able.autotune.AutotuneAgentBeanInfo.
 
AutotuneAgentBeanInfo() - Constructor for class com.ibm.able.autotune.AutotuneAgentBeanInfo
 
AutotuneAgentCustomizer - class com.ibm.able.autotune.AutotuneAgentCustomizer.
This class provides the customizer interface for the AutotuneAgentCustomizer.
AutotuneAgentCustomizer() - Constructor for class com.ibm.able.autotune.AutotuneAgentCustomizer
Construct an Able Default Agent Customizer Dialog.
AutotuneAgentCustomizer(JFrame, String, boolean) - Constructor for class com.ibm.able.autotune.AutotuneAgentCustomizer
Construct a customizer dialog.
AutotuneAgentDataBean - class com.ibm.able.autotune.AutotuneAgentDataBean.
 
AutotuneAgentIf - interface com.ibm.able.autotune.AutotuneAgentIf.
 
AutotuneAgentMetricPanel - class com.ibm.able.autotune.AutotuneAgentMetricPanel.
This class provides a panel for the Autotune Agent Customizer.
AutotuneAgentMetricPanel(AbleObjectCustomizer) - Constructor for class com.ibm.able.autotune.AutotuneAgentMetricPanel
Construct the panel for the customizer.
AutotuneAgentPanel - class com.ibm.able.autotune.AutotuneAgentPanel.
This class provides a panel for the Autotune Agent.
AutotuneAgentPanel(AutotuneAgentCustomizer) - Constructor for class com.ibm.able.autotune.AutotuneAgentPanel
Construct the panel for the customizer.
AutotuneAgentTargetPanel - class com.ibm.able.autotune.AutotuneAgentTargetPanel.
This class provides a panel for the Autotune Agent Customizer.
AutotuneAgentTargetPanel(AutotuneAgentCustomizer) - Constructor for class com.ibm.able.autotune.AutotuneAgentTargetPanel
Construct the panel for the customizer.
AutotuneConfigurationMetric - class com.ibm.able.autotune.AutotuneConfigurationMetric.
 
AutotuneConfigurationMetric() - Constructor for class com.ibm.able.autotune.AutotuneConfigurationMetric
 
AutotuneConfigurationMetric(String) - Constructor for class com.ibm.able.autotune.AutotuneConfigurationMetric
 
AutotuneConfigurationMetric(String, AbleVariable) - Constructor for class com.ibm.able.autotune.AutotuneConfigurationMetric
 
AutotuneConfigurationMetric(String, AbleVariable, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneConfigurationMetric
 
AutotuneController - interface com.ibm.able.autotune.AutotuneController.
The AutotuneController interface defines an AbleBean that plays the role of a controller in an Autotune Agent.
AutotuneDataBean - interface com.ibm.able.autotune.AutotuneDataBean.
 
AutotuneMetric - class com.ibm.able.autotune.AutotuneMetric.
An AutotuneMetric defines a single parameter on a target system It can represent a configuration settings, a workload indicator, a service level , or a tuning control Metrics can have sensors/effectors associated with them to do the actual method calls on the target system Or, their values can be set by the process() method on the Adaptor or Controller
AutotuneMetric() - Constructor for class com.ibm.able.autotune.AutotuneMetric
 
AutotuneMetric(String) - Constructor for class com.ibm.able.autotune.AutotuneMetric
 
AutotuneMetric(String, AbleVariable) - Constructor for class com.ibm.able.autotune.AutotuneMetric
 
AutotuneMetric(String, AbleVariable, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneMetric
 
AutotuneMetric(String, AbleVariable, AbleUserDefinedFunction, Object[]) - Constructor for class com.ibm.able.autotune.AutotuneMetric
 
AutotuneMetricCollection - class com.ibm.able.autotune.AutotuneMetricCollection.
This class contains a collection of AutotuneMetrics The metrics can be retrieved in a single Hashtable, or as a set of 4 Vectors based on metric type The entire collection of metrics can also be logged to an external file It is meant to be used as a convenience class by AutotuneAgents and Controllers
AutotuneMetricCollection() - Constructor for class com.ibm.able.autotune.AutotuneMetricCollection
 
AutotuneMetricManager - class com.ibm.able.autotune.AutotuneMetricManager.
The Autotune Metric Manager provides a unified view of all target system metrics to the controllers in the Autotune agent.
AutotuneMetricManager() - Constructor for class com.ibm.able.autotune.AutotuneMetricManager
 
AutotuneMetricOperator - class com.ibm.able.autotune.AutotuneMetricOperator.
This class performs binary relation tests against 2 AutotuneMetricValues The result is either a boolean or a double (delta) value use the test() method to check a boolean relation use the computeDelta() method to compute a difference
AutotuneMetricOperator() - Constructor for class com.ibm.able.autotune.AutotuneMetricOperator
 
AutotuneMetricTarget - class com.ibm.able.autotune.AutotuneMetricTarget.
 
AutotuneMetricTarget(AutotuneMetric) - Constructor for class com.ibm.able.autotune.AutotuneMetricTarget
 
AutotuneMetricTarget(AutotuneMetric, int, AbleLiteral) - Constructor for class com.ibm.able.autotune.AutotuneMetricTarget
 
AutotuneRemotePanel - class com.ibm.able.autotune.AutotuneRemotePanel.
This class displays a modal dialog for the selection of a remote agent.
AutotuneRemotePanel(AutotuneAgentCustomizer) - Constructor for class com.ibm.able.autotune.AutotuneRemotePanel
Create the JPanel used to display the AbleObject name, comment, file name, state, and processing options.
AutotuneServiceLevelMetric - class com.ibm.able.autotune.AutotuneServiceLevelMetric.
 
AutotuneServiceLevelMetric() - Constructor for class com.ibm.able.autotune.AutotuneServiceLevelMetric
 
AutotuneServiceLevelMetric(String) - Constructor for class com.ibm.able.autotune.AutotuneServiceLevelMetric
 
AutotuneServiceLevelMetric(String, AbleVariable) - Constructor for class com.ibm.able.autotune.AutotuneServiceLevelMetric
 
AutotuneServiceLevelMetric(String, AbleVariable, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneServiceLevelMetric
 
AutotuneTuningControlMetric - class com.ibm.able.autotune.AutotuneTuningControlMetric.
 
AutotuneTuningControlMetric() - Constructor for class com.ibm.able.autotune.AutotuneTuningControlMetric
 
AutotuneTuningControlMetric(String) - Constructor for class com.ibm.able.autotune.AutotuneTuningControlMetric
 
AutotuneTuningControlMetric(String, AbleVariable) - Constructor for class com.ibm.able.autotune.AutotuneTuningControlMetric
 
AutotuneTuningControlMetric(String, AbleVariable, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneTuningControlMetric
 
AutotuneTuningControlMetric(String, AbleVariable, AbleUserDefinedFunction, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneTuningControlMetric
 
AutotuneWorkloadMetric - class com.ibm.able.autotune.AutotuneWorkloadMetric.
 
AutotuneWorkloadMetric() - Constructor for class com.ibm.able.autotune.AutotuneWorkloadMetric
 
AutotuneWorkloadMetric(String) - Constructor for class com.ibm.able.autotune.AutotuneWorkloadMetric
 
AutotuneWorkloadMetric(String, AbleVariable) - Constructor for class com.ibm.able.autotune.AutotuneWorkloadMetric
 
AutotuneWorkloadMetric(String, AbleVariable, AbleUserDefinedFunction) - Constructor for class com.ibm.able.autotune.AutotuneWorkloadMetric
 
average(Object[]) - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2a
Given 2 parent chromosomes Average their values , creating 2 children chromosomes
AverageHeight - Static variable in class com.ibm.able.rules.ARL
Defuzzification method: Average: Take the average height point.
avgFitness - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
avgRMSError - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
avgRMSError - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
avgRMSError - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 

ABLE 2.0.0 07/02/2003 10:25:01
A B C D E F G H I J K L M N O P Q R S T U V W X Z _
(C) Copyright IBM Corporation 1999, 2003