Uses of Interface
org.chenile.stm.action.ScriptingStrategyAware
Packages that use ScriptingStrategyAware
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
-
Uses of ScriptingStrategyAware in org.chenile.stm.action.scriptsupport
Classes in org.chenile.stm.action.scriptsupport that implement ScriptingStrategyAwareModifier and TypeClassDescriptionclassBaseScriptingAction<StateEntityType extends StateEntity>classIfAction<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.