Uses of Class
org.apache.flink.streaming.examples.statemachine.dfa.EventTypeAndState
-
Packages that use EventTypeAndState Package Description org.apache.flink.streaming.examples.statemachine.dfa -
-
Uses of EventTypeAndState in org.apache.flink.streaming.examples.statemachine.dfa
Methods in org.apache.flink.streaming.examples.statemachine.dfa that return EventTypeAndState Modifier and Type Method Description EventTypeAndStateState. randomTransition(Random rnd)Picks a random transition, based on the probabilities of the outgoing transitions of this state.
-