de.cesr.lara.template
Class MyInput

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

public class MyInput
extends Object

Represents model input. One would expect this class to read data for every tick from the filesystem or (better) a database.


Constructor Summary
MyInput()
           
 
Method Summary
 float getValueForTick(int tick)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInput

public MyInput()
Method Detail

getValueForTick

public float getValueForTick(int tick)
Parameters:
tick -
Returns:
returns a value used as model input for the specified tick