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

F

f6(double, double) - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2a
 
f6(double, double) - Method in class com.ibm.able.examples.genetic.TstGeneticFunction2
 
factor - Static variable in class com.ibm.able.examples.genetic.TstGeneticFunction2a
 
factor - Static variable in class com.ibm.able.examples.genetic.TstGeneticFunction3
 
factor - Static variable in class com.ibm.able.examples.genetic.TstGeneticFunction2
 
FailPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "fail" predicate.
False - Static variable in class com.ibm.able.data.AbleData
A convenience boolean literal with a value of false.
FALSE - Static variable in class com.ibm.able.data.AbleBooleanLiteral
 
FEBRUARY - Static variable in class com.ibm.able.rules.ARL
 
feedbackType - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
FeedbackTypes - Static variable in class com.ibm.able.beans.AbleBackPropagationPanel
 
fieldDefinitionList - Variable in class com.ibm.able.beans.AbleDataSetDefinition
 
fieldList - Variable in class com.ibm.able.beans.AbleAbstractImport
A Vector of AbleField objects describing the data source.
fieldList - Variable in class com.ibm.able.beans.AbleDataSet
A Vector of AbleField elements in order of definition; ie, Vector index equals column number.
fieldList - Variable in class com.ibm.able.beans.AbleDBTable
A Vector of AbleField elements in order of definition; ie, Vector index equals SQL column number.
FILE_DELETED - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
This condition indicates the file is to be watched for deletion.
FILE_MODIFIED - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
This condition indicates the file is to be watched for changes.
FILE_THRESHOLD - Static variable in class com.ibm.able.examples.ablebean.AbleFileWatcher
This condition indicates the file is to be watched for a size threshold.
fileName - Variable in class com.ibm.able.AbleObject
The name of the file where this bean will be written when it is serialized, or the name of the file from which a serialized version of the bean will be read.
fileName - Variable in class com.ibm.able.beans.AbleDataSet
The path and file name to the definition and data files to be read.
fileName - Variable in class com.ibm.able.beans.AbleDataSetDefinition
 
FileName - Static variable in class com.ibm.able.AbleProperty
Used when changing a bean's fileName field.
fileName() - Method in class com.ibm.able.beans.decisiontree.LearningAlgorithm
set and get
FileNameId - Static variable in class com.ibm.able.AbleProperty
 
FileNameUntitled - Static variable in class com.ibm.able.rules.AbleRuleSet
FileName: Default file name for an "untitled" ruleset, no matter what type.
FileTypeARLSerial - Static variable in class com.ibm.able.rules.AbleRuleSet
FileType: ARL RuleSet/SERialized ruleset object files.
FileTypeARLSource - Static variable in class com.ibm.able.rules.AbleRuleSet
FileType: ARL RuleSet source rule language files.
FileTypeARLXml - Static variable in class com.ibm.able.rules.AbleRuleSet
FileType: ARL RuleSet/XML source document files.
filt1 - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
filt1 - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
filt1 - Variable in class com.ibm.able.agents.AbleNeuralClusteringAgent
 
filt1 - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
filt2 - Variable in class com.ibm.able.agents.AbleNeuralClassifierAgent
 
filt2 - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
filt2 - Variable in class com.ibm.able.beans.bayes.AbleNaiveBayesClassifierAgent
 
FilterByExtension - class com.ibm.able.conversation.FilterByExtension.
The FilterByExtension class accepts files with extensions that match a given string.
FilterByExtension(String) - Constructor for class com.ibm.able.conversation.FilterByExtension
Constructs a FilterByExtension object.
find(AbleSelector) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
Given a query which is a pattern match rule Return the first object that matches the constraints
find(AbleSelector) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Given a query which is a pattern match rule Return the first object that matches the constraints
find(AbleSelector) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Find the first fact to match the query
find(AbleWorkingMemory, AbleSelector) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Find the first fact to match the query
findAll(AbleSelector) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
Given a query which is a pattern match rule Return the all objects that match the constraints
findAll(AbleSelector) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Given a query which is a pattern match rule Return the all objects that match the constraints
findAll(AbleSelector) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Find all facts that match the query
findAll(AbleWorkingMemory, AbleSelector) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Find all facts that match the query
findAllInstances(AbleWorkingMemory, String) - Method in class com.ibm.able.rules.AbleWorkingMemoryLib
Find all objects that match the class
findAllInstances(String) - Method in class com.ibm.able.rules.AbleObjectWorkingMemory
Find all objects that match the class
findAllInstances(String) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Find all objects that match the class name or predicate signature Return a cloned vector of references
findAllInstances(String) - Method in interface com.ibm.able.rules.AbleWorkingMemory
Find all objects that match the class
findAllRules(String) - Method in class com.ibm.able.rules.AblePredicateWorkingMemory
Find all Rule predicates that match the predicate signature Return a cloned vector of references
findAllSolutions - Variable in class com.ibm.able.rules.AblePredicateEngine
True if we are to find all possible solutions False if we are to find first solution only
FindAllSolutions - Static variable in class com.ibm.able.rules.ARL
Find All Solutions:
findAllVariables() - Method in class com.ibm.able.data.AblePredicate
Find all contained variables and initialize the variables member
findAllVariables() - Method in class com.ibm.able.rules.AblePredicateRule
Find all variables that appear in this rule Also looks for any cut() predicates in the antecedent clauses
findClassProbability(int[], boolean[]) - Method in class com.ibm.able.beans.bayes.NaiveBayes
This function returns the posterior probability distribution over class labels, given a data instance using Bayes rule as follows: find P(class|instance)=P(instance|class)P(class)/sum_i P(instnace|class_i) Input: instance - feature vector (discrete finite feature values represented by integers) selectedFeatures - boolean array specifying selected features (by default, null -all features included)
findContiguousInWindow(int[], double[], double) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method using a sliding window against the dTime array, find the sets of indices in inputIndices that are contiguous and return only these contiguous indices in an int[].
findContiguousInWindow(int[], double[], Double) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method using a sliding window against the dTime array, find the sets of indices in inputIndices that are contiguous and return only these contiguous indices in an int[].
findNextValue(String, String) - Method in class com.ibm.able.editor.AbleJarMessageHeader
Find the next value that corresponds to this key.
findOrCreateAntecedent(AbleAntecedentClause) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified clause already exists, and if it does, return the original.
findOrCreateAntecedent(AbleRd, int, AbleRd, double) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified clause exists, and if it does, return it.
findOrCreateAssertion(AbleLhs, int, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified clause exists, and if it does, return it.
findOrCreateConsequent(AbleLhs, int, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified clause exists, and if it does, return it.
findOrCreateDoubleLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified literal exists, and if it does, return it.
findOrCreateExpression(AbleRd, int, AbleRd) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified expression exists, and if it does, return it.
findOrCreateFloatLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified literal exists, and if it does, return it.
findOrCreateIntegerLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified literal exists, and if it does, return it.
findOrCreateLocalPredicateVariable(String) - Method in class com.ibm.able.rules.AbleRuleSet
 
findOrCreateLongLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified literal exists, and if it does, return it.
findOrCreatePredicateSymbol(String) - Method in class com.ibm.able.rules.AbleRuleSet
 
findOrCreatePropertySheet(String) - Method in class com.ibm.able.conversation.AbleConversationPolicyHandlerFactory
Finds or creates the property sheet for the given conversation policy.
findOrCreateStringLit(String) - Method in class com.ibm.able.rules.AbleRuleSet
See if the specified literal exists, and if it does, return it.
findRow(double, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRow(int, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRow(String, Double) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRow(String, Integer) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRow(String, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRow(String, String) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRowInSortedColumn(double, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRowInSortedColumn(int, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findRowInSortedColumn(String, Object) - Method in class com.ibm.able.beans.AbleDataTable
Method to find the row containing the supplied value in the the supplied column, and return that row as a Vector.
findValue(String) - Method in class com.ibm.able.editor.AbleJarMessageHeader
Find the value that corresponds to this key.
findVertex(String) - Method in class com.ibm.able.conversation.CPGraphLoader
Returns the vertex for the given name
findVertex(String) - Method in class com.ibm.able.conversation.AbleCpGraphLoader
Returns the vertex for the given name
findViewObjectLocations(DefaultMutableTreeNode, HashMap) - Method in class com.ibm.able.editor.AbleEnvironment
Walk though the treeview and save the viewobject locations in a Vector
fine(AbleRuleSet, String) - Static method in class com.ibm.able.rules.ARL
Write low level text to the ruleset's trace logger.
finer(AbleRuleSet, String) - Static method in class com.ibm.able.rules.ARL
Write medium level text to the ruleset's trace logger.
finest(AbleRuleSet, String) - Static method in class com.ibm.able.rules.ARL
Write high level text to the ruleset's trace logger.
FIRE_ALL_RULES - Static variable in class com.ibm.able.rules.AbleForwardChainInferenceEngine
Control strategy: cycle until no more rules can fire
FIRE_ALL_RULES - Static variable in class com.ibm.able.rules.ARL
 
FIRE_N_RULES - Static variable in class com.ibm.able.rules.AbleForwardChainInferenceEngine
Control strategy: find first N rules to fire, then stop
FIRE_N_RULES - Static variable in class com.ibm.able.rules.ARL
 
FIRE_ONE_RULE - Static variable in class com.ibm.able.rules.AbleForwardChainInferenceEngine
Control strategy: find first rule to fire, then stop
FIRE_ONE_RULE - Static variable in class com.ibm.able.rules.ARL
 
firedRuleBindingPairs - Variable in class com.ibm.able.rules.AblePatternMatchLiteEngine
 
firedRuleBindingPairs - Variable in class com.ibm.able.rules.AblePatternMatchEngine
 
fireEngineBreakpoint() - Method in class com.ibm.able.rules.AbleInferenceEngine
Call out to the DebugLib to handle an Inference Engine breakpoint
firePropertyChange(PropertyChangeEvent) - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
Fires the given PropertyChangeEvent using this object's internal property-change support.
firePropertyChange(PropertyChangeEvent) - Method in class com.ibm.able.conversation.AbstractCPH
 
firePropertyChange(PropertyChangeEvent) - Method in class com.ibm.able.conversation.AbleConversation
Fires the given PropertyChangeEvent to registered PropertyChangeListeners.
firePropertyChange(String, Object, Object) - Method in class com.ibm.able.AbleObject
Fire a PropertyChangeEvent for a changed property.
firePropertyChange(String, Object, Object) - Method in class com.ibm.able.conversation.AbleConversationGraphicView
Inform registered listeners of a change in a property.
firePropertyChange(String, Object, Object) - Method in class com.ibm.able.conversation.AbleJasConversationGraphicView
Inform registered listeners of a change in a property.
firePropertyChange(String, Object, Object) - Method in class com.ibm.able.rules.AbleInferenceEngine
Fire a property change through the ruleset object
FIRST_QUARTER - Static variable in class com.ibm.able.rules.ARL
 
firstPass - Variable in class com.ibm.able.agents.AbleNeuralPredictionAgent
 
fitness - Variable in class com.ibm.able.beans.AbleGeneticObject
The current raw fitness value
fitnessComputed - Variable in class com.ibm.able.beans.AbleGeneticObject
A boolean flag that is true if the fitness has already been computed.
fitnessThreshold - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
fixDisplay() - Method in class com.ibm.able.conversation.AbleCpGraphViewer
This tweaks the graph's display in misc ways:
fixDisplay() - Method in class com.ibm.able.conversation.AbleConversationGraphicView
This tweaks the graph's display in misc ways:
fixDisplay() - Method in class com.ibm.able.conversation.AbleJasConversationGraphicView
This tweaks the graph's display in misc ways:
fixDisplay() - Method in class com.ibm.able.conversation.CPGraphViewer
This tweaks the graph's display in misc ways:
FIXED_UTILITY_PARAMS - Static variable in class com.ibm.able.examples.conversation.AmabParams
Description to be written
FLOAT_SUFFIX - Static variable in interface com.ibm.able.rules.AbleARLParserTokenTypes
 
FloatLiteral - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a float literal
FloatVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a float variable
FLOOR - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
flush() - Method in class com.ibm.able.beans.AbleExport
Flush the output buffer.
flushAbleEventQueue() - Method in class com.ibm.able.AbleObject
 
flushAbleEventQueue() - Method in interface com.ibm.able.AbleEventQueueManager
Removes all events from the event queue.
flushAbleEventQueue() - Method in interface com.ibm.able.AbleEventQueueRemoteManager
Remove all events from the event queue.
flushEvents() - Method in class com.ibm.able.AbleEventQueue
Removes all events from the event queue.
force - Variable in class com.ibm.able.autotune.Neural2WayLoadBalanceController
 
force - Variable in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
 
formAndValidate() - Method in class com.ibm.able.conversation.JasStringLiteralTransform
Converts message name & data into a deliverable message object that conforms to this transform's message description.
formAndValidate() - Method in class com.ibm.able.conversation.JasConversationSetupTransform
Converts message name & data into a deliverable message object that conforms to this transform's message description.
formAndValidate() - Method in interface com.ibm.conversation.MessageTransform
Converts decision data stored in this MessageTransform into a message object.
format(ILogRecord) - Method in class com.ibm.able.AbleTraceDebugFormatter
Formats the trace record.
format(ILogRecord) - Method in class com.ibm.able.AbleTraceFormatter
Formats the trace record.
formatDateAndTime(Calendar) - Method in class com.ibm.able.data.AbleTimeStampLiteral
Return a formatted string representation of the specified Calendar object using the default format.
formMessagePayload() - Method in interface com.ibm.able.conversation.MessageForm
Creates a message, using constituent data that was stored inside this MessageForm object.
formMessagePayload() - Method in class com.ibm.able.conversation.ConversationSetupForm
 
formMessagePayload() - Method in class com.ibm.able.conversation.TextMessageForm
 
formMessagePayload() - Method in class com.ibm.able.conversation.StartCPForm
 
formMessagePayload() - Method in class com.ibm.able.examples.conversation.AmabSelectionMessageForm
 
formMessagePayload() - Method in class com.ibm.able.examples.conversation.AmabOfferMessageForm
 
FOURTH_QUARTER - Static variable in class com.ibm.able.rules.ARL
 
frame - Variable in class com.ibm.able.editor.AbleEditorCanvas
 
FRIDAY - Static variable in class com.ibm.able.rules.ARL
 
frozen - Variable in class com.ibm.able.examples.rules.Grocery
 
FunctionsOnStream - class com.ibm.able.beans.decisiontree.FunctionsOnStream.
class FunctionsOnStream
functor_3(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
FunctorPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "functor" predicate.
FUZZY_ADD - Static variable in class com.ibm.able.data.AbleFuzzySet
Inference (implication) method: FuzzyAdd: also known as bounded add; the minimum of 1 and the sum of the membership values:
Fuzzy2WayLoadBalanceController - class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController.
This autotune controller uses fuzzy rules to balance the load between two service level metrics, using a single control value
Fuzzy2WayLoadBalanceController() - Constructor for class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
 
Fuzzy2WayLoadBalanceControllerBeanInfo - class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerBeanInfo.
 
Fuzzy2WayLoadBalanceControllerBeanInfo() - Constructor for class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerBeanInfo
 
Fuzzy2WayLoadBalanceControllerCustomizer - class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerCustomizer.
This class provides the customizer for the Basic Fuzzy Autotune Controller.
Fuzzy2WayLoadBalanceControllerCustomizer() - Constructor for class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerCustomizer
Construct a Customizer Dialog.
Fuzzy2WayLoadBalanceControllerCustomizer(JFrame, String) - Constructor for class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerCustomizer
Construct a customizer dialog.
Fuzzy2WayLoadBalanceControllerPanel - class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerPanel.
This class provides a panel for the Autotune Fuzzy Controller.
Fuzzy2WayLoadBalanceControllerPanel(Fuzzy2WayLoadBalanceControllerCustomizer) - Constructor for class com.ibm.able.autotune.Fuzzy2WayLoadBalanceControllerPanel
Construct the panel for the customizer.
FuzzyAdd - Static variable in class com.ibm.able.rules.ARL
Fuzzy Inference (implication) method: FuzzyAdd: also known as bounded add; the minimum of 1 and the sum of the membership values:
fuzzyController - Variable in class com.ibm.able.autotune.Fuzzy2WayLoadBalanceController
 
FuzzyInferenceMethod(int) - Static method in class com.ibm.able.data.AbleFuzzySet
Given an inference method constant, return a human readable string of that constant.
FuzzyInferenceMethodDefault - Static variable in class com.ibm.able.data.AbleFuzzySet
Fuzzy Inference (implication) method default: FuzzyAdd:
FuzzyInferenceMethodRl(int) - Static method in class com.ibm.able.data.AbleFuzzySet
 
FuzzyInferenceMethodXml(int) - Static method in class com.ibm.able.data.AbleFuzzySet
 
FuzzySet - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a fuzzy set.
FuzzyVariable - Static variable in class com.ibm.able.data.AbleData
Data type; the data object represents a fuzzy variable.

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