|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.base.DSENotifier | +--com.ibm.dse.automaton.DSEAction | +--com.ibm.dse.automaton.ext.CheckAction
This class provides support for assigning guard conditions and lets the flow processor behave according to the flow modifiers specified for the conditions. It does not provide any behaviour.
Fields inherited from class com.ibm.dse.automaton.DSEAction |
context,
inputMapFmtTag,
operationTag,
outputMapFmtTag,
sourceEvent,
tag |
Fields inherited from class com.ibm.dse.base.DSENotifier |
handlersList,
name |
Constructor Summary | |
CheckAction()
This constructor creates a CheckAction object. |
|
CheckAction(boolean mustRegister)
This constructor creates a CheckAction object. |
|
CheckAction(java.lang.String aName)
This constructor creates a CheckAction object. |
|
CheckAction(java.lang.String aName,
java.lang.String aTID)
This constructor creates a CheckAction object. |
Method Summary | |
void |
execute()
This execute method is intentionally blank in order to provide a means for checking automaton guard conditions for the instance when no action needs to be performed. |
Methods inherited from class com.ibm.dse.automaton.DSEAction |
chainOrAssignContext,
chainOrAssignContext,
close,
close,
evaluateGuardCondition,
externalizer,
getContext,
getGuardConditions,
getInputMapFmtTag,
getOperationTag,
getOutputMapFmtTag,
getParms,
getProcessor,
getSourceEvent,
initializeFrom,
mapTheInput,
mapTheOutput,
preProcess,
readExternal,
readExternal,
removeExternal,
setContext,
setGuardConditions,
setInputMapFmtTag,
setOperationTag,
setOutputMapFmtTag,
setParms,
setProcessor,
setSourceEvent,
toString,
toStrings,
toTags,
writeExternal,
writeExternal |
Methods inherited from class com.ibm.dse.base.DSENotifier |
addHandler,
getHandlersList,
getName,
removeHandler,
setName,
signalEvent,
signalEvent,
signalEvent,
terminate |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public CheckAction()
public CheckAction(java.lang.String aName)
aName
- java.lang.Stringpublic CheckAction(java.lang.String aName, java.lang.String aTID)
aName
- java.lang.StringaTID
- java.lang.Stringpublic CheckAction(boolean mustRegister)
mustRegister
- booleanMethod Detail |
public void execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |