Class SMStateMachineHelper

java.lang.Object
de.mid.innovator.srv2api.icw2sm.SMStateMachineHelper

public abstract class SMStateMachineHelper extends Object
State machines can be used to express the behavior of part of a system. Behavior is modeled as a traversal of a graph of state nodes interconnected by one or more joined transition arcs that are triggered by the dispatching of series of (event) occurrences. During this traversal, the state machine executes a series of activities associated with various elements of the state machine.
See Also: