Simpact Cyan
Population based event driven simulation using mNRM
Public Member Functions | List of all members
State Class Reference

This is a base class describing the simulation state of an mNRM algorithm. More...

#include <algorithm.h>

Inheritance diagram for State:
Inheritance graph
[legend]

Public Member Functions

double getTime () const
 Retrieve the current simulation time, which is stored by the Algorithm instance in use (note that until Algorithm::evolve is first called, the time has it's initial value of zero, may be important when starting the simulation from another time).
 
void setTime (double t)
 Set the simulation time, which is normally only done by the Algorithm in use (but may be necessary when starting the simulation from a time different than zero, see State::getTime).
 

Detailed Description

This is a base class describing the simulation state of an mNRM algorithm.


The documentation for this class was generated from the following files: