To keep track of cumulative numbers of infections, say, it would be useful to be able to couple up the disease transition (TransitionType.T) with a cumulative counter (TransitionType.B), so that equations dealing with the same symbolic flows (rate*state) use the same values in the stochastic framework. Currently they are treated as independent stochastic processes (which is what they've been set up to be).
To keep track of cumulative numbers of infections, say, it would be useful to be able to couple up the disease transition (TransitionType.T) with a cumulative counter (TransitionType.B), so that equations dealing with the same symbolic flows (rate*state) use the same values in the stochastic framework. Currently they are treated as independent stochastic processes (which is what they've been set up to be).