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, simEnvbatchHandler, transientPhaseHandler| Constructor and Description |
|---|
ImportSimulation(Model model,
SimulationEnvironment simEnv) |
| Modifier and Type | Method and Description |
|---|---|
void |
runSimulation() |
cleanup, handleEndOfCurrentBatch, handleEndOfTransientPhase, initSimulation, printBatchResults, printResultsgetBatchNotifier, getTransientPhaseNotifier, run, startSimulationpublic ImportSimulation(Model model, SimulationEnvironment simEnv)
public void runSimulation()
runSimulation in class StdSimulation