| Package | Description |
|---|---|
| de.uka.ipd.sdq.scheduler.processes | |
| de.uka.ipd.sdq.scheduler.sensors |
| Modifier and Type | Method and Description |
|---|---|
static PROCESS_STATE |
PROCESS_STATE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PROCESS_STATE[] |
PROCESS_STATE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IProcessStateSensor.update(PROCESS_STATE newState)
Notifies the sensor about a state change of the process.
|