Uses of Class
org.chenile.stm.impl.STMActionBase
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of STMActionBase in org.chenile.stm.action.scriptsupport
Modifier and TypeClassDescriptionclass
BaseCustomComponentPropertiesAction<StateEntityType extends StateEntity>
Extend this action if it is desired to obtain access to properties that have been set up per state descriptor in the STD.class
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.