| Author |
Part II UML Sequence question
|
Gedas Stanis
Greenhorn
Joined: Sep 17, 2012
Posts: 2
|
|
Hi,
In my part 2 I have two use cases (A, B) that <<include>> another use case (C).
Use case B basic flow description says "2. System Executes the C use case".
I made a sequence diagram for C. When I make sequence diagram for B should I repeat all that is in C or can I somehow reference C with some UML notations?
|
 |
shekar hari
Ranch Hand
Joined: Sep 07, 2011
Posts: 36
|
|
|
In that case, I have included the referenced sequence diagram in another sequence diagram using ref in sequence diagrams. You can do that. You can make daigram 1 and use it it wherever its required in another sequence diagram.
|
SCEA/OCMJEA certified
|
 |
 |
|
|
subject: Part II UML Sequence question
|
|
|