Uses of Enum
org.apache.flink.streaming.examples.statemachine.dfa.State
Packages that use State
Package
Description
-
Uses of State in org.apache.flink.streaming.examples.statemachine.dfa
Fields in org.apache.flink.streaming.examples.statemachine.dfa declared as StateMethods in org.apache.flink.streaming.examples.statemachine.dfa that return StateModifier and TypeMethodDescriptionTransition.targetState()State.transition(EventType evt) Gets the state after transitioning from this state based on the given event.static StateReturns the enum constant of this type with the specified name.static State[]State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.streaming.examples.statemachine.dfa with parameters of type StateModifierConstructorDescriptionEventTypeAndState(EventType eventType, State state) Transition(EventType eventType, State targetState, float prob) Creates a new transition. -
Uses of State in org.apache.flink.streaming.examples.statemachine.event
Methods in org.apache.flink.streaming.examples.statemachine.event that return StateConstructors in org.apache.flink.streaming.examples.statemachine.event with parameters of type State