Package | Description |
---|---|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ModelCondition> |
Experiment.getStopConditions()
Returns the Conditions which can cause an experiment to stop.
|
Modifier and Type | Method and Description |
---|---|
void |
Experiment.stop(ModelCondition stopCond)
Specifies a ModelCondition to stop the simulation.
|