analyse method

bool analyse()

Checks that every leaf in the StateMachine can be reached. Use this method during development to ensure your StateMachine is in a consistent state.

Implementation

bool analyse() => analysis.analyse(_graph);