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