|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DelayValueHolder
This interface describes a value holder that can compute values with delay.
| Method Summary | |
|---|---|
double |
computeDelayedValue(double time,
String id,
DESystem DES,
double[] initialValues,
int yIndex)
Returns the value for the element with the given id at a time point in the past, where the time gives the amount of time in the past. |
| Method Detail |
|---|
double computeDelayedValue(double time,
String id,
DESystem DES,
double[] initialValues,
int yIndex)
time - the time point (in the past) at which the value is to be
computed for the element with the given id.id - the id of the delayed valueDES - the DESysteminitialValues - the initialValues of the DESyIndex - the index corresponding to the id in the vector of the DES
|
Generated at March 17 2014 Version 1.4 Revision 453 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||