| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.examples.statemachine.dfa | |
| org.apache.flink.streaming.examples.statemachine.event |
| 限定符和类型 | 字段和说明 |
|---|---|
State |
EventTypeAndState.state |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
返回带有指定名称的该类型的枚举常量。
|
static State[] |
State.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
EventTypeAndState(EventType eventType,
State state) |
Transition(EventType eventType,
State targetState,
float prob)
Creates a new transition.
|
| 限定符和类型 | 方法和说明 |
|---|---|
State |
Alert.state() |
| 构造器和说明 |
|---|
Alert(int address,
State state,
EventType transition)
Creates a new alert.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.