public interface DelayValueHolder extends Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
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 DESCopyright © 2007–2021. All rights reserved.