BaseTriage#

class BaseTriage(product=None, prob=None, eligibility=None, **kwargs)[source]#

Bases: BaseTest

Base class for triage.

Parameters:

kwargs (dict) – passed to BaseTest

Attributes

now

Return the current time, i.e. the time vector at the current timestep.

states

Return a flat list of all states

statesdict

Return a flat dictionary (objdict) of all states

Methods