public class ImportSimulation extends StdSimulation
ImportSimulation
does not actually run the simulation itself.
Instead, it goes through the batches and collects batch results from previous
simulation runs and produces the final results.model, simEnv
batchHandler, transientPhaseHandler
Constructor and Description |
---|
ImportSimulation(Model model,
SimulationEnvironment simEnv) |
Modifier and Type | Method and Description |
---|---|
void |
runSimulation() |
cleanup, handleEndOfCurrentBatch, handleEndOfTransientPhase, initSimulation, printBatchResults, printResults
getBatchNotifier, getTransientPhaseNotifier, run, startSimulation
public ImportSimulation(Model model, SimulationEnvironment simEnv)
public void runSimulation()
runSimulation
in class StdSimulation