Uses of Class
org.apache.flink.cep.nfa.State
Packages that use State
-
Uses of State in org.apache.flink.cep.nfa
Methods in org.apache.flink.cep.nfa that return StateModifier and TypeMethodDescriptionStateTransition.getSourceState()StateTransition.getTargetState()Methods in org.apache.flink.cep.nfa that return types with arguments of type StateMethods in org.apache.flink.cep.nfa with parameters of type StateModifier and TypeMethodDescriptionvoidState.addIgnore(State<T> targetState, IterativeCondition<T> condition) voidState.addProceed(State<T> targetState, IterativeCondition<T> condition) voidState.addStateTransition(StateTransitionAction action, State<T> targetState, IterativeCondition<T> condition) voidState.addTake(State<T> targetState, IterativeCondition<T> condition) Constructors in org.apache.flink.cep.nfa with parameters of type StateModifierConstructorDescriptionStateTransition(State<T> sourceState, StateTransitionAction action, State<T> targetState, IterativeCondition<T> condition) Constructor parameters in org.apache.flink.cep.nfa with type arguments of type State