fr.ifremer.isisfish.simulator
Class SimulationProperties
java.lang.Object
fr.ifremer.isisfish.simulator.SimulationProperties
public class SimulationProperties
- extends java.lang.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)
|
Field Summary |
protected java.util.Properties |
data
|
protected java.lang.String |
name
|
|
Method Summary |
java.util.Properties |
getData()
|
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
data
protected java.util.Properties data
SimulationProperties
public SimulationProperties(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
getData
public java.util.Properties getData()
getName
public java.lang.String getName()
Copyright © 1999-2010 CodeLutin. All Rights Reserved.