Uses of Interface
org.chenile.stm.action.STMAutomaticStateComputation
Package
Description
Contains specific action implementations that support some kind of a scripting DSL.
This package contains a set of dummy components which can be used to instantiate a state
diagram without instantiating the components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
This is useful to get info about the state transition diagram without actually instantiating the State Transition machine.
It also contains a dummy STMFlowStore that can be used to instantiate the flow impl without instantiating the individual components.
Contains Implementation classes (including base implementations) for a bunch of STM interfaces.
Contains a bunch of descriptor classes to hold various kinds of meta data.
-
Uses of STMAutomaticStateComputation 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. -
Uses of STMAutomaticStateComputation in org.chenile.stm.dummy
-
Uses of STMAutomaticStateComputation in org.chenile.stm.impl
Modifier and TypeClassDescriptionclass
STMActionBase<StateEntityType extends StateEntity>
A base action that can serve as a "do nothing" action. -
Uses of STMAutomaticStateComputation in org.chenile.stm.model
Modifier and TypeFieldDescriptionprivate STMAutomaticStateComputation<?>
AutomaticStateDescriptor.component
Modifier and TypeMethodDescriptionAutomaticStateDescriptor.component
(STMAutomaticStateComputation<?> action) void
AutomaticStateDescriptor.setComponent
(STMAutomaticStateComputation<?> action) private void
AutomaticStateDescriptor.setComponentHelper
(STMAutomaticStateComputation<?> action)