|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ATTR(value={"onTrue#String#IMPLIED","onFalse#String#IMPLIED"}) public interface GuardCondition
Interface for a guardCondition of an Action.
Additional description
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
boolean |
evaluate()
Evaluate this Assertion. |
boolean |
getConditionResult()
Returns a boolean indicating if the result of the condition is true or false |
java.lang.String |
getNewStateName()
Returns the value of the newStateName property. |
int |
getOnFalse()
Returns the value of the onFalse property. |
int |
getOnTrue()
Returns the value of the onTrue property. |
DSEEventObject |
getSourceEvent()
Returns the value of the sourceEvent property. |
void |
setConditionResult(boolean result)
Sets a boolean indicating if the result of the condition is true or false |
void |
setContext(Context aContext)
Sets the value of the Context property. |
void |
setNewStateName(java.lang.String aName)
Sets the value of the newStateName property. |
void |
setOnFalse(int anAction)
Sets the value of the OnFalse property. |
void |
setOnTrue(int anAction)
Sets the value of the OnTrue property. |
void |
setSourceEvent(DSEEventObject newSourceEvent)
Sets the value of the sourceEvent property. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
boolean evaluate()
boolean getConditionResult()
java.lang.String getNewStateName()
int getOnFalse()
int getOnTrue()
DSEEventObject getSourceEvent()
void setConditionResult(boolean result)
void setContext(Context aContext)
aContext
- com.ibm.btt.base.Contextvoid setNewStateName(java.lang.String aName)
aName
- java.lang.Stringvoid setOnFalse(int anAction)
anAction
- intvoid setOnTrue(int anAction)
anAction
- intvoid setSourceEvent(DSEEventObject newSourceEvent)
newSourceEvent
- com.ibm.btt.event.BTTProcessorEventObject
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |