Class FluidRateMultiplier.NhppEntry

java.lang.Object
jline.solvers.fluid.handlers.FluidRateMultiplier.NhppEntry
Enclosing class:
FluidRateMultiplier

public static class FluidRateMultiplier.NhppEntry extends Object
An NHPP source intensity attached to a (station, class) of the sn index space. The nominal rate baked into the closing rate base is taken from mu(station, jobclass).
  • Field Details

    • station

      public int station
    • jobclass

      public int jobclass
    • nhpp

      public NHPP nhpp
  • Constructor Details

    • NhppEntry

      public NhppEntry(int station, int jobclass, NHPP nhpp)