public interface State
When running our state machines, States are used to store different actions and methods separately, which allows us to organize actions. Moving between States happens through the use of Edges
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
     
  • Method Details