de.cesr.lara.houseplant
Class SimulationConfig

java.lang.Object
  extended by de.cesr.lara.houseplant.SimulationConfig

public class SimulationConfig
extends Object

Wrapper for the simulation configuration. Contains the information, which csv-files to use as input


Constructor Summary
SimulationConfig(String simrunId)
           
 
Method Summary
 int getNumberOfDaysToSimulate()
           
 String getPathToActorCsvFile()
           
 String getPathToHouseplantsCsvFile()
           
 String getPathToSunshineCsvFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimulationConfig

public SimulationConfig(String simrunId)
Method Detail

getPathToActorCsvFile

public String getPathToActorCsvFile()

getPathToHouseplantsCsvFile

public String getPathToHouseplantsCsvFile()

getPathToSunshineCsvFile

public String getPathToSunshineCsvFile()

getNumberOfDaysToSimulate

public int getNumberOfDaysToSimulate()