Class SMProtocolStateMachineHelper


  • public abstract class SMProtocolStateMachineHelper
    extends java.lang.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:
    SMProtocolStateMachine