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)
SimulationListener
beforeSimulation
in interface SimulationListener
public void stepChange(SimulationContext context, TimeStep step)
SimulationListener
stepChange
in interface SimulationListener
step
- new Steppublic void afterSimulation(SimulationContext context)
SimulationListener
afterSimulation
in interface SimulationListener
Copyright © 1999–2020 CodeLutin. All rights reserved.