Skip to content

State Machine

Nicolas Peschke edited this page Aug 26, 2020 · 8 revisions

The FADS State Machine

To implement the droplet sorting functionality a so called state machine was used. The concept relies on states that perform actions and specific conditions that determine when a transition from one state into another should happen.

The FADS state machine has the following six states depicted in the UML diagram.

Clone this wiki locally