Enum Patience.Form

java.lang.Object
java.lang.Enum<Patience.Form>
jline.api.qsys.Patience.Form
All Implemented Interfaces:
Serializable, Comparable<Patience.Form>, java.lang.constant.Constable
Enclosing class:
Patience

public static enum Patience.Form extends Enum<Patience.Form>
How the abandonment rates are read off this law.
  • Enum Constant Details

    • EXPONENTIAL

      public static final Patience.Form EXPONENTIAL
      Constant hazard theta: exponential patience, the Erlang A case.
    • HAZARD

      public static final Patience.Form HAZARD
      Explicit hazard rate h(t), used pointwise as in eq. (3.3).
    • CCDF

      public static final Patience.Form CCDF
      Complementary cdf G(t) = 1-F(t), integrated as in eq. (3.6).
  • Method Details

    • values

      public static Patience.Form[] 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 Patience.Form 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