Need For State Chart Diagram
Need For State Chart Diagram
State-Chart Diagram
3
State chart diagram is also called as state machine diagram or state diagram it is a behavioural
2
diagram this diagram is trying to capture the behavioural aspects of the system
1
Need for state chart diagram
This diagram shows the order of states under a particular object within the system
It models the behaviour of class or subsystem and a package
change is occurred
. There is some event occurs between the 2 states an event that causes a transition to
4
occur
. The decision box represents the decision that will be made based on any conditions(True/
false) A diamond shape represents the decision
3
. It depicts the condition of a particular object of a class at a specific point of time a
rectangle with round corners use to represent state box
While drawing a state chart diagram following thing should be followed a unique understandable
name should be assigned to a state that describe the behaviour of the system