evaluate()
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
evaluate
boolean evaluate()
- Evaluate this Assertion.
- Returns:
- boolean
getConditionResult
boolean getConditionResult()
- Returns a boolean indicating if the result of the condition is true or
false
getNewStateName
java.lang.String getNewStateName()
- Returns the value of the newStateName property.
- Returns:
- java.lang.String
getOnFalse
int getOnFalse()
- Returns the value of the onFalse property.
- Returns:
- int
getOnTrue
int getOnTrue()
- Returns the value of the onTrue property.
- Returns:
- int
getSourceEvent
BTTProcessorEventObject getSourceEvent()
- Returns the value of the sourceEvent property.
- Returns:
- com.ibm.btt.event.BTTProcessorEventObject
setConditionResult
void setConditionResult(boolean result)
- Sets a boolean indicating if the result of the condition is true or false
setContext
void setContext(Context aContext)
- Sets the value of the Context property.
- Parameters:
aContext - com.ibm.btt.base.Context
setNewStateName
void setNewStateName(java.lang.String aName)
- Sets the value of the newStateName property.
- Parameters:
aName - java.lang.String
setOnFalse
void setOnFalse(int anAction)
- Sets the value of the OnFalse property.
- Parameters:
anAction - int
setOnTrue
void setOnTrue(int anAction)
- Sets the value of the OnTrue property.
- Parameters:
anAction - int
setSourceEvent
void setSourceEvent(BTTProcessorEventObject newSourceEvent)
- Sets the value of the sourceEvent property.
- Parameters:
newSourceEvent - com.ibm.btt.event.BTTProcessorEventObject
(c) Copyright IBM Corporation 1998, 2009
|