StochasticProcess Class Reference#include <ql/stochasticprocess.hpp>
Inheritance diagram for StochasticProcess:
[legend]List of all members.
Detailed Description
Base stochastic process class.
Just an arguments placeholder for the time being. To be merged/refactored with DiffusionProcess
|
Public Member Functions |
void | update () |
Member Function Documentation
void update |
( |
|
) |
[virtual] |
|
|
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Implements Observer. |
|