Class EventTypeAndState
- java.lang.Object
-
- org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState
-
public class EventTypeAndState extends Object
Simple combination of EventType and State.
-
-
Constructor Summary
Constructors Constructor Description EventTypeAndState(EventType eventType, State state)
-