Uses of Class
org.apache.flink.streaming.examples.statemachine.dfa.State
-
Packages that use State Package Description org.apache.flink.streaming.examples.statemachine.dfa org.apache.flink.streaming.examples.statemachine.event -
-
Uses of State in org.apache.flink.streaming.examples.statemachine.dfa
Fields in org.apache.flink.streaming.examples.statemachine.dfa declared as State Modifier and Type Field Description StateEventTypeAndState. stateMethods in org.apache.flink.streaming.examples.statemachine.dfa that return State Modifier and Type Method Description StateTransition. targetState()StateState. transition(EventType evt)Gets the state after transitioning from this state based on the given event.static StateState. valueOf(String name)Returns 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 State Constructor Description EventTypeAndState(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 State Modifier and Type Method Description StateAlert. state()Constructors in org.apache.flink.streaming.examples.statemachine.event with parameters of type State Constructor Description Alert(int address, State state, EventType transition)Creates a new alert.
-