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 _

V

VIEWER_KEY - Static variable in class com.ibm.able.conversation.AbleConversationGraphicView
 
ValueType(int) - Static method in class com.ibm.able.data.AbleData
Given an AbleData.ValueType constant, convert the value to a human-readable string; the use of this method is primarily for debugging.
ValueTypeBoolean - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents a boolean value, either "true" or "false".
ValueTypeCallName - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents the name of a user-defined function.
ValueTypeName - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents the name of a variable.
ValueTypeNumber - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents a literal number.
ValueTypeSetName - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents the name of a fuzzy set.
ValueTypeUnknown - Static variable in class com.ibm.able.data.AbleData
Value type; the data string represents a unknown value.
VarIdInitial - Static variable in class com.ibm.able.data.AbleData
The ID of the first created variable.
VarIdNull - Static variable in class com.ibm.able.data.AbleData
A "null" variable ID.
VarPredicate - Static variable in class com.ibm.able.data.AblePredicate
The name of a special predicate denoting a "var" predicate.
VerifiableAgentDirectoryService - interface com.ibm.able.platform.VerifiableAgentDirectoryService.
A platform entity will grab a RMIVerifiableDirectoryProxy to communicate to the VerifiableDirectoryService.
VerifiableAgentName - interface com.ibm.able.platform.VerifiableAgentName.
An agent name which can be verified as created by a VerifiableAgentNamingService.
VerifiableAgentNameImpl - class com.ibm.able.platform.VerifiableAgentNameImpl.
The implementation of a name created by the VerifiableAgentNamingService.
VerifiableAgentNameImpl(String, PublicKey, String, String, String, VerifiableAgentName) - Constructor for class com.ibm.able.platform.VerifiableAgentNameImpl
Creates a VerifiableAgentName.
VerifiableAgentNameImpl(VerifiableAgentName) - Constructor for class com.ibm.able.platform.VerifiableAgentNameImpl
Copy constructor that creates a new VerifiableAgentName based off of theVan.
VerifiableAgentNamingService - interface com.ibm.able.platform.VerifiableAgentNamingService.
An agent name is said to be verifiable if it holds a private key that matches a public key which the VerifiableAgentNamingService holds onto and trusts.
Version - Static variable in class com.ibm.able.Able
The descriptive ABLE package version.
valid - Variable in class com.ibm.able.AblePropertyConnection
true if connection is valid - otherwise false.
validateAnsweredRequest(AbleAgentSituationReport) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
This default implementation, called by AblePlatformDefaultAgent.handleAnsweredRequest(com.ibm.able.platform.AbleAgentSituationReport, com.ibm.able.platform.AbleSecureKey) in order to determine whether the specified request is still valid, does nothing.
validateConfiguration() - Method in class com.ibm.able.conversation.AbleCpStateMachineHandler
Checks whether the instance variables are set to valid values.
validateSetBasics(AbleFuzzySet) - Method in class com.ibm.able.data.AbleFuzzyVariable
 
value - Variable in class com.ibm.able.rules.AbleTreeAction
 
value - Variable in class com.ibm.able.rules.AbleTreeEdge
 
value - Variable in class com.ibm.able.rules.AbleTreePartialExpression
 
valueExist(String) - Method in class com.ibm.able.data.AbleCategoricalVariable
Determine whether a value exists in the list of pre-defined values.
valueExist(double) - Method in class com.ibm.able.data.AbleDiscreteVariable
Determine whether a value exists in the list of pre-defined values.
valueMonotonicWindowIndices(double[], double[], Double, Boolean, String) - Static method in class com.ibm.able.beans.AbleDataAnalytics
A method to find the indices of rows in the value array where the values within the sliding window as compared against the time array are conforming to the monotonic direction specified by direction, taking reset conditions into account iff the flag passed is true.
valueMonotonicWindowIndices(double[], double[], Double, Boolean, Double) - Static method in class com.ibm.able.beans.AbleDataAnalytics
A method to find the indices of rows in the value array where the values within the sliding window as compared against the time array are conforming to the monotonic direction specified by direction, taking reset conditions into account iff the flag passed is true.
valueMonotonicWindowIndices(double[], double[], double, boolean, int) - Static method in class com.ibm.able.beans.AbleDataAnalytics
A method to find the indices of rows in the value array where the values within the sliding window as compared against the time array are conforming to the monotonic direction specified by direction, taking reset conditions into account iff the flag passed is true.
valueOf(String) - Static method in class com.ibm.able.data.AbleCharacterLiteral
Take an escape sequence, a single quoted escape sequence, or a single quoted char and convert to a single char value
valueOf(String) - Static method in class com.ibm.able.data.AbleStringLiteral
Take a string with escape characters and resolve (that is, remove) them.
valueRef - Variable in class com.ibm.able.rules.AbleTreeEdge
 
valueTHoldWindowIndices(double[], double[], Double, Double, String) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method to find, within the sliding window of predefined sized as compared against the time array, the indices of the value array that compare favorably with the threshold using the comparator.
valueTHoldWindowIndices(double[], double[], double, double, int) - Static method in class com.ibm.able.beans.AbleDataAnalytics
Method to find, within the sliding window of predefined size as compared against the time array, the indices of the value array that compare favorably with the threshold using the comparator.
values - Variable in class com.ibm.able.rules.AbleTreeCondition
 
var_1(AblePredicate, Vector, Vector, int) - Method in class com.ibm.able.rules.AblePredicateEngine
 
variables - Variable in class com.ibm.able.data.AblePredicate
variables is a list of all of the AbleVariable objects that appear in this predicate (and embedded arguments).
variables - Variable in class com.ibm.able.rules.AblePredicateQuery
 
vecValue - Variable in class com.ibm.able.examples.rules.TstRuleObject
 
vectorOperList - Static variable in class com.ibm.able.beans.filter.AbleFilter
 
verifyCapabilities() - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
All subclasses using AgentCapabilities must define their own capabilities and each capability's autonomy level.
verifyKey(AbleSecureKey, String) - Method in class com.ibm.able.platform.AblePlatformDefaultAgent
Helper method used to verify a secure key.
verifyKey(VerifiableAgentNamingService) - Method in class com.ibm.able.platform.AbleSecureKey
This method will verify the visible unsigned VAN and make sure that this key has not already been used.
verifyKey(AbleSecureKey) - Method in class com.ibm.able.platform.AbleSecuritySupport
Verifies that the specified AbleSecureKey is not null and that the key verifies with the Verifiable Agent Naming Service.
verifyKeyExists(AbleSecureKey) - Method in class com.ibm.able.platform.AbleSecuritySupport
Verifiesthat the specified AbleSecureKey is not null.
verifyTrustLevel(VerifiableAgentName, AbleSecureKey, String) - Static method in class com.ibm.able.platform.AbleSecuritySupport
Checks the primordial TrustLevel in the SecureKey to see whether it is lower than the TrustLevel of the support object's parent container TrustLevel (taken from the VerifiableAgentName of the parent container).
verifyTrustLevel(AbleSecureKey, String) - Method in class com.ibm.able.platform.AbleSecuritySupport
Checks the primordial TrustLevel in the SecureKey to see whether it is lower than the TrustLevel of the support object's parent container TrustLevel (taken from the VerifiableAgentName of the parent container).
version - Static variable in class com.ibm.able.Able
The numeric ABLE package version.
vetoAblePropertyChange(PropertyChangeEvent) - Method in class com.ibm.able.AblePropertyConnectionManager
 
view - Variable in class com.ibm.able.editor.AbleInspectorContext
 
vocabulary - Variable in class com.ibm.able.agents.AbleGeneticSearchAgent
 
vocabulary - Variable in class com.ibm.able.beans.AbleGeneticObject
The vocabulary used by String chromosomes

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