Interface class for a path dependent process.
More...
#include <cfl/PathDependent.hpp>
This is the abstract class for a path dependent process that could be used as an additional state process. The implementation of this object on a free store is used to construct standard concrete class PathDependent.
- See also
- PathDependent
virtual cfl::IResetValues::~IResetValues |
( |
| ) |
|
|
inlinevirtual |
virtual Slice cfl::IResetValues::resetValues |
( |
unsigned |
iEventTime, |
|
|
double |
dBeforeReset |
|
) |
| const |
|
pure virtual |
Returns the values of the path-dependent process at the event time with index iEventTime under the condition that the value of the process immediately before the event time equals dBeforeReset.
- Parameters
-
iEventTime | The index of the reset time in the vector of all event times of the model. |
dBeforeReset | The value of the path dependent process immediately before the given reset time. |
- Returns
- The values of the path-dependent state process at the event time with index iEventTime under the condition that the value of the process immediately before the event time equals dBeforeReset.
The documentation for this class was generated from the following file: