Convert Sequence Diagram to Java

-2

I am solving exercises on modeling, and in one exercise a sequence diagram is given, and I would like to convert this diagram to Java code, whereas execution starts from an X method of class A, so I can better understand what's happening. The diagram was created using Astah

    
asked by anonymous 01.06.2016 / 16:37

1 answer

0

Mount the class diagram containing the classes that make up the problem and generate the java code (using the tools-> java in the astah). Only the sequence diagram given here is incomplete.

    
01.06.2016 / 17:03