| Package | Description |
|---|---|
| de.uka.ipd.sdq.simulation.abstractsimengine.processes |
| Modifier and Type | Field and Description |
|---|---|
ProcessState |
SimulatedProcess.myProcessState
Current state of this process
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|