-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static int |
ABORT
中止(拒绝)
|
static int |
BACK
回退(撤回)
|
static int |
BACK_ALL
回退全部(重新开始)
|
static int |
PASS
通过
|
static int |
UNDEFINED
未定义
|
static int |
WAIT
等待
|
-
Constructor Summary
Constructors
| Constructor and Description |
NodeState() |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
WAIT
public static int WAIT
等待
-
PASS
public static int PASS
通过
-
ABORT
public static int ABORT
中止(拒绝)
-
BACK
public static int BACK
回退(撤回)
-
Constructor Detail
-
NodeState
public NodeState()
Copyright © 2025. All rights reserved.