Package org.chenile.stm.action.scriptsupport
package org.chenile.stm.action.scriptsupport
Contains specific action implementations that support some kind of a scripting DSL. (domain specific language) Defines the base implementations of every scripting class. This is not tied to any scripting implementation. It instead uses a scripting strategy.
-
ClassDescriptionBaseCustomComponentPropertiesAction<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.BaseScriptingAction<StateEntityType extends StateEntity>IfAction<StateEntityType extends StateEntity>Implements an IF action using the same expression language as the one supported by the
ScriptingStrategy
.ScriptAction<StateEntityType extends StateEntity>Mimics a script.SwitchAction<StateEntityType extends StateEntity>Emulates a switch construct.