I am using ArgoUml to draw sequence diagram. But how can i show interface classes along with the implementation using ArgoUML?
Asked
Active
Viewed 791 times
1 Answers
0
A ClassifierRole
can have either an Interface
or a Class
associated with it, since they're both subtypes of Classifier
. Just drag the classes or interfaces that you want to work with onto the Sequence Diagram and start drawing Actions between them.

Tom Morris
- 10,490
- 32
- 53