Summary

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.