Uses of Class
org.chenile.stm.action.scriptsupport.BaseScriptingAction
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of BaseScriptingAction in org.chenile.stm.action.scriptsupport
Modifier and TypeClassDescriptionclass
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.