Uses of Enum
org.apache.flink.streaming.examples.statemachine.event.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in org.apache.flink.streaming.examples.statemachine.dfa
Fields in org.apache.flink.streaming.examples.statemachine.dfa declared as EventTypeMethods in org.apache.flink.streaming.examples.statemachine.dfa that return EventTypeModifier and TypeMethodDescriptionTransition.eventType()State.randomInvalidTransition(Random rnd) Returns an event type that, if applied as a transition on this state, will result in an illegal state transition.Methods in org.apache.flink.streaming.examples.statemachine.dfa with parameters of type EventTypeModifier and TypeMethodDescriptionState.transition(EventType evt) Gets the state after transitioning from this state based on the given event.Constructors in org.apache.flink.streaming.examples.statemachine.dfa with parameters of type EventTypeModifierConstructorDescriptionEventTypeAndState(EventType eventType, State state) Transition(EventType eventType, State targetState, float prob) Creates a new transition. -
Uses of EventType in org.apache.flink.streaming.examples.statemachine.event
Methods in org.apache.flink.streaming.examples.statemachine.event that return EventTypeModifier and TypeMethodDescriptionAlert.transition()Event.type()Gets the event's type.static EventTypeReturns the enum constant of this type with the specified name.static EventType[]EventType.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.event with parameters of type EventType