Uses of Interface
de.mid.innovator.srv2api.icw2sm.SMPseudoState
Packages that use SMPseudoState
Package
Description
The StateMachine package defines a set of concepts that can be used for
modeling discrete behavior through finite statetransition systems.
-
Uses of SMPseudoState in de.mid.innovator.srv2api.icw2sm
Subinterfaces of SMPseudoState in de.mid.innovator.srv2api.icw2smModifier and TypeInterfaceDescriptioninterfaceinterfaceDeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate - the state configuration that was active when the composite state was last exited.interfaceAn entry point pseudostate is an entry point of a state machine or composite state.interfaceAn exit point pseudostate is an exit point of a state machine or composite state.interfaceAn initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state.interfaceJoins vertices serve to merge several transitions emanating from source vertices in different orthogonal regions.interfaceJunction vertices are semantic-free vertices that are used to chain multiple transitions together.interfaceshallowHistory represents the most recent active substate of its containing state (but not the substates of that substate).interfaceEntering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated.