UML Startchart Diagram (Unified Modeling Language)
Statechart Diagram in UML- Statechart Diagram represents a state machine, shows the flow of control from state to state. - A state machine is the sequences of state an object goes through during its lifetime in response to events. - The different states of the components in a system are described in this diagram.
|
UML Activity DiagramActivity diagram in UML-An activity diagram represents the flow from activity to activity. It is used to model.........