Package io.github.ai4ci.abm
Class ModelUpdate
java.lang.Object
io.github.ai4ci.abm.ModelUpdate
Functions updating the model states (
OutbreakState
and PersonState
)
during the update cycle. This is where time dependent comparisons can be made.
These model update functions happen after the current state is mapped across
and the behaviour or policy state machines are updated. This means that they
can see the new behaviour state but nothing else will have changed. This is
where time dependent functions can be applied-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModelUpdate
public ModelUpdate()
-