What are the elements which are used in activity diagrams?

devquora
devquora

Posted On: Feb 22, 2018

 

The significant elements which are used in activity diagrams are:

  • Activities - it indicates the action which has to be performed or had been performed in the system.
  • Transitions - they are represented by an arrow and used to indicate the floor that is occurring among the elements in the diagram.
  • Decision points - in the system the logical branching is highlighted by the decision points.
  • States - these are indicated in order to mention the milestones for the processing of activity diagrams and is shown by a rounded rectangle.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    UML Interview Questions

    What do you understand by UML?

    UML stands for the Unified Modelling Language and it is also a graphical language..

    UML Interview Questions

    Can you name the types of modelling?

    There are basically three types of modeling used..

    UML Interview Questions

    What are the different views that have to be considered before the buildup of an object oriented software system?

    Before the actual building up of an object oriented software system, there are generally 5 views-..