You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A state belonging to a protocol state machine should not have ‘entry’, ‘exit’ or ‘do’ InternalTransitions.
Details
A protocol state machine specifies which operations of the classifier can be called in which state and under which conditions, thus specifying the authorized call sequences on the classifier’s operations. Therefore the state belonging to a protocol state machine should not describe actions.
Tips
Delete any InternalTransitions from a state belonging to a protocol state machine.