Enum ReactiveLockdown

java.lang.Object
java.lang.Enum<ReactiveLockdown>
io.github.ai4ci.abm.policy.ReactiveLockdown
All Implemented Interfaces:
State<ImmutableOutbreakState.Builder,ImmutableOutbreakHistory.Builder,OutbreakState,StateMachine.PolicyState>, StateMachine.PolicyState, PolicyModel, Serializable, Comparable<ReactiveLockdown>, java.lang.constant.Constable

public enum ReactiveLockdown extends Enum<ReactiveLockdown> implements PolicyModel
  • Enum Constant Details

    • MONITOR

      public static final ReactiveLockdown MONITOR
      Monitor the outbreak using test positive rate as a proxy for prevalence. I.e. test positives over the last presumed infectious perion divided by population size at any given time point. This is test positives by result date and not sample date When test
    • LOCKDOWN

      public static final ReactiveLockdown LOCKDOWN
  • Method Details

    • values

      public static ReactiveLockdown[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ReactiveLockdown valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null