-
Design Java classes that models the UML sequence diagram.Represent basic symbols and components of sequence diagram in Javabased on the Sequence Diagram syntax standard.
- All the required standard symbols and components are inhttps://www.lucidchart.com/pages/uml-sequence-diagram
-
Generate Source code from the input file(CSV Format)
- Use the tools designed by the Undergrad to parse the input fileand generate AST Model. From AST model generate Java source codefor the sequence diagram given by the user.
-
Generate Sequence diagram objects from Java source code
- Generate AST model from the input Java file(s) and createobjects that represent the UML Sequence Diagram.
-
Compare UML Sequence Diagrams
-
Compare UML Sequence Diagram objects and generate two outputsfrom
OROR
-