fr.ifremer.isisfish.simulator
Class SimulationProperties
java.lang.Object
fr.ifremer.isisfish.simulator.SimulationProperties
public class SimulationProperties
- extends Object
This class contains all usefull informations about a simulation.
This is used for filter or search a simulation.
This is a mix of SimulationParameter and SimulationInformation.
The class is only a properties container, no method to acces a data directly
(except to obtain name of underlying simulation).
For this purpose use SimulationMeta.getValue(SimulationProperties)
and SimulationMeta.getDateValue(SimulationProperties)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
data
protected Properties data
SimulationProperties
public SimulationProperties(String name)
throws IOException
- Throws:
IOException
getData
public Properties getData()
getName
public String getName()
Copyright © 1999-2011 CodeLutin. All Rights Reserved.