Class Mam_bgchain_station.StationResult

java.lang.Object
jline.solvers.mam.handlers.Mam_bgchain_station.StationResult
Enclosing class:
Mam_bgchain_station

public static final class Mam_bgchain_station.StationResult extends Object
Solved open station.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double[]
    E[min(e+k,c)*e/(e+k) | e], the share the background chain reads back.
    int[]
    Environment support, ascending.
    double[]
    Stationary probability of each environment state.
    double
    Stationary probability of the truncation level.
    double
    Mean number of open jobs at the station.
    double
    Open departure rate.
    double
    Mean fraction of the servers held by open jobs.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • QLen

      public double QLen
      Mean number of open jobs at the station.
    • Util

      public double Util
      Mean fraction of the servers held by open jobs.
    • Tput

      public double Tput
      Open departure rate.
    • ploss

      public double ploss
      Stationary probability of the truncation level.
    • penv

      public double[] penv
      Stationary probability of each environment state.
    • cshare

      public double[] cshare
      E[min(e+k,c)*e/(e+k) | e], the share the background chain reads back.
    • esup

      public int[] esup
      Environment support, ascending.
  • Constructor Details

    • StationResult

      public StationResult()