Package | Description |
---|---|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Method and Description |
---|---|
static CoroutineModel |
CoroutineModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CoroutineModel[] |
CoroutineModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Experiment.setCoroutineModel(CoroutineModel model)
Sets the coroutine model.
|