SerializableSBMLValueHolderAbstractDESSolver, AdamsBashforthSolver, AdamsMoultonSolver, AdaptiveStepsizeIntegrator, DormandPrince54Solver, DormandPrince853Solver, EulerMethod, FirstOrderSolver, GraggBulirschStoerSolver, HighamHall54Solver, RosenbrockSolver, RungeKutta_EventSolver, SBMLinterpreterpublic interface DelayValueHolder extends Serializable
| Modifier and Type | Method | 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–2018. All rights reserved.