Class ModelUpdate

java.lang.Object
io.github.ai4ci.abm.ModelUpdate

public class ModelUpdate extends Object
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
  • Constructor Details

    • ModelUpdate

      public ModelUpdate()