Uses of Interface
org.chenile.stm.action.ScriptingStrategyAware
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of ScriptingStrategyAware in org.chenile.stm.action.scriptsupport
Modifier and TypeClassDescriptionclass
BaseScriptingAction<StateEntityType extends StateEntity>
class
IfAction<StateEntityType extends StateEntity>
Implements an IF action using the same expression language as the one supported by theScriptingStrategy
.class
ScriptAction<StateEntityType extends StateEntity>
Mimics a script.class
SwitchAction<StateEntityType extends StateEntity>
Emulates a switch construct.