Package jline.api.sn

Class SnArrivalRateFun.RateFun

java.lang.Object
jline.api.sn.SnArrivalRateFun.RateFun
Enclosing class:
SnArrivalRateFun

public static final class SnArrivalRateFun.RateFun extends Object
lambda(t), with whether it actually varies and the cycle length.
  • Field Details

    • lambda

      public final DoubleUnaryOperator lambda
      The rate as a function of time.
    • timeVarying

      public final boolean timeVarying
      Whether the rate depends on t at all.
    • period

      public final double period
      The cycle length when the schedule is cyclic, infinite otherwise.