Package jline.api.sn
Class SnArrivalRateFun.RateFun
java.lang.Object
jline.api.sn.SnArrivalRateFun.RateFun
- Enclosing class:
- SnArrivalRateFun
lambda(t), with whether it actually varies and the cycle length.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal DoubleUnaryOperatorThe rate as a function of time.final doubleThe cycle length when the schedule is cyclic, infinite otherwise.final booleanWhether the rate depends on t at all. -
Method Summary
-
Field Details
-
lambda
The rate as a function of time. -
timeVarying
public final boolean timeVaryingWhether the rate depends on t at all. -
period
public final double periodThe cycle length when the schedule is cyclic, infinite otherwise.
-