Package jline.api.nc

Class MeOqnBlkResult

java.lang.Object
jline.api.nc.MeOqnBlkResult

public final class MeOqnBlkResult extends Object
Result of the ME OQN algorithm with finite buffers.
  • Constructor Details

  • Method Details

    • getQ

      public Matrix getQ()
      Mean number of jobs at each station, the jobs held blocked included.
    • getW

      public Matrix getW()
      Mean response time at each station.
    • getT

      public Matrix getT()
      Carried throughput at each station.
    • getU

      public Matrix getU()
      Utilization at each station, a blocked server not counted as busy.
    • getCa

      public Matrix getCa()
      Interarrival scv of the offered flow at each station.
    • getCd

      public Matrix getCd()
      Interdeparture scv at each station.
    • getPBa

      public Matrix getPBa()
      Probability that an arrival finds the station full.
    • getLambda

      public Matrix getLambda()
      Offered arrival rate at each station, re-attempts included.
    • getIter

      public int getIter()
      Number of fixed-point iterations performed.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object