Originally posted by Goan Balchao:
Hi,
I have a UML quetion about the class diagrams. Let's say i have class B implement interace A.
a) Where do I show the methods ?
For e.g using Jude, I cannot show them on the interface. The interace is just a circle with a name. Can it be on the class itslef , keeping the initerace a dummy ?
In JUDE, you can change the circle to interface style in the following way,
1. From class diagram, select the interface,
2. Goto Edit -->Stereotype -->Normal.
You will find that the interface is setreotyped with <<interface>>
Hope this helps.