Hello,
I'm not sure that my question is a developer question but i'll ask it here
because i can find user mail list.
My question is related to class diagrams in Argo UML. In a class diagram i
have a interface that have several methods and class that realizes it.When i
add the realization relationship
the implementor class doesn't seem to have methods that are in the
interface. I have looked in the generated source ( In my case, java source )
and result is something liked this:
package packagename;
public class MyClass implements SomeInterface{}
How can i add all methods that are declared in SomeInterface to MyClass ?
Regards,
Miroslav
--
The human knowledge belongs to the world.