1

I am using ArgoUml to draw sequence diagram. But how can i show interface classes along with the implementation using ArgoUML?

Harshana
  • 7,297
  • 25
  • 99
  • 173

1 Answers1

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