Class EventTypeAndState

java.lang.Object
org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState

public class EventTypeAndState extends Object
Simple combination of EventType and State.
  • Field Details

    • eventType

      public final EventType eventType
    • state

      public final State state
  • Constructor Details

    • EventTypeAndState

      public EventTypeAndState(EventType eventType, State state)