Interface OutputState<E>

    • Method Detail

      • process

        default boolean process​(E event)
        Asks to the state to process of the given event.
        Parameters:
        event - The event to process. Can be null.
      • addTransition

        void addTransition​(Transition<E> tr)