Create a UML activity diagram
-
Open the UML model diagram that contains the UML element for which you want to create an activity diagram.
-
In the tree view, right-click the icon for the package, subsystem, class, operation, or use case in which you want to create an activity diagram. Point to New, and then click Activity Diagram.
A blank page appears, and the UML Activity stencil becomes the top-most stencil. The workspace displays 'Activity' as a watermark. An icon representing the diagram is added to the tree view.
Note: If the tree view is not visible, on the UML menu, point to View, and then click Model Explorer.
-
If you want to indicate responsibility in the activity diagram, drag a Swimlane shape onto the page for each class, person, or organizational unit you want to represent.
Create swimlanes in an activity diagram
-
In an activity diagram, drag a Swimlane shape onto the drawing page.
-
Double-click the shape to add a name and other property values.
-
Repeat steps 1 and 2 until you've added all the partitions or organizational units you need.
-
Drag the side selection handles on the Swimlane shapes to make the lanes the size you want.
-
Drag State, Action State, Object In State and Signal Receipt or Signal Send shapes into the areas defined by the swimlanes and connect them using Control Flow and Object Flow shapes.
-
-
Drag an Action State or State shape onto the drawing page for each action or activity state you want to represent. Use the Initial State and Final State shapes to represent initial and final pseudo states. Work with state shapes in UML statechart and activity diagrams
-
Connect Control Flow shapes to State shapes to indicate the change from one state to another.
Indicate the flow of control in an activity diagram
-
In an activity diagram, drag a Control Flow shape onto the drawing page.
-
Glue the Control Flow shape endpoint (without the arrowhead) to a connection point on the source Action State or State shape.
-
Glue the Control Flow shape endpoint (with an arrowhead) to a connection point on the destination Action State or State shape.
-
Double-click the Control Flow shape to add a transition string, including an event, guard condition, action expression, and more.
-
-
Use the complex transition shapes, Transition (Fork) or Transition (Join), to represent the forking of one action state into multiple parallel states, or the synchronization of multiple action states into one state. Work with transition shapes in UML statechart and activity diagrams
-
If you want to replace transition strings with signal icons, use the Signal Send and Signal Receipt shapes to represent the signals.
-
Double-click any shape to open its UML Properties dialog box where you can add a name, transition string, guard condition, deferred events, and other properties.
-
Save the diagram.
Find this comprehensive activity diagram tutorial with examples that you can use as templates to draw activity diagrams. It is well structured to learn and start drawing activity diagrams.
ReplyDelete