Package | Description |
---|---|
desmoj.core.util |
Various helper classes, particularly for experiment parameterization and control.
|
desmoj.extensions.experimentation.ui |
Parameterizable GUI for experiment conduction.
|
Modifier and Type | Method and Description |
---|---|
void |
SimClockListener.clockAdvanced(SimRunEvent e)
Called when the simulation clock this listener listens to is advanced.
|
void |
ExperimentListener.experimentPaused(SimRunEvent e)
Should react on the experiment being temporarily paused
|
void |
ExperimentListener.experimentRunning(SimRunEvent e)
Should react on the experiment being (re)started
|
void |
ExperimentListener.experimentStopped(SimRunEvent e)
Should react on the experiment being finally stopped
|
Modifier and Type | Method and Description |
---|---|
void |
ExperimentStarter.clockAdvanced(SimRunEvent e)
Called when the currently active experiment's SimClock is advanced
|
void |
ExperimentStarter.experimentPaused(SimRunEvent e)
Called when experiment is paused.
|
void |
HistogramPlotter.experimentPaused(SimRunEvent e)
Called when experiment is paused.
|
void |
TimeSeriesPlotter.experimentPaused(SimRunEvent e)
Called when the experiment is paused.
|
void |
ExperimentStarter.experimentRunning(SimRunEvent e)
Called when experiment is started or resumed.
|
void |
HistogramPlotter.experimentRunning(SimRunEvent e)
Called when experiment is (re)started.
|
void |
TimeSeriesPlotter.experimentRunning(SimRunEvent e)
Called when the experiment is (re)started.
|
void |
ExperimentStarter.experimentStopped(SimRunEvent e)
Called when experiment is stopped.
|
void |
HistogramPlotter.experimentStopped(SimRunEvent e)
Called when experiment is stopped.
|
void |
TimeSeriesPlotter.experimentStopped(SimRunEvent e)
Called when the experiment is stopped.
|