UML activity diagrams - Brief explanation of all elements in activity diagrams.

Brief explanation of all elements in activity diagrams

- Activities: An activity indicates an action that performed in the system.
- Transitions: Transitions are represented by open arrow heads. Transitions are used to indicate the flow among elements in the diagram.
- Decision Points: The logical branching is depicted by the decision points.
- States: A state is shown in a rounded rectangle. States are indicated to mention the mile stones of processing in the activity diagrams.
UML Use Case - Explain the different elements of a Use Case
UML Use Case - Explain the different elements of a Use Case - Use case diagram is a subset of various behaviour diagrams......
What is the difference between Activity and sequence diagrams?
A sequence diagram shows the way of processes execute in a sequence. For example, the order of operations and the parameters....
What is UML? What are advantages of using UML?
What is UML? What are advantages of using UML? - A diagrammatic representation is for specifying the kind of Object Oriented Programming design....
Post your comment