Microsimulation API
|
Class to simulate a person. More...
Public Member Functions | |
Person () | |
void | init () |
virtual void | handleMessage (const cMessage *msg) |
virtual Time | age () |
Static Public Member Functions | |
static void | resetPopulation () |
Public Attributes | |
gleason_t | gleason |
stage_t | stage |
bool | dx |
Static Public Attributes | |
static int | popSize = 0 |
size of the population More... | |
static int | nCancer = 0 |
number of cancers More... | |
static int | nLocalisedCancer = 0 |
number of localised cancers diagnosed More... | |
static int | nLocallyAdvancedCancer = 0 |
number of locally advanced cancers diagnosed More... | |
static int | nMetastaticCancer = 0 |
number of metastatic cancers diagnosed More... | |
static Means | personTime = Means() |
Class to simulate a person.
Definition at line 44 of file person-r-20121231.cc.
|
inline |
Definition at line 59 of file person-r-20121231.cc.
|
inlinevirtual |
Definition at line 62 of file person-r-20121231.cc.
|
virtual |
Handle receiving self-messages
Definition at line 107 of file person-r-20121231.cc.
void Person::init | ( | ) |
Initialise a simulation run for an individual
Definition at line 98 of file person-r-20121231.cc.
|
static |
Definition at line 65 of file person-r-20121231.cc.
bool Person::dx |
Definition at line 49 of file person-r-20121231.cc.
gleason_t Person::gleason |
Definition at line 47 of file person-r-20121231.cc.
|
static |
number of cancers
Definition at line 52 of file person-r-20121231.cc.
|
static |
number of localised cancers diagnosed
Definition at line 53 of file person-r-20121231.cc.
|
static |
number of locally advanced cancers diagnosed
Definition at line 54 of file person-r-20121231.cc.
|
static |
number of metastatic cancers diagnosed
Definition at line 55 of file person-r-20121231.cc.
|
static |
Definition at line 56 of file person-r-20121231.cc.
|
static |
size of the population
Definition at line 51 of file person-r-20121231.cc.
stage_t Person::stage |
Definition at line 48 of file person-r-20121231.cc.