Class SMProtocolStateMachineHelper

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

public abstract class SMProtocolStateMachineHelper extends Object
A protocol state machine is always defined in the context of a classifier. It specifies which operations of the classifier can be called in which state and under which condition; this specifies the allowed call sequences on the classifier's operations. A protocol state machine presents the possible and permitted transitions on the instances of its context classifier together with the operations which carry the transitions.
See Also: