|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a guardCondition of an Action.
Additional description
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. |
Method Detail |
public boolean evaluate()
public boolean getConditionResult()
public java.lang.String getNewStateName()
public int getOnFalse()
public int getOnTrue()
public DSEEventObject getSourceEvent()
public void setConditionResult(boolean result)
public void setContext(Context aContext)
aContext
- com.ibm.dse.base.Contextpublic void setNewStateName(java.lang.String aName)
aName
- java.lang.Stringpublic void setOnFalse(int anAction)
anAction
- intpublic void setOnTrue(int anAction)
anAction
- intpublic void setSourceEvent(DSEEventObject newSourceEvent)
newSourceEvent
- com.ibm.dse.base.DSEEventObject
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |