Package fr.ifremer.isisfish.simulator
Class SimulationExportResultWrapper
java.lang.Object
fr.ifremer.isisfish.simulator.SimulationExportResultWrapper
- All Implemented Interfaces:
SimulationListener
ExportInfo simulation listener.
Do export after simulation ends.
Created: 14 nov. 07 00:22:51
- Version:
- $Revision$ Last update: $Date$ by : $Author$
- Author:
- poussin
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map<ExportInfo,
fr.ifremer.isisfish.simulator.SimulationExportResultWrapper.ExportContext> protected TimeStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterSimulation
(SimulationContext context) called after simulationvoid
beforeSimulation
(SimulationContext context) called before simulationvoid
stepChange
(SimulationContext context, TimeStep step) Receive event when simulation change step
-
Field Details
-
lastStep
-
allExports
protected Map<ExportInfo,fr.ifremer.isisfish.simulator.SimulationExportResultWrapper.ExportContext> allExports
-
-
Constructor Details
-
SimulationExportResultWrapper
public SimulationExportResultWrapper()
-
-
Method Details
-
beforeSimulation
Description copied from interface:SimulationListener
called before simulation- Specified by:
beforeSimulation
in interfaceSimulationListener
-
stepChange
Description copied from interface:SimulationListener
Receive event when simulation change step- Specified by:
stepChange
in interfaceSimulationListener
step
- new Step
-
afterSimulation
Description copied from interface:SimulationListener
called after simulation- Specified by:
afterSimulation
in interfaceSimulationListener
-