Enum QsysServiceLaw.Kind

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

public static enum QsysServiceLaw.Kind extends Enum<QsysServiceLaw.Kind>
Which family the service law belongs to.
  • Enum Constant Details

    • GAMMA

      public static final QsysServiceLaw.Kind GAMMA
      Gamma(shape, scale); shape 1 is exponential, integer shape Erlang.
    • DETERMINISTIC

      public static final QsysServiceLaw.Kind DETERMINISTIC
      Constant service time.
    • PHASE_TYPE

      public static final QsysServiceLaw.Kind PHASE_TYPE
      Phase type (alpha, T).
    • DENSITY

      public static final QsysServiceLaw.Kind DENSITY
      Arbitrary density on (0, inf), or on (0, tmax] when tmax is given.
  • Method Details

    • values

      public static QsysServiceLaw.Kind[] 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 QsysServiceLaw.Kind 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