ABLE 2.3.0 07/13/2005 14:21:00
A B C D E F G H I J K L M N O P Q R S T U V W X Y _

C

CAT_AGENTS - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Agents.
CAT_AUTOTUNE - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Autotune.
CAT_CONVERSATION - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Conversation.
CAT_DATA - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Data.
CAT_LEARNING - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Learning.
CAT_NONE - Static variable in class com.ibm.able.editor.AbleEditor
Category type: None.
CAT_PETRI - Static variable in class com.ibm.able.editor.AbleEditor
Category type: PetriNet.
CAT_PLATFORM - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Platform.
CAT_RULES - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Rules.
CAT_SAMPLES - Static variable in class com.ibm.able.editor.AbleEditor
Category type: Samples.
CEIL - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
CENTER - Static variable in class com.ibm.able.editor.AbleEditor
Slot position: Center.
CHART - Static variable in class com.ibm.able.editor.AbleInspector
 
CHILD_CP_DONE_PROPERTY - Static variable in class com.ibm.able.conversation.AbleConversation
Property name of the PropertyChangeEvent fired when a child conversation policy has just terminated.
CHILD_CP_LOADED_PROPERTY - Static variable in class com.ibm.able.conversation.AbleConversation
Property name of the PropertyChangeEvent fired when a child conversation policy has just been loaded.
CHILD_RETURN - Static variable in interface com.ibm.conversation.CpStateTransition
The transition type for child-return transitions.
CIRCLES - Static variable in class com.ibm.able.beans.AbleClusterDiagramView
 
CLOSED - Static variable in class com.ibm.able.AbleEvent
A CLOSED event is used to notify listeners that the AbleEvent.genSource object, typically an AbleDataSource or AbleDataSink, has closed and is no longer processing data.
CLOSED - Static variable in interface com.ibm.conversation.ConversationMetaData
Connection status value: indicates that the conversation setup handshake has not occurred.
COLUMN_NAMES - Static variable in interface com.ibm.able.platform.AgentLifeCycleService
The table's column names and types that this service will persist to.
COLUMN_NAMES - Static variable in interface com.ibm.able.platform.AgentLoggingService
The column names in the table that this service uses for persistence.
COLUMN_NAMES - Static variable in interface com.ibm.able.platform.PlatformSupportService
The table's column names and types that this service will persist to.
COLUMN_NAMES - Static variable in interface com.ibm.able.platform.VerifiableAgentDirectoryService
The column names and types of the table that this service will persist to.
COLUMN_NAMES - Static variable in interface com.ibm.able.platform.VerifiableAgentNamingService
The column names and types of the table that this service will persist to.
COLUMN_TYPES - Static variable in interface com.ibm.able.platform.AgentLifeCycleService
 
COLUMN_TYPES - Static variable in interface com.ibm.able.platform.AgentLoggingService
The column types in the table that this service uses for persistence.
COLUMN_TYPES - Static variable in interface com.ibm.able.platform.PlatformSupportService
 
COLUMN_TYPES - Static variable in interface com.ibm.able.platform.VerifiableAgentDirectoryService
 
COLUMN_TYPES - Static variable in interface com.ibm.able.platform.VerifiableAgentNamingService
 
COMMONBASEEVENT - Static variable in class com.ibm.able.AbleEvent
A COMMONBASEEVENT event is used to notify listeners that the AbleEvent.genSource has populated the AbleEvent.argObject value with an object that implements the CommonBaseEvent interface.
CONTROLLER_CONTROL_INDEX - Static variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
CONVERSATION_COMPLETED_PROPERTY - Static variable in class com.ibm.able.conversation.AbleConversationManager
Property name of the PropertyChangeEvent fired when a conversation is completed.
COS - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
COSH - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
CP_LAYOUT_LOADED_PROPERTY - Static variable in class com.ibm.able.conversation.AbleConversationManager
Property name of the PropertyChangeEvent fired when a conversation policy's graph-layout file is loaded.
CP_PATH_NAME - Static variable in class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Key under which the cpXML file's path name is stored in a CP's property sheet.
CP_REPOSITORY_PATH_PROPERTY - Static variable in class com.ibm.able.conversation.AblePlatformConversationAgent
Key to use when looking up or storing CP repository path in the System properties table.
CURRENT_STATE_PROPERTY - Static variable in class com.ibm.able.conversation.AbleCpStateMachineHandler
Property name of the PropertyChangeEvent fired when the state changes.
CUSTOM - Static variable in class com.ibm.able.editor.AbleInspector
 
CYCLE - Static variable in class com.ibm.able.editor.AbleEditorFrame
 
CallLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents an object that can be called, such as a user-defined function; this is a type of literal.
CallPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "call" predicate.
CategoricalVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a categorical variable.
Centroid - Static variable in class com.ibm.able.rules.ARL
Defuzzification method: Centroid: Take the center of the fuzzy region.
Changed - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's changed field.
ChangedId - Static variable in class com.ibm.able.AbleProperty
 
CharacterLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a character literal
CharacterVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a character variable
ChatterboxAgent - class com.ibm.able.examples.conversation.ChatterboxAgent.
 
ChatterboxAgent(String) - Constructor for class com.ibm.able.examples.conversation.ChatterboxAgent
Constructs a ChatterboxAgent instance, with the given display name.
ChatterboxAgent2 - class com.ibm.able.examples.conversation.ChatterboxAgent2.
The ChatterboxAgent2 class is an second example of an AblePlatformConversationAgent.
ChatterboxAgent2(String) - Constructor for class com.ibm.able.examples.conversation.ChatterboxAgent2
 
ChatterboxDemo - class com.ibm.able.examples.conversation.ChatterboxDemo.
 
ChatterboxDemo() - Constructor for class com.ibm.able.examples.conversation.ChatterboxDemo
 
ChatterboxDemo(int) - Constructor for class com.ibm.able.examples.conversation.ChatterboxDemo
 
ChatterboxDemo2 - class com.ibm.able.examples.conversation.ChatterboxDemo2.
 
ChatterboxDemo2() - Constructor for class com.ibm.able.examples.conversation.ChatterboxDemo2
 
ChatterboxDemo2(int) - Constructor for class com.ibm.able.examples.conversation.ChatterboxDemo2
 
Chest - class com.ibm.able.examples.rules.Chest.
A chest has a name, contains items and knows what can unlock it.
Chest() - Constructor for class com.ibm.able.examples.rules.Chest
 
Chest(String) - Constructor for class com.ibm.able.examples.rules.Chest
 
Chest(String, String, String) - Constructor for class com.ibm.able.examples.rules.Chest
 
ClassifyTree - class com.ibm.able.beans.decisiontree.ClassifyTree.
class ClassifyTree
ClauseWeightDefault - Static variable in class com.ibm.able.rules.AbleAntecedentClause
A default weight.
ClsDelim(String) - Static method in class com.ibm.able.Able
Return a pair of class delimiter strings based on the input class name.
CmpEq - Static variable in class com.ibm.able.data.AbleData
Operator; Compare equal to (==).
CmpGt - Static variable in class com.ibm.able.data.AbleData
Operator; Compare greater than (>).
CmpGtEq - Static variable in class com.ibm.able.data.AbleData
Operator; Compare greater than or equal to (>=).
CmpIs - Static variable in class com.ibm.able.data.AbleData
Operator; Compare fuzzy equal to (Is).
CmpLt - Static variable in class com.ibm.able.data.AbleData
Operator; Compare less than (<).
CmpLtEq - Static variable in class com.ibm.able.data.AbleData
Operator; Compare less than or equal to (<=).
CmpNeq - Static variable in class com.ibm.able.data.AbleData
Operator; Compare not equal to.
Collator - Static variable in class com.ibm.able.data.AbleData
A collator for comparing string data types.
Comment - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's comment field.
CommentId - Static variable in class com.ibm.able.AbleProperty
 
ConsultPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "consult" predicate.
ContinuousVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a continuous variable.
ControlStrategy - Static variable in class com.ibm.able.rules.ARL
Forward engine control strategy.
Conversation - interface com.ibm.conversation.Conversation.
The Conversation interface represents an object that executes one side of a conversation.
ConversationContext - interface com.ibm.conversation.ConversationContext.
The ConversationContext interface represents the current conversational context of a Conversation.
ConversationException - exception com.ibm.conversation.ConversationException.
The ConversationException class is a base class for exceptions specifically related to conversation-support errors.
ConversationException() - Constructor for class com.ibm.conversation.ConversationException
Constructs a ConversationException object.
ConversationException(String) - Constructor for class com.ibm.conversation.ConversationException
Constructs a ConversationException object with the given detail message.
ConversationManager - interface com.ibm.conversation.ConversationManager.
The ConversationManager interface represents an object that creates, initializes, and destroys Conversation objects.
ConversationMetaData - interface com.ibm.conversation.ConversationMetaData.
The ConversationMetaData interface represents information about both participants in a conversation.
ConversationPolicyHandler - interface com.ibm.conversation.ConversationPolicyHandler.
The ConversationPolicyHandler interface represents an object that executes a conversation policy.
ConversationPolicyHandlerFactory - interface com.ibm.conversation.ConversationPolicyHandlerFactory.
The ConversationPolicyHandlerFactory interface is responsible for creation and initialization of ConversationPolicyHandlers.
ConversationPolicyListener - interface com.ibm.conversation.ConversationPolicyListener.
The ConversationPolicyListener interface processes outputs from a ConversationPolicyHandler.
Copyright - Static variable in class com.ibm.able.Able
The ABLE package short copyright notice.
Copyright - Static variable in class com.ibm.able.autotune.Autotune
 
Copyright - Static variable in class com.ibm.able.beans.decisiontree.DecisionTree
 
Copyright - Static variable in class com.ibm.able.examples.AbleBeanWrapper
Provide a copyright statement for your package to satisfy intellectual property requirements.
Copyright_Long - Static variable in class com.ibm.able.Able
The ABLE package long copyright notice.
CorrelationMethod(int) - Static method in class com.ibm.able.data.AbleFuzzySet
Given a CorrelationMethod constant, return a debug string.
CorrelationMethod - Static variable in class com.ibm.able.rules.ARL
Fuzzy Correlation method: Product: scale the consequent fuzzy region using the truth of the predicate (the shape of the fuzzy region is preserved).
CorrelationMethodDefault - Static variable in class com.ibm.able.data.AbleFuzzySet
Correlation method.
CorrelationMethodMinimise - Static variable in class com.ibm.able.data.AbleFuzzySet
Correlation method: Minimise: truncates the consequent fuzzy region at the truth of the premise (creating a plateau).
CorrelationMethodProduct - Static variable in class com.ibm.able.data.AbleFuzzySet
Correlation method: Product: scales the consequent fuzzy region using the truth of the predicate (the shape of the fuzzy region is preserved).
CorrelationMethodRl(int) - Static method in class com.ibm.able.data.AbleFuzzySet
Given a CorrelationMethod constant, return a rule language string.
CorrelationMethodXml(int) - Static method in class com.ibm.able.data.AbleFuzzySet
Given a CorrelationMethod constant, return an XML string.
CpState - interface com.ibm.conversation.CpState.
The CpState interface represents a state in a CpStateMachine.
CpStateMachine - interface com.ibm.conversation.CpStateMachine.
The CpStateMachine interface represents a state machine for a conversation policy.
CpStateMachineHandler - interface com.ibm.conversation.CpStateMachineHandler.
The CpStateMachineHandler interface represents a ConversationPolicyHandler for a conversation policy represented by a CpStateMachine.
CpStateTransition - interface com.ibm.conversation.CpStateTransition.
The CpStateTransition interface represents a transition in a CPStateMachine.
CpXmlParser - class com.ibm.conversation.base.CpXmlParser.
The CpXmlParser class is responsible for reading and parsing cpXML files, then initializing CpStateMachines to match the file contents.
CpXmlParser() - Constructor for class com.ibm.conversation.base.CpXmlParser
Constructs a CpXmlParser object.
CreatedAgentEntry - Static variable in interface com.ibm.able.platform.AgentLifeCycleService
 
CreatedAgentName - Static variable in interface com.ibm.able.platform.AgentLifeCycleService
 
CustomAutonomy - Static variable in class com.ibm.able.platform.AblePlatform
Autonomy level: custom autonomy; an agent operating with this level is operating on a custom level.
Customer - class com.ibm.able.examples.rules.Customer.
A customer has a name, age, and nationality.
Customer() - Constructor for class com.ibm.able.examples.rules.Customer
 
Customer(String, int, String) - Constructor for class com.ibm.able.examples.rules.Customer
 
Customer(String, int, String, double) - Constructor for class com.ibm.able.examples.rules.Customer
 
Customer(String, int, double, int) - Constructor for class com.ibm.able.examples.rules.Customer
 
CutPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "cut" predicate.
calcBV(String, String, Integer) - Static method in class com.ibm.able.examples.rules.PolicyDemoBusinessValueCalculator
Calculates and returns a business value.
calcPosteriorProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayes
Calculate posterior probability for all the elements of the attribute-value-class table.
calcPosteriorProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
 
calcPriorClassProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayes
Calculate prior class probability from training data.
calcPriorClassProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
 
calcPriorProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayes
Calculate prior probability for all the elements of the attribute-value-class table (uniform distribution is assumed).
calcPriorProb() - Method in class com.ibm.able.beans.knn.AbleNaiveBayesDistributed
 
callIntArrayMethod(int[]) - Method in class com.ibm.able.examples.rules.TstRuleObject
 
call_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
callerConversationAccepted(Conversation, DecisionDataHandle) - Method in class com.ibm.able.conversation.AblePlatformConversationSetupLogic
 
canPaste() - Method in class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
canPaste() - Method in class com.ibm.able.editor.AbleEditorFrame
 
canonicalID(String) - Static method in class com.ibm.able.editor.AbleJarMessageHeader
Convert a message-id string to canonical form (strips off leading and trailing <>s)
changeCurrentState(String, String) - Method in class com.ibm.able.conversation.AbleCpGraphViewer
 
changeInError - Variable in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
 
changeInError - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
changeNetArchitecture(String) - Method in class com.ibm.able.beans.AbleBackPropagation
 
changeNetArchitecture(String) - Method in class com.ibm.able.beans.AbleNetwork
Change the network architecture.
changeNetArchitecture(String) - Method in class com.ibm.able.beans.AbleRadialBasisFunctionNet
 
changeNetArchitecture(String) - Method in class com.ibm.able.beans.AbleSelfOrganizingMap
 
changeNetArchitecture(String) - Method in class com.ibm.able.beans.AbleTemporalDifferenceLearning
 
changeState(CpState) - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
Changes the current state.
changed - Variable in class com.ibm.able.AbleObject
The "changed" field indicates whether the object has been changed since the last time it was saved (serialized) and hence needs to update/reset itself.
changed() - Method in class com.ibm.able.examples.ablebean.AbleFileWatcher
Check to see if the file being watched changed.
characters(char[], int, int) - Method in class com.ibm.able.rules.AbleARMLParser
 
chart - Variable in class com.ibm.able.editor.AbleInspectorContext
 
checkCondition() - Method in class com.ibm.able.examples.ablebean.AbleFileWatcher
Check to see if the condition monitored is true.
checkForPatternMatchEngine - Variable in class com.ibm.able.rules.AblePatternMatchRule
If used with the Rete' net, keep the pointer to the patternMatch engine.
checkTimePeriodPreConditions(Calendar) - Method in class com.ibm.able.rules.AbleRule
Evaluate each rule in the ruleblock against the time period preconditions.
checkTimePeriodPreConditions(Calendar) - Method in class com.ibm.able.rules.AbleRuleBlock
Evaluate each rule in the ruleblock against the time period preconditions.
checkTimePeriodPreConditions(Calendar) - Method in class com.ibm.able.rules.AbleRuleSet
Evaluate each rule in every ruleblock against the time period preconditions.
chgSupport - Variable in class com.ibm.able.AbleObject
Property change support.
chiSquare() - Method in class com.ibm.able.beans.decisiontree.EvaluationMetric
chiSquare
childReturn(String) - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
 
childReturn(String) - Method in interface com.ibm.conversation.ConversationPolicyHandler
Causes this ConversationPolicyHandler to take a child-return transition with the child-return string, if found.
children - Variable in class com.ibm.able.rules.AbleARLTreeNode
 
chkRange(double) - Method in class com.ibm.able.data.AbleContinuousVariable
 
chromosome - Variable in class com.ibm.able.beans.AbleGeneticObject
The population member's chromosome String or array
chromosomeLength - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
chromosomeLength - Variable in class com.ibm.able.beans.AbleGeneticObject
The length of the chromosome String or array
chromosomeList - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
chromosomeType - Variable in class com.ibm.able.beans.AbleGeneticObject
The type (class) of chromosome
classClass - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the initial object passed to identify the "kind" of data to be maintained is not acceptable (e.g., not an Integer or Double).
classClass - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the initial object passed to identify the "kind" of data to be maintained is not acceptable (e.g., not an Integer, Double or String).
classDouble - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as a double[].
classDouble - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in a column are doubles, and implies the content of the array in the column's DataSeries is being maintained internally is a double[].
classDoubleArray - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as a double[].
classDoubleArray - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in the column's DataSeries are being maintained internally is a double[].
classIntArray - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as an int[].
classIntArray - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in the column's DataSeries are being maintained internally is an int[].
classInteger - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as an int[].
classInteger - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in a column are ints, and implies the content of the array in the column's DataSeries is being maintained internally is an int[].
classString - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as a String[].
classString - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in a column are Strings, and implies the content of the array in the column's DataSeries is being maintained internally is a String[].
classStringArray - Static variable in class com.ibm.able.beans.AbleDataSeriesHeader
Class used to signify the content of the array is being maintained internally as a String[].
classStringArray - Static variable in class com.ibm.able.beans.AbleDataTable
Class used to signify the values in the column's DataSeries are being maintained internally is a String[].
classify(int[][], int[], int, boolean[]) - Method in class com.ibm.able.beans.bayes.NaiveBayes
Classify a record Input: data - training data in a table format where each row represents an instance, and each column represents an attribute (feature).
classify(Data) - Method in class com.ibm.able.beans.decisiontree.LearningAlgorithm
classify
classifyBatch(Data) - Method in class com.ibm.able.beans.decisiontree.DecisionTree
classifyBatch
classifyExample(int[], boolean[]) - Method in class com.ibm.able.beans.bayes.NaiveBayes
This function selects the maximum-likelihood class label given a data instance Input: instance - feature vector (discrete finite feature values represented by integers) selectedFeatures - boolean array specifying selected features (by default, null -all features included)
classifyOneExample(Data, short[]) - Method in class com.ibm.able.beans.decisiontree.DecisionTree
classifyOneExample
clause - Variable in class com.ibm.able.rules.AbleInferenceContext
 
clear() - Method in interface com.ibm.able.AbleClearable
 
clear(Iterator) - Static method in class com.ibm.able.AbleMethodAdaptor
 
clear() - Method in class com.ibm.able.AbleMethodAdaptor
 
clear() - Method in class com.ibm.able.beans.AbleDataSeries
Clears the contents of the history maintained by this object.
clear() - Method in class com.ibm.able.conversation.AbleMessageTransformFactory
Removes all entries from the table of transform classes.
clear() - Method in class com.ibm.able.data.AbleBag
 
clear() - Method in class com.ibm.able.data.AbleBuiltInVariable
 
clear() - Method in class com.ibm.able.data.AbleTypedVariable
 
clear(Iterator) - Static method in class com.ibm.able.data.AbleTypedVariableField
 
clear() - Method in class com.ibm.able.data.AbleTypedVariableField
 
clear() - Method in class com.ibm.able.examples.conversation.AbleChat3Panel
 
clear() - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
Remove all objects stored in this working memory
clear() - Method in class com.ibm.able.rules.AbleOclCollection
Removes all elements from this collection.
clear() - Method in class com.ibm.able.rules.AblePatternMatchNetwork
Remove all objects stored in this working memory
clear() - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Remove all objects stored in this working memory
clear() - Method in class com.ibm.able.rules.AbleRuleSet
Clear the ruleset of all variables and rules, clear out the trace logs, set the ruleset name to the empty string (""), and set all ruleset options to default values.
clear() - Method in interface com.ibm.able.rules.AbleWorkingMemory
Remove all objects stored in this working memory
clear(AbleWorkingMemory) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Clear all facts from the working memory
clear() - Method in interface com.ibm.conversation.CpStateMachine
Removes all roles, states, and transitions that have been added to this state machine.
clear() - Method in class com.ibm.conversation.base.BasicCpHandlerStack
Clears the stack of policy handlers.
clear() - Method in class com.ibm.conversation.base.BasicCpStateMachine
 
clearAllBreakPoints() - Method in class com.ibm.able.beans.AbleNetwork
Clear all breakpoint set on this network.
clearBindings() - Method in class com.ibm.able.data.AblePredicate
Sets all variables in this predicate to null values
clearBindings(Vector) - Method in class com.ibm.able.data.AblePredicate
Sets selected variables to null
clearBreakPoint(String, String, String) - Method in class com.ibm.able.beans.AbleNetwork
Clear the specified breakpoint from this network.
clearBreakPoint(AbleBreakPoint) - Method in class com.ibm.able.beans.AbleNetwork
Clear the specified breakpoint from this network.
clearBreakpoint() - Method in class com.ibm.able.rules.AbleRule
Remove the breakpoint from this rule
clearClipboard() - Method in class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
clearClipboard() - Method in class com.ibm.able.editor.AbleEditorFrame
 
clearLastBreakPoint() - Method in class com.ibm.able.beans.AbleNetwork
Clear the last breakpoint to fire.
clearLocalVarList() - Method in class com.ibm.able.rules.AbleRuleSet
 
clipboard - Static variable in class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
clipboard - Static variable in class com.ibm.able.editor.AbleEditorFrame
 
clone() - Method in class com.ibm.able.beans.filter.AbleTranslateOperator
 
clone() - Method in class com.ibm.able.beans.filter.AbleTranslateTemplate
 
clone() - Method in class com.ibm.able.beans.knn.TreeNode
 
clone() - Method in class com.ibm.able.rules.AbleOclOrderedSet
 
clone() - Method in class com.ibm.able.rules.AbleOclSequence
 
clone() - Method in class com.ibm.able.rules.AbleOclSet
 
close() - Method in class com.ibm.able.beans.AbleAbstractImport
Close the data source, disable data flow, and set its state to Unititiated.
close() - Method in class com.ibm.able.beans.AbleDBExport
Override the superclass Close so that the connection is closed before calling super.close().
close() - Method in class com.ibm.able.beans.AbleDBImport
Override the superclass Close so that the connection is closed before calling super.close().
close() - Method in class com.ibm.able.beans.AbleDBTable
Close the Statement and ResultSet.
close() - Method in class com.ibm.able.beans.AbleDataSet
Close the BufferedReader on the data file (if open).
close() - Method in class com.ibm.able.beans.AbleExport
Close the output file, disable data flow, and set its state to Unititiated.
close() - Method in interface com.ibm.able.beans.AbleImportData
Set the number of records in the data source
close() - Method in interface com.ibm.able.beans.AbleRemoteImportData
Set the number of records in the data source
close(String, String, AbleSecureKey) - Method in interface com.ibm.able.platform.PlatformPersistenceService
Closes all connections, both the AbleDBImport and AbleDBExport beans for this database table.
close(String, String, AbleSecureKey) - Method in interface com.ibm.able.platform.RmiPlatformPersistenceService
Closes all connections, both the AbleDBImport and AbleDBExport beans for this database table.
close(String, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiPlatformPersistenceServiceProxy
 
close(String, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiPlatformPersistenceSystem
 
closeButton - Variable in class com.ibm.able.editor.AblePrintPreviewDialog
 
closeConversation(String) - Method in class com.ibm.able.conversation.AbleConversationManager
 
closeConversation(String, AbleSecureKey) - Method in class com.ibm.able.platform.RMIVerifiableNamingProxy
 
closeConversation(String, AbleSecureKey) - Method in interface com.ibm.able.platform.RMIVerifiableNamingService
Cleanup if a request is made to end a conversation.
closeConversation(String, AbleSecureKey) - Method in class com.ibm.able.platform.RMIVerifiableNamingSystem
 
closeConversation(String, AbleSecureKey) - Method in interface com.ibm.able.platform.VerifiableAgentNamingService
Cleanup if a request is made to end a conversation.
closeConversation(String) - Method in interface com.ibm.conversation.ConversationManager
Ends the conversation with the given ID.
closeCustomizer() - Method in class com.ibm.able.editor.AbleViewObject
Dispose of customizer windows.
closeDevice() - Method in class com.ibm.able.AbleJTextAreaHandler
Closes the device to which the handler is sending its log entries and sets the deviceOpen flag to false.
closeLogDataFile() - Method in class com.ibm.able.autotune.AutotuneMetricCollection
close a previously opened log data file
clsName - Static variable in class com.ibm.able.beans.AbleDataMap
 
clsNm() - Method in class com.ibm.able.AbleDefaultAgent
Returns the name of this class for easy inclusion in exceptions.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleBooleanLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleBooleanVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleGenericLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableStringField
Comparison, equal to: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpGt(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
 
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, greater than: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpGtEq(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
 
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpGtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, greater than or equal to: compare the current value of this data object to the current value of theRhs.
cmpIs(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
cmpIs(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
cmpIs(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
cmpIs(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpIs(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, fuzzy equal to: compare the current value of this data object to the current value of theRhs.
cmpIs(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
 
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpLt(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
 
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLt(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, less than: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpLtEq(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
 
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpLtEq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, less than or equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleArrayLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleBooleanLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleBooleanVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleDiscreteVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleGenericLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cmpNeq(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleTimeStampVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
cmpNeq(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Comparison, not equal to: compare the current value of this data object to the current value of theRhs.
collect(AbleSelector) - Method in class com.ibm.able.rules.AbleOclCollection
Collects and returns the values returned when the specified expression is evaluated against each element of this collection.
collect(AbleOclCollection) - Method in class com.ibm.able.rules.AbleSelector
Collect the values returned when the expression is evaluated against each element of the specified collection.
colors - Static variable in class com.ibm.able.examples.ableagent.SimpleAbleAgent
 
column - Variable in class com.ibm.able.data.AbleCategoricalField
An index representing this field's position in a record.
column - Variable in class com.ibm.able.data.AbleDiscreteField
An index representing this field's position in a record.
column - Variable in class com.ibm.able.data.AbleGenericField
An index representing this field's position in a record.
column - Variable in class com.ibm.able.rules.AbleParException
The column number in the line from the text file which contains the problem.
columnNameList - Variable in class com.ibm.able.beans.AbleDataSetPanel
 
com.ibm.able - package com.ibm.able
The com.ibm.able package provides core interfaces and base classes to construct local and remote AbleBeans and AbleAgents.
com.ibm.able.agents - package com.ibm.able.agents
The AGENTS package provides a set of agents extending AbleDefaultAgent which contain AbleBean components.
com.ibm.able.autotune - package com.ibm.able.autotune
AutoTune is an agent-based approach to automated tuning that does not require prior knowledge of the controlled system that is being tuned.
com.ibm.able.beans - package com.ibm.able.beans
The BEANS package provides a set of interfaces and objects which implement components ranging from simple file i/o to intelligent learning algorithms.
com.ibm.able.beans.bayes - package com.ibm.able.beans.bayes
The Bayes package provides a classifer network that uses the Naive Bayes algorithm.
com.ibm.able.beans.decisiontree - package com.ibm.able.beans.decisiontree
The Decision Tree package is used to develop rules for classifying objects.
com.ibm.able.beans.filter - package com.ibm.able.beans.filter
The com.ibm.able.beans.filter package provides a set of objects implementing a template based scaling and transformation of data for use by neural networks and other beans.
com.ibm.able.beans.knn - package com.ibm.able.beans.knn
The knn package contains the k Nearest Neighbors (k-NN) learning algorithm  for classifying objects.
com.ibm.able.beans.petrinet - package com.ibm.able.beans.petrinet
The PetriNet package provides a set of objects which implement PetriNet components for places, nodes, transitions, and arcs.
com.ibm.able.conversation - package com.ibm.able.conversation
This package contains ABLE's conversation support subsystem.
com.ibm.able.data - package com.ibm.able.data
The ABLE data package defines classes for literals (constants) and variables used in expressions holding Java and user-defined data types as well as operators which can be applied to them.
com.ibm.able.editor - package com.ibm.able.editor
The EDITOR package provides a set of objects that implement a GUI development environment for constructing hybrid intelligent agents using AbleBeans and AbleAgents as components.
com.ibm.able.examples - package com.ibm.able.examples
Sample beans and agents are loaded from the ableexamples.jar file and placed on the Samples palette when the Able Agent Editor starts.
com.ibm.able.examples.ableagent - package com.ibm.able.examples.ableagent
SimpleAbleAgent - How to create a custom AbleAgent.
com.ibm.able.examples.ablebean - package com.ibm.able.examples.ablebean
SimpleAbleBean - How to create a custom AbleBean.
com.ibm.able.examples.bayes - package com.ibm.able.examples.bayes
The bayesian example package....
com.ibm.able.examples.conversation - package com.ibm.able.examples.conversation
This package contains an example of conversational ABLE agents called the "ChatterboxDemo", in which two agents exchange messages in a chat session.
com.ibm.able.examples.decisiontree - package com.ibm.able.examples.decisiontree
The decision tree example package....
com.ibm.able.examples.genetic - package com.ibm.able.examples.genetic
The ABLE genetic examples....
com.ibm.able.examples.rules - package com.ibm.able.examples.rules
The rules Examples package contains a number of different types of examples.
com.ibm.able.platform - package com.ibm.able.platform
The com.ibm.able.platform package provides a set of classes that allows a distributed platform consisting of platform services and agents to be configured and run across physical systems.
com.ibm.able.rules - package com.ibm.able.rules
The rules package defines the ABLE rule language; various inferencing engines; objects and APIs for creating and running rulesets under program control.
com.ibm.conversation - package com.ibm.conversation
The com.ibm.conversation package defines the core interfaces of a conversation-management system.
com.ibm.conversation.base - package com.ibm.conversation.base
The com.ibm.conversation.base package contains straightforward, vanilla-Java implementations of some of the conversation-management system interfaces defined in package com.ibm.conversation, plus some simple helper classes.
comment - Variable in class com.ibm.able.AbleObject
The "comment" provides a place to associate a description of this object.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Compute, divide the current value of this data object by the current value of theRhs.
compDivide(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Compute, divide the current value of this data object by the current value of theRhs.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Compute, subtract the current value of theRhs from the current value of this object.
compMinus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Compute, subtract the current value of theRhs from the current value of this object.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, modulo - return the remainder of a divide the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, modulo - return the remainder of a divide the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, modulo - return the remainder of a divide the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compModulo(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Compute, modulo - divide (without remainder) the current int value of this data object by the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Compute, multiply the current value of this data object to the current value of theRhs.
compMultiply(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Compute, multiply the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleArrayVariableExpression
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Compute, add the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleCategoricalVariable
Compute, concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleCharacterLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleCharacterVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleStringLiteral
Compute, concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleStringVariable
Compute, concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compPlus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariableField
Compute, add or concatenate the current value of this data object to the current value of theRhs.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleArrayLengthLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleByteLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleByteVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleCallLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleContinuousVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleDoubleVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleExpressionVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleFloatLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleFloatVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleFuzzyVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleIntegerVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleLhs
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleLongLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleLongVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in interface com.ibm.able.data.AbleRd
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleShortLiteral
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleShortVariable
Compute, the unary minus of the current value of this object.
compUnaryMinus(AbleRd) - Method in class com.ibm.able.data.AbleTypedVariable
Compute, the unary minus of the current value of this object.
compare(Object, Object) - Method in class com.ibm.able.rules.AblePatternMatchEngine.patternMatchRuleComparator
 
compareTrustLevel(String, int, String) - Method in class com.ibm.able.platform.AblePlatformPreferences
Compares two trust levels by alias.
compileNetwork(AbleRuleBlock) - Method in class com.ibm.able.rules.AblePatternMatchNetwork
Build a pattern match network from a set of when/do rules
computeControlActions() - Method in interface com.ibm.able.autotune.AutotuneController
Compute the control actions for the target system or application.
computeControlActions() - Method in class com.ibm.able.autotune.BaseAutotuneController
compute the control actions for the target system or application
computeControlActions() - Method in class com.ibm.able.autotune.BasicNeuralAutotuneController
compute the control actions for the target system or application by doing a forward pass through the controller neural network
computeControlActions() - Method in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
compute the control actions for the target system or application
computeControlActions() - Method in class com.ibm.able.autotune.Neural2WayLoadBalanceController
compute the control actions for the target system or application by doing a forward pass through the controller neural network
computeDelta(AbleLiteral, AbleLiteral) - Method in class com.ibm.able.autotune.AutotuneMetricOperator
Compute the error or difference between a metric value and a target value The error can be computed in 3 ways: DELTA_AT : actual - target DELTA_TA : target - actual DELTA_ABS : absolute value of (actual - target)
computeDelta() - Method in class com.ibm.able.autotune.AutotuneMetricTarget
compute the error between a metric value and a target
computeError() - Method in class com.ibm.able.autotune.AutotuneServiceLevelMetric
 
computeErrors() - Method in interface com.ibm.able.autotune.AutotuneController
Compute the differences between actual and desired service levels for one or more service level metrics.
computeErrors() - Method in class com.ibm.able.autotune.BaseAutotuneController
compute the differences between actual and desired service levels for one or more service level metrics
computeErrors() - Method in class com.ibm.able.autotune.BasicNeuralAutotuneController
compute the differences between actual and desired service levels for one or more service level metrics
computeErrors() - Method in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
compute the differences between actual and desired service levels for one or more service level metrics
computeErrors() - Method in class com.ibm.able.autotune.Neural2WayLoadBalanceController
compute the differences between actual and desired service levels for one or more service level metrics
computeFitness() - Method in class com.ibm.able.beans.AbleGeneticObject
compute the fitness value for this population member Note: this could be an expensive operation
computeFitness() - Method in class com.ibm.able.examples.genetic.TstGeneticFunction1
just add up the number of ones in the chromosome
computeFitness() - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2
just add up the number of ones in the chromosome
computeFitness() - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2a
just add up the number of ones in the chromosome
computeFitness() - Method in class com.ibm.able.examples.genetic.TstGeneticFunction3
just add up the number of ones in the chromosome
computeNumRowsPerPage(PageFormat) - Method in class com.ibm.able.editor.AbleInspector
Printing helper function - compute the number of rows of text that can be printed per page
computeStatistics - Variable in class com.ibm.able.beans.AbleAbstractImport
A boolean indicating that metadata is to be opened and field statistics are to be computed when the data source is opened.
computeStatistics(Object) - Method in class com.ibm.able.data.AbleCategoricalField
Add unique symbols to a symbol table and maintain a dictionary of legal values.
computeStatistics(Object) - Method in class com.ibm.able.data.AbleContinuousField
Add another value to the field.
computeStatistics(Object) - Method in class com.ibm.able.data.AbleDiscreteField
Add unique discrete values to a symbol table and maintain a dictionary of legal values as well as the field minimum and maxium.
computeStatistics(Object) - Method in interface com.ibm.able.data.AbleField
Compute statistics as appropriate for the field data type.
computeStatistics(Object) - Method in class com.ibm.able.data.AbleGenericField
 
computeStatistics() - Method in class com.ibm.able.editor.AbleInspectorData
Compute the statistics on the selected data Format a display string and return it for display in the text area
conditionalRulesValid(AbleRuleSet, AbleRuleBlock) - Static method in class com.ibm.able.rules.AbleInferenceEngine
Make sure the conditional rules in a ruleblock are "executable".
confidence - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
configurationMetrics - Variable in class com.ibm.able.autotune.AutotuneMetricCollection
 
configureFor(MessageDescription) - Method in interface com.ibm.conversation.MessageTransform
Attempts to configure this MessageTransform to fit the given message description.
configuredAgentSystems() - Method in class com.ibm.able.platform.AblePlatformPreferences
Returns a sorted set of strings naming the systems on which agents can possibly run.
configuredAgentTypes() - Method in class com.ibm.able.platform.AblePlatformPreferences
Returns a sorted set of strings naming the types of possible agents.
configuredForAns(String) - Method in class com.ibm.able.platform.AblePlatformPreferences
Determines whether the specified AgentPool is configured to run the Agent Naming Service, and if it is, returns the ServiceEntry_ for that service.
configuredHostPort(String, String, String) - Method in class com.ibm.able.platform.AblePlatformPreferences
Determines whether the system specified by the input parameters matches an AgentPool definition in the platform preference file, and if so, returns the matching AgentPool.
configuredServices() - Method in class com.ibm.able.platform.AblePlatformPreferences
Gets all services configured to run anywhere on the platform.
configuredServices(String) - Method in class com.ibm.able.platform.AblePlatformPreferences
Gets all services configured to run in the specified AgentPool.
conflictSet - Variable in class com.ibm.able.rules.AblePatternMatchEngine
 
connection - Variable in class com.ibm.able.beans.AbleDBImport
The SQL connection.
connectionInProgress - Variable in class com.ibm.able.editor.AbleEditorCanvas
 
constraintExpr - Variable in class com.ibm.able.rules.AbleSelector
 
constraints - Variable in class com.ibm.able.rules.AbleSelector
 
consult_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
containerType - Variable in class com.ibm.able.examples.rules.Grocery
 
contains(String) - Method in class com.ibm.able.examples.rules.ShoppingCart
 
contains(Object) - Method in class com.ibm.able.rules.AbleOclCollection
Determines whether this collection contains the specified element.
contains(Calendar) - Method in class com.ibm.able.rules.AbleTimePeriod
Tests to see if the time provided falls between the start and end date/times in this time period.
containsAll(Collection) - Method in class com.ibm.able.rules.AbleOclCollection
Determines whether this collection contains all of the elements in the specified collection.
containsBean(AbleBean) - Method in interface com.ibm.able.AbleBeanContainer
Indicates if a specific bean is present.
containsBean(String) - Method in interface com.ibm.able.AbleBeanContainer
Indicates if a bean with a specific name is present.
containsBean(AbleBean) - Method in interface com.ibm.able.AbleBeanRemoteContainer
Indicates if a specific bean is contained is present.
containsBean(String) - Method in interface com.ibm.able.AbleBeanRemoteContainer
Indicates if a bean with a specific name is present.
containsBean(AbleBean) - Method in class com.ibm.able.AbleDefaultAgent
 
containsBean(String) - Method in class com.ibm.able.AbleDefaultAgent
 
containsRemoteBean(AbleRemoteBean) - Method in interface com.ibm.able.AbleRemoteBeanRemoteContainer
Indicates if a specific bean is contained is present.
containsRemoteBean(String) - Method in interface com.ibm.able.AbleRemoteBeanRemoteContainer
Indicates if a bean with a specific name is present.
containsUserDefinedFunction(String, int) - Method in class com.ibm.able.AbleDefaultAgent
 
containsUserDefinedFunction(String, int) - Method in interface com.ibm.able.AbleUserDefinedFunctionManager
Indicates if the master list of user-defined functions contains a user-defined function with the specified name and arity.
containsUserDefinedFunction(String, int) - Method in interface com.ibm.able.AbleUserDefinedFunctionRemoteManager
Indicates if the master list of user-defined functions contains a user-defined function with the specified name and arity.
containsUserDefinedFunction(String, int) - Method in class com.ibm.able.rules.AbleRuleSet
Determine whether the master list of user-defined functions contains a user-defined function with the specified name and arity.
contentsAsString() - Method in class com.ibm.able.beans.AbleDataSeries
Method that returns the contents of the history maintained by this object as a String of comma separated values.
contentsAsString(int) - Method in class com.ibm.able.beans.AbleDataSeries
Method that returns the contents of the history maintained by this object as a String of comma separated values.
contentsAsString() - Method in class com.ibm.able.examples.rules.GroceryBag
 
contextInfo() - Method in class com.ibm.able.beans.decisiontree.EvaluationMetric
contextInfo
contextString() - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
Returns a one-line string giving role and current state.
continue1(String) - Method in class com.ibm.able.examples.conversation.AbleChat3Panel
 
continue2(String) - Method in class com.ibm.able.examples.conversation.AbleChat3Panel
 
controller - Variable in class com.ibm.able.autotune.BasicNeuralAutotuneController
 
controller - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
controllerControlIndex - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
controllerDataSetFileName - Variable in class com.ibm.able.autotune.BasicNeuralAutotuneController
 
controllerDataSetFileName - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
controllerRate - Variable in class com.ibm.able.autotune.AutotuneAgent
The rate at which the agent's masterController is processed; in milliseconds.
controls - Variable in class com.ibm.able.autotune.BasicNeuralAutotuneController
 
controls - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
conversationAccepted(Conversation, DecisionDataHandle) - Method in class com.ibm.able.conversation.AblePlatformConversationSetupLogic
Decision-logic callback for when the other agent has accepted this agent's request to start a conversation.
conversationManager - Variable in class com.ibm.able.conversation.AblePlatformConversationAgent
The manager for this agent's conversations.
conversationOver(Conversation, DecisionDataHandle) - Method in class com.ibm.able.conversation.AblePlatformConversationSetupLogic
Decision-logic callback for when the conversation has ended.
conversationRequested(Conversation, DecisionDataHandle) - Method in class com.ibm.able.conversation.AblePlatformConversationSetupLogic
Decision-logic callback for the second pbase of conversation setup.
convertAblePredicateToGroundP4JPredicate(AblePredicate) - Method in class com.ibm.able.rules.AblePlanningEngine
Take an AblePredicate as input and convert it into a ground planner4J predicate.
convertExprToPredicateList(AbleExpression) - Method in class com.ibm.able.rules.AblePlanningEngine
Takes an AbleExpression representing the preconditions of a planning rule and converts it to a list of AblePredicates.
convertExpressionToClauses(AbleRuleSet) - Method in class com.ibm.able.rules.AbleSelector
Convert the constraintExpression to a Vector of AbleAntecedentClauses
convertPlanToExecutableForm() - Method in class com.ibm.able.rules.AblePlanningEngine
 
convertPlanToStringForm() - Method in class com.ibm.able.rules.AblePlanningEngine
 
convertToAbleRules() - Method in class com.ibm.able.rules.AbleTreeRule
 
convertToConjunctiveNormalForm() - Method in class com.ibm.able.data.AbleExpression
Convert this Expression into conjunctive normal form a list of ANDed AbleExpressions
convertToConjunctiveNormalForm(AbleExpression, AbleRuleSet) - Static method in class com.ibm.able.rules.AbleRuleSet
Convert an Expression into conjunctive normal form a list of AbleAntecedentClauses (which may contain Expressions)
convertToDisjunctiveNormalForm() - Method in class com.ibm.able.data.AbleExpression
Convert this Expression into disjunctive normal form a list of ORed AbleExpressions
convertToRules() - Method in class com.ibm.able.rules.AbleTree
Take an ARML table/tree model and convert it into a set of if/then rules.
copy(AbleTranslateTemplate) - Method in class com.ibm.able.beans.filter.AbleTranslateEditorFrame
 
copy(AbleBean) - Method in class com.ibm.able.editor.AbleEditorFrame
 
copyId - Static variable in class com.ibm.able.rules.AblePredicateRule
 
copyInfo() - Method in class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
copyTestData() - Method in class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
copyTrainData() - Method in class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
cosDataSeries() - Method in class com.ibm.able.beans.AbleDataSeries
cosDataSeries takes the cosine of each of the values in this DataSeries, storing the result in this DataSeries.
count(Object) - Method in class com.ibm.able.rules.AbleOclCollection
Counts the number of times that the specified object occurs in this collection.
countErrorsBatch(int, short[][], short[]) - Method in class com.ibm.able.beans.decisiontree.ClassifyTree
countErrorsBatch
countNoLines(ByteArrayInputStream) - Method in class com.ibm.able.beans.decisiontree.FunctionsOnStream
countNoVectors
countNonContiguousTHold(double[], Double, String) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method that counts the values in the passed double array (double[]) that meet the comparison defined by strComparator to the passed threshold (e.g., # values GE 2.0)
countNonContiguousTHold(double[], Double, Double) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method that counts the values in the passed double array (double[]) that meet the comparison defined by strComparator to the passed threshold (e.g., # values GE 2.0)
countNonContiguousTHold(double[], double, int) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method that counts the values in the passed double array (double[]) that meet the comparison defined by strComparator to the passed threshold (e.g., # values GE 2.0)
cpDone(String) - Method in interface com.ibm.conversation.ConversationPolicyListener
Processes a conversation-policy-done output from the ConversationPolicyHandler.
cpLoad(String, String) - Method in interface com.ibm.conversation.ConversationPolicyListener
Processes a load-conversation-policy output from the ConversationPolicyHandler.
createAbleExpression(Vector) - Method in class com.ibm.able.rules.AbleTreeRule
Take an array of Expressions and construct a single conjunction AbleExpression
createAbleField(AbleFieldDefinition) - Method in class com.ibm.able.beans.AbleDBTable
Construct a corresponding AbleField from an AbleFieldDefinition.
createAbleField(AbleFieldDefinition) - Method in class com.ibm.able.beans.AbleDataSet
Construct a corresponding AbleField from an AbleFieldDefinition.
createAgentDescription() - Method in class com.ibm.able.platform.RMIVerifiableDirectoryProxy
 
createAgentDescription() - Method in interface com.ibm.able.platform.RMIVerifiableDirectoryService
The original createAgentDescription method off of the AgentDirectoryService is still being exposed.
createAgentDescription() - Method in class com.ibm.able.platform.RMIVerifiableDirectorySystem
 
createAgentInstance(AbleAgentClassDescription, String, AbleSecureKey) - Method in interface com.ibm.able.platform.AgentLifeCycleService
Creates an instance of an agent in a specified agent pool.
createAgentInstance(AbleAgentClassDescription, String, AbleSecureKey) - Method in interface com.ibm.able.platform.RmiAgentLifeCycleService
Creates an instance of an agent in a specified agent pool.
createAgentInstance(AbleAgentClassDescription, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleServiceProxy
 
createAgentInstance(AbleAgentClassDescription, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleSystem
 
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, AbleSecureKey) - Method in interface com.ibm.able.platform.AgentLifeCycleService
Creates an instance of an agent in a specified agent pool and initializes the agent using parameters found in the specified AbleAgentClassDescription.
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, Object, AbleSecureKey) - Method in interface com.ibm.able.platform.AgentLifeCycleService
Creates an instance of an agent in a specified agent pool and initializes the agent using the specified parameters.
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, AbleSecureKey) - Method in interface com.ibm.able.platform.RmiAgentLifeCycleService
Creates an instance of an agent in a specified agent pool and initializes the agent using parameters found in the specified AbleAgentClassDescription.
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, Object, AbleSecureKey) - Method in interface com.ibm.able.platform.RmiAgentLifeCycleService
Creates an instance of an agent in a specified agent pool and initializes the agent using the specified parameters.
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleServiceProxy
 
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, Object, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleServiceProxy
 
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleSystem
 
createAgentInstanceAndInitialize(AbleAgentClassDescription, String, Object, AbleSecureKey) - Method in class com.ibm.able.platform.RmiAgentLifeCycleSystem
 
createAgentName() - Method in class com.ibm.able.platform.RMIVerifiableNamingProxy
 
createAgentName(PublicKey, String, String) - Method in class com.ibm.able.platform.RMIVerifiableNamingProxy
 
createAgentName(PublicKey, String, String, AbleSecureKey) - Method in class com.ibm.able.platform.RMIVerifiableNamingProxy
 
createAgentName(PublicKey, String, String, AbleSecureKey) - Method in interface com.ibm.able.platform.RMIVerifiableNamingService
The platform must be running secure for this method to succeed.
createAgentName(PublicKey, String, String, AbleSecureKey) - Method in class com.ibm.able.platform.RMIVerifiableNamingSystem
 
createAgentName(PublicKey, String, String) - Method in interface com.ibm.able.platform.VerifiableAgentNamingService
The platform must be running secure for this method to succeed.
createAgentName(PublicKey, String, String, AbleSecureKey) - Method in interface com.ibm.able.platform.VerifiableAgentNamingService
The platform must be running secure for this method to succeed.
createAgentSituationReport(Serializable, AbleAgentCapability, AbleAgentSituation, AbleMessageContainer, AbleMessageContainer, AbleMessageContainer, boolean) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
Helper method used to create an AgentSituationReport for this agent.
createArrayExpressionLiteral(String, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleArrayVariableExpression object (AbleRd) which represents an Array variable with an index expression.
createBook() - Method in class com.ibm.able.editor.AbleInspector
Create a Book document for use by print preview dialog
createCallLiteral(String, Vector) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleCallLiteral (AbleRd) object which represents a function call with arguments.
createChild(Object) - Method in class com.ibm.able.agents.AbleGeneticSearchAgent
Given a prospective chromosome a) see if dups are allowed and if it is unique b) if ok, create a child genetic object from the chromsome and initialize the associated bean (if any)
createChildren(Object[]) - Method in class com.ibm.able.agents.AbleGeneticSearchAgent
Given a newly derived chromosome(s), create a new population member(s) and initialize it/them.
createClassWithFields(String, String, String[]) - Method in class com.ibm.able.rules.AbleByteCodeClassBuilder
Create a Class object that contains fields of the specified types and specified names.
createConnection(AbleViewObject, AbleViewObject) - Static method in class com.ibm.able.editor.AbleEditorFrame
Create a new buffer connection
createConversationId() - Method in class com.ibm.able.conversation.AbleConversationManager
Creates a new conversation ID unique to this ConversationManager.
createDecisionLogic(String, String) - Method in class com.ibm.conversation.base.BasicDecisionLogicAdapterFactory
Creates and returns a new DecisionLogicAdapter for the (policyName, role) pair.
createFixedIntervals(short) - Method in class com.ibm.able.beans.decisiontree.Discretize
fixedIntervals
createFuzzySet(AbleFuzzyVariable, String, String, Vector, double, boolean) - Method in class com.ibm.able.rules.AbleRuleSet
Create a FuzzySet of the specified type and add it to a FuzzyVariable.
createFuzzySetLiteral(String, AbleRd, String) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleFuzzySet literal (AbleRd) object.
createInitializer(AbleDataContext, Vector, String) - Static method in class com.ibm.able.data.AbleCategoricalVariable
Contruct an initializer for a Categorical variable
createInitializer(AbleDataContext, double, double, double) - Static method in class com.ibm.able.data.AbleContinuousVariable
Construct an initializer for a Continuous variable
createInitializer(AbleDataContext, double, double) - Static method in class com.ibm.able.data.AbleContinuousVariable
Construct an initializer for a Continuous variable
createInitializer(AbleDataContext, Vector, double) - Static method in class com.ibm.able.data.AbleDiscreteVariable
Contruct an initializer for a Discrete variable
createInitializer(AbleDataContext, Vector) - Static method in class com.ibm.able.data.AbleDiscreteVariable
Contruct an initializer for a Discrete variable
createInsecureName() - Method in interface com.ibm.able.platform.RMIVerifiableNamingService
Creates a new Globally Unique Identifier, an AgentName.
createInsecureName() - Method in class com.ibm.able.platform.RMIVerifiableNamingSystem
 
createInstance() - Method in class com.ibm.able.data.AbleNewObjectLiteral
Create the new object instance
createInstance() - Method in class com.ibm.able.rules.AbleRuleSetTemplate
Construct an instance of a new AbleRuleSet object from this ruleset template and its bound template variables.
createInstance() - Method in class com.ibm.able.rules.AbleRuleTemplate
Given a list of bound template variables, construct an instance of a new AbleRule object from the template rule.
createLiteral(int, String) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleRd object literal suitable for use in an AbleExpression, and AbleClause or an AbleRule.
createLoader(String, String) - Static method in class com.ibm.able.editor.AbleClassLoader
Returns an InputStream on the resource
createLocatorAndBindToMethod(String, AbleUserDefinedFunction) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
This is a helper method for AblePlatformDefaultAgent.loadAgentDescriptionWithBaseLocators().
createMatchClause(Hashtable) - Method in class com.ibm.able.rules.AbleAntecedentClause
Create a duplicate of this clause using replacement vars
createMatchClause(Hashtable) - Method in class com.ibm.able.rules.AbleConsequentClause
Create a duplicate of this clause using replacement vars
createMatchExpression(Hashtable) - Method in class com.ibm.able.data.AbleExpression
Create a duplicate of this expression using replacement vars
createMatchFact() - Method in class com.ibm.able.rules.AblePredicateFact
Create a duplicate of this rule with new variables
createMatchLiteral(Hashtable) - Method in class com.ibm.able.data.AbleCallLiteral
Create a duplicate of this method literal using replacement vars
createMatchLiteral(Hashtable) - Method in class com.ibm.able.data.AbleTypedVariableCompoundLiteral
Create a duplicate of this method literal using replacement vars
createMatchLiteral(Hashtable) - Method in class com.ibm.able.data.AbleTypedVariableMethodLiteral
Create a duplicate of this method literal using replacement vars
createMatchPredicate(Hashtable) - Method in class com.ibm.able.data.AblePredicate
Create a copy of this predicate with unbound copies of any variables This copy is used in the match() method in AblePredicateEngine
createMatchRule() - Method in class com.ibm.able.rules.AblePredicateRule
Create a duplicate of this rule with new variables
createMessage() - Method in class com.ibm.able.conversation.AblePlatformMessageSystemAdapter
 
createMessage() - Method in interface com.ibm.conversation.MessageSystemAdapter
Creates and returns an instance of a message of the type that can be delivered by this MessageSystemAdapter.
createMetaData() - Method in class com.ibm.able.conversation.AblePlatformConversationAgent
Creates and returns a ConversationMetaData object compatible with this agent's messaging system, for use in creating a new Conversation.
createNetwork(int, int, int, int, int, int) - Method in class com.ibm.able.beans.AbleBackPropagation
create a Back Propagation network with the specified architecture
createNetwork(int, int, int) - Method in class com.ibm.able.beans.AbleRadialBasisFunctionNet
create a Radial Basis Function network with the specified architecture
createNetwork(int, int, int) - Method in class com.ibm.able.beans.AbleSelfOrganizingMap
create a Back Propagation network with the specified architecture
createNetwork(int, int, int, int, int, int) - Method in class com.ibm.able.beans.AbleTemporalDifferenceLearning
create a Back Propagation network with the specified architecture
createNetworkSelectors(AbleRuleSet) - Method in class com.ibm.able.rules.AblePatternMatchRule
Create a duplicate set of Selectors, with duplicate expressions as constraints and using duplicate selector variables.
createNetworkSelectors2(AbleRuleSet) - Method in class com.ibm.able.rules.AblePatternMatchRule
Create a duplicate set of Selectors, with clauses rather than expressions as constraints and using duplicate selector variables.
createNewMembers() - Method in class com.ibm.able.agents.AbleGeneticSearchAgent
Generate replacementSize population members through application of genetic operators.
createNewObjectLiteral(String, Vector, String, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleRd object suitable for use on the right-hand side of an AbleClause.
createOrReplaceInstance(boolean) - Method in class com.ibm.able.rules.AbleRuleTemplate
Given a list of bound template variables, construct an instance of a new AbleRule object from the template rule.
createPane(Conversation) - Method in class com.ibm.able.examples.conversation.AbleChat3GuiLogic
 
createRdObject(int, String, Vector, AbleRd, String, String, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleRd object suitable for use in AbleRules.
createRuleFromTemplate(AbleRuleTemplate, boolean) - Method in class com.ibm.able.rules.AbleRuleSet
Create a new rule (or replace an existing one) using the rule template and its bound template variable values
createRuleSet() - Method in class com.ibm.able.beans.petrinet.AblePetriNet
 
createRuleSetFromTemplate(AbleRuleSetTemplate) - Method in class com.ibm.able.rules.AbleRuleSet
Create a new ruleset from a template using the template and its bound template variable values
createServerSocket(int) - Method in class com.ibm.able.AbleSocketFactory
Create a ServerSocket on the specified port.
createSocket(String, int) - Method in class com.ibm.able.AbleSocketFactory
Create a client Socket connected to the specified host and port.
createTable(String[], String[]) - Method in class com.ibm.able.beans.AbleDBExport
 
createTableConnection(String, String, String, String[], String[], AbleSecureKey, boolean) - Method in interface com.ibm.able.platform.PlatformPersistenceService
This creates an AbleDBExport and optionally an AbleDBImport bean and the table these beans will be dealing with if the table does not already exist.
createTableConnection(String, String, String, String[], String[], AbleSecureKey, boolean) - Method in interface com.ibm.able.platform.RmiPlatformPersistenceService
This creates an AbleDBExport and optionally an AbleDBImport bean and the table these beans will be dealing with if the table does not already exist.
createTableConnection(String, String, String, String[], String[], AbleSecureKey, boolean) - Method in class com.ibm.able.platform.RmiPlatformPersistenceServiceProxy
 
createTableConnection(String, String, String, String[], String[], AbleSecureKey, boolean) - Method in class com.ibm.able.platform.RmiPlatformPersistenceSystem
 
createTarget(String, String, Object) - Method in class com.ibm.able.conversation.AbleRemoteUdfDecisionLogicAdapter
Helper routine to create and register as a UDF the given target for the given decision callback.
createTimeStampLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
Given a string representation of a timestamp (date/time) create a TimeStampLiteral from it
createTransportMessage(ConversationMetaData, MessageHandle) - Method in class com.ibm.able.conversation.AblePlatformMessageSystemAdapter
Creates a TransportMessage out of the given MetaData and MessageHandle.
createUdf(String, Object, String, Class[]) - Method in class com.ibm.able.conversation.AbleRemoteUdfDecisionLogicAdapter
Helper routine to create a new UDF and register it with the UDF Manager.
createVariableCompoundLiteral(String, Vector) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleTypedVariableMethodLiteral object, which represents a method call with arguments on an AbleTypedVariable.
createVariableFieldLiteral(String, String) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleTypedVariableField object which represents a data member (field) of the object contained by an AbleTypedVariable.
createVariableMethodLiteral(String, Vector, String) - Method in class com.ibm.able.rules.AbleRuleSet
Create an AbleTypedVariableMethodLiteral object, which represents a method call with arguments on an AbleTypedVariable.
crossoverRate - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
crossoverRate - Variable in class com.ibm.able.beans.AbleGeneticObject
The crossoverRate -- probability of doing a crossover once a crossover operator is selected
ctorBuiltInHelper() - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
ctorInitTemplateVarList() - Method in class com.ibm.able.rules.AbleRuleSetTemplate
Prepend 2 template variables, one for the ruleset name, and one for the ruleset comment The ruleset comment is the first {0} replacement variable The ruleset label is the second {1} replacement variable
ctorInitTemplateVarList() - Method in class com.ibm.able.rules.AbleRuleTemplate
Prepend 2 template variables, one for the rule label, and one for the rule comment The rule comment is the first {0} replacement variable The rule label is the second {1} replacement variable
currentExample - Variable in class com.ibm.able.beans.decisiontree.AbleDecisionTree
 
customViewData - Variable in class com.ibm.able.editor.AbleInspectorContext
 
cutTable - Variable in class com.ibm.able.rules.AblePredicateEngine
 
cvtArgs(Vector) - Method in class com.ibm.able.data.AbleCallLiteral
 
cvtArgs(Vector) - Method in class com.ibm.able.data.AbleNewObjectLiteral
 
cvtConnectionsView() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorExceptionPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorExceptionPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorExitPrompt() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelDividerLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtEditorPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtInspectorPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtInspectorPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtPlugInJarOn() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleDebuggerPanelDividerLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleDebuggerPanelHorizontal() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleDebuggerPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleDebuggerPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorExceptionPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorExceptionPanelFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorExceptionPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorHelpPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorHelpPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorHelpPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorHelpPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorOutputPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorOutputPanelFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorOutputPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorOutputPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorOutputPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorPanelFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorSetViewerPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorSetViewerPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorTitleBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorTitleFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorTitleForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorXmlPanelBackground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorXmlPanelFont() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorXmlPanelForeground() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorXmlPanelLocation() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cvtRuleEditorXmlPanelSize() - Method in class com.ibm.able.editor.AbleGuiPreferences
 
cycleRelative - Variable in class com.ibm.able.beans.AbleAbstractImport
A flag indicating the cycleSize is relative to the file size, ie, a multiplier.
cycleSize - Variable in class com.ibm.able.beans.AbleAbstractImport
When cycleRelative is false, cycleSize is the raw number of records to process in a cycle.

ABLE 2.3.0 07/13/2005 14:21:00
A B C D E F G H I J K L M N O P Q R S T U V W X Y _
(C) Copyright IBM Corporation 1999, 2005