State Diagram
A state diagram consists of states, transitions, events, and activities. You use state diagrams to illustrate the dynamic view of a system. They are especially important in modeling the behavior of an interface, class, or collaboration. State diagrams emphasize the event-ordered behavior of an object, which is especially useful in modeling reactive systems. Basic State Chart Diagram Symbols and Notations State A state is a condition during the life of an object during which it satisfies some condition, performs some activity, or waits for some external event....