Class State<T>

java.lang.Object
org.apache.flink.cep.nfa.State<T>
Type Parameters:
T - Type of the input events
All Implemented Interfaces:
Serializable

public class State<T> extends Object implements Serializable
Represents a state of the NFA.

Each state is identified by a name and a state type. Furthermore, it contains a collection of state transitions. The state transitions describe under which conditions it is possible to enter a new state.

See Also: