states property

List<State> states
final

list of states for this machine. First state is starting state.

Implementation

final List<State> states;