3.5.2General rules of the presentation
- An activity must only contain one activity diagram.
- An activity must not contain any composite structure diagram.
- All the activities must contain an AS_SCREEN partition, an AS_SERVER partition and an AS_EXTSCREENS partition. AS_REPORTS partition can be empty
- Every « swimlane » must have AS_SCREEN, AS_SERVER, AS_EXTSCREENS, or AS_REPORTS stereotype.
- Every action must have a name.
- Every action must have at least one incoming or outgoing flow.
- Activity diagrams must not contain any activity final state.
- The initial state outgoing flows must lead to a screen activity or a pre-controller activity.
- An activity and its activity diagram must have the same name as the action contained in the « AS_SCREEN » swimlane.
- The “void” typed pin outs must not be named.