| Package | Description |
|---|---|
| de.uka.ipd.sdq.simucomframework.stopcondition | |
| de.uka.ipd.sdq.simulation.abstractsimengine | |
| de.uka.ipd.sdq.simulation.abstractsimengine.desmoj |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfidenceStopCondition
Provides a stop condition which determines when to stop based on the confidence interval around a
point estimation (e.g.
|
class |
MaxMeasurementsStopCondition
Stop condition for the maximum amount of measurements on SimuCom's main response time sensor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExperiment.addStopCondition(SimCondition condition) |
void |
ISimulationControl.addStopCondition(SimCondition maxMeasurementsStopCondition) |
| Constructor and Description |
|---|
DesmoJConditionWrapper(SimCondition abstractCondition,
DesmoJModel owner) |