Interface From<S,​E,​C>

  • All Known Implementing Classes:
    TransitionsBuilderImpl

    public interface From<S,​E,​C>
    From
    Author:
    Frank Zhang
    • Method Detail

      • to

        To<S,​E,​C> to​(S stateId)
        Build transition target state and return to clause builder
        Parameters:
        stateId - id of state
        Returns:
        To clause builder