Tagged Questions
0
votes
1answer
148 views
How to show that a class/interface is the interface of a package in ArgoUML
Suppose I have the following package represented in ArgoUML:
How could I emphasize that the User interface is the only component of the package that is known by external clients? For now, I use a ...
1
vote
1answer
180 views
How can I complete this step in the ArgoUML Class diagram Tour?
I am working through one of the ArgoUML Tours and I am stuck on Build a Class Diagram: Step #11.
This step asks you to build anonymous realizations between the Teacher interface and the Grad and Prof ...