Uses of Class
org.chenile.stm.action.scriptsupport.BaseScriptingAction
Packages that use BaseScriptingAction
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of BaseScriptingAction in org.chenile.stm.action.scriptsupport
Subclasses of BaseScriptingAction in org.chenile.stm.action.scriptsupportModifier and TypeClassDescriptionclassIfAction<StateEntityType extends StateEntity>Implements an IF action using the same expression language as the one supported by theScriptingStrategy.classScriptAction<StateEntityType extends StateEntity>Mimics a script.classSwitchAction<StateEntityType extends StateEntity>Emulates a switch construct.