Convert Sequence diagram to Java

Asked

Viewed 421 times

-2

I’m solving exercises on modeling, and in one exercise is given a sequence diagram, and I’d like to convert this diagram to Java code, considering that the execution starts from a method X of class A, so I can better understand what’s going on. The diagram was created using Astah

Diagrama

  • Your question is incomplete.. Was the diagram shown drawn in some software? If so, which one?

  • I made some corrections to the question

  • See the main menu: [Tool] - [Java] - [Java Export]

1 answer

0

Assemble the class diagram containing the classes that make up the problem and generate the java code from it (using tools->java on astah). Only the given sequence diagram thus becomes incomplete.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.