Enum NoControl

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

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

    • DEFAULT

      public static final NoControl DEFAULT
      No central control of the outbreak
  • Method Details

    • values

      public static NoControl[] 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 NoControl 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