Class StateTransition<T>

java.lang.Object
org.apache.flink.cep.nfa.StateTransition<T>
Type Parameters:
T - type of events that are handled by the IterativeCondition
All Implemented Interfaces:
Serializable

public class StateTransition<T> extends Object implements Serializable
Represents a transition from one State to another.
See Also: