Please enable JavaScript.
Coggle requires JavaScript to display documents.
06_State diagrams (used for (describe events, transitions and activities…
06_State diagrams
used for
describe events, transitions and activities to model the dynamic behavior of a system or an element
-
activities and the transition between two activities is dependent only on the end of the first activity
Flow between states and the transition between them is well described by the arrival of a specific event.
elements
state
is a specific situation in which an object is because it satisfies a specific condition, or it executes a specific activity or waits for an event
transition
-
an object in state 1 is doing some operations and when a specific event occurs (or specific conditions are fulfilled) the object goes to the State 2
Transition from the state New to the state Active: pre-condition (guard), trigger, and post-condition.
-