public class SimulationExportResultWrapper extends Object implements SimulationListener
| Modifier and Type | Field and Description |
|---|---|
protected Map<ExportInfo,fr.ifremer.isisfish.simulator.SimulationExportResultWrapper.ExportContext> |
allExports |
protected TimeStep |
lastStep |
| Constructor and Description |
|---|
SimulationExportResultWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterSimulation(SimulationContext context)
called after simulation
|
void |
beforeSimulation(SimulationContext context)
called before simulation
|
void |
stepChange(SimulationContext context,
TimeStep step)
Receive event when simulation change step
|
protected TimeStep lastStep
protected Map<ExportInfo,fr.ifremer.isisfish.simulator.SimulationExportResultWrapper.ExportContext> allExports
public void beforeSimulation(SimulationContext context)
SimulationListenerbeforeSimulation in interface SimulationListenerpublic void stepChange(SimulationContext context, TimeStep step)
SimulationListenerstepChange in interface SimulationListenerstep - new Steppublic void afterSimulation(SimulationContext context)
SimulationListenerafterSimulation in interface SimulationListenerCopyright © 1999–2015 CodeLutin. All rights reserved.