Design a Infinite State Machine
Requirements
- The machine should have one start state and can have multiple end states.
- It should be extensible (I should be able to add any number of states or transitions at any time)
- It should be able to set notifications on or off for any state or for the whole state machine
Translation into Objects
To be added
Expected Queries
Class Diagram Walk Through
To be added
ClassDiagram
To be added