Design Java Classes Models Uml Sequence Diagram Represent Basic Symbols Components Sequenc Q37116339

  1. 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
  2. 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.
  3. 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.
  4. Compare UML Sequence Diagrams

    • Compare UML Sequence Diagram objects and generate two outputsfrom

      OR
      OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.