Go back to household_stochastic_simulation


Nodes of a Contact Network

The nodes in a contact network represent individuals. The edges represent possible contacts.

The Node class is a subclass of, not surprisingly, SimEMIndividual class. It maintains an array of links that points to its neighbors.

Files: