| Package | Description |
|---|---|
| org.apache.flink.cep.nfa |
| Modifier and Type | Method and Description |
|---|---|
StateTransitionAction |
StateTransition.getAction() |
static StateTransitionAction |
StateTransitionAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateTransitionAction[] |
StateTransitionAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
State.addStateTransition(StateTransitionAction action,
State<T> targetState,
IterativeCondition<T> condition) |
| Constructor and Description |
|---|
StateTransition(State<T> sourceState,
StateTransitionAction action,
State<T> targetState,
IterativeCondition<T> condition) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.