de.cesr.lara.template
Class MyInitialData

java.lang.Object
  extended by de.cesr.lara.template.MyInitialData

public class MyInitialData
extends Object

Provides initial data for the model. Will be used during initialization. Normally this class would read the values from file/database.


Constructor Summary
MyInitialData()
           
 
Method Summary
static Map<Class<? extends LaraPreference>,Double> getAgentsPreferences(String agentId)
           
static Set<LEnvironmentalIntProperty> getEnvironmentalProperties(LaraEnvironment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInitialData

public MyInitialData()
Method Detail

getAgentsPreferences

public static Map<Class<? extends LaraPreference>,Double> getAgentsPreferences(String agentId)

getEnvironmentalProperties

public static Set<LEnvironmentalIntProperty> getEnvironmentalProperties(LaraEnvironment environment)