fr.ifremer.isisfish.simulator
Class SimulationResultXML
java.lang.Object
fr.ifremer.isisfish.simulator.SimulationResultXML
- All Implemented Interfaces:
- SimulationListener, SimulationResultListener
public class SimulationResultXML
- extends java.lang.Object
- implements SimulationResultListener
- Author:
- poussin
|
Field Summary |
protected java.io.Writer |
out
|
protected java.io.File |
outFilename
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
protected java.io.Writer out
outFilename
protected java.io.File outFilename
SimulationResultXML
public SimulationResultXML()
SimulationResultXML
public SimulationResultXML(java.io.File outfilename)
setOutFilename
public void setOutFilename(java.io.File outfilename)
- Parameters:
outfilename - The outfilename to set.
getOutFilename
public java.io.File getOutFilename()
- Returns:
- Returns the outfilename.
afterSimulation
public void afterSimulation(SimulationContext context)
- Description copied from interface:
SimulationListener
- called after simulation
- Specified by:
afterSimulation in interface SimulationListener
beforeSimulation
public void beforeSimulation(SimulationContext context)
- Description copied from interface:
SimulationListener
- called before simulation
- Specified by:
beforeSimulation in interface SimulationListener
addResult
public void addResult(SimulationContext context,
Date date,
java.lang.String name,
org.nuiton.math.matrix.MatrixND mat)
throws IsisFishException
- Specified by:
addResult in interface SimulationResultListener
- Throws:
IsisFishException
Copyright © 1999-2010 CodeLutin. All Rights Reserved.