Infected#

class Infected#

Bases: object

Attributes:

active

The timestamp at which the infected node started spreading the infection

infected

The timestamp at which the node was infected

recovered

The timestamp at which the infected node stopped spreading the infection

active#

The timestamp at which the infected node started spreading the infection

Return type:

int

infected#

The timestamp at which the node was infected

Return type:

int

recovered#

The timestamp at which the infected node stopped spreading the infection

Return type:

int