|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<LSimulationStage> de.cesr.lara.components.model.impl.LSimulationStage
public enum LSimulationStage
Items of this enumeration identify the simulation stage.
Enum Constant Summary | |
---|---|
DECIDE
Simulation is in decision stage. |
|
EXECUTE
Simulation is in process decision stage. |
|
PERCEIVE
Simulation is in perceive stage. |
|
POSTPROCESS
Simulation is in post-process stage. |
|
PREPROCESS
Simulation is in pre-processing stage. |
|
UNDEFINED
Default value if an implementation of LaraModel does not update
the simulation stage variable. |
Method Summary | |
---|---|
static LSimulationStage |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LSimulationStage[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LSimulationStage DECIDE
public static final LSimulationStage PERCEIVE
public static final LSimulationStage POSTPROCESS
public static final LSimulationStage PREPROCESS
public static final LSimulationStage EXECUTE
public static final LSimulationStage UNDEFINED
LaraModel
does not update
the simulation stage variable.
Method Detail |
---|
public static LSimulationStage[] values()
for (LSimulationStage c : LSimulationStage.values()) System.out.println(c);
public static LSimulationStage valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |