What are Events?
Something that happens in the environment thus causing entities to change state
What is a State?
A recognisable period in the life of an object
Different states mean…
Different capabilities, Different constraints, Different characteristics
What shape is a state?
Rounded rectangle
What is a Guard or Guarded Transition?
Boolean expression, if it’s true the transition is allowed
What shape is the Transient State or Pseudo-state?
Diamond
What is State diagram?
Used to represent the different states of a Data Entity