fr.ifremer.isisfish.simulator
Class SimulationProperties

java.lang.Object
  extended by 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)


Field Summary
protected  Properties data
           
protected  String name
           
 
Constructor Summary
SimulationProperties(String name)
           
 
Method Summary
 Properties getData()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

data

protected Properties data
Constructor Detail

SimulationProperties

public SimulationProperties(String name)
                     throws IOException
Throws:
IOException
Method Detail

getData

public Properties getData()

getName

public String getName()


Copyright © 1999-2012 CodeLutin. All Rights Reserved.