Package | Description |
---|---|
org.apache.flink.streaming.examples.statemachine.dfa | |
org.apache.flink.streaming.examples.statemachine.event |
Modifier and Type | Field and Description |
---|---|
State |
EventTypeAndState.state |
Modifier and Type | Method and Description |
---|---|
State |
Transition.targetState() |
State |
State.transition(EventType evt)
Gets the state after transitioning from this state based on the given event.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventTypeAndState(EventType eventType,
State state) |
Transition(EventType eventType,
State targetState,
float prob)
Creates a new transition.
|
Modifier and Type | Method and Description |
---|---|
State |
Alert.state() |
Constructor and Description |
---|
Alert(int address,
State state,
EventType transition)
Creates a new alert.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.