|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionMode | |
---|---|
p3j.misc | |
p3j.simulation |
Uses of ExecutionMode in p3j.misc |
---|
Fields in p3j.misc declared as ExecutionMode | |
---|---|
static ExecutionMode |
Misc.DEFAULT_EXEC_MODE
The default execution mode. |
Uses of ExecutionMode in p3j.simulation |
---|
Methods in p3j.simulation that return ExecutionMode | |
---|---|
static ExecutionMode |
ExecutionMode.forString(String text)
Gets the execution mode associated with the given text. |
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |