Package jline.api.nc
Class MeOqnBlkResult
java.lang.Object
jline.api.nc.MeOqnBlkResult
Result of the ME OQN algorithm with finite buffers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCa()Interarrival scv of the offered flow at each station.getCd()Interdeparture scv at each station.intgetIter()Number of fixed-point iterations performed.Offered arrival rate at each station, re-attempts included.getPBa()Probability that an arrival finds the station full.getQ()Mean number of jobs at each station, the jobs held blocked included.getT()Carried throughput at each station.getU()Utilization at each station, a blocked server not counted as busy.getW()Mean response time at each station.inthashCode()
-
Constructor Details
-
MeOqnBlkResult
-
-
Method Details
-
getQ
Mean number of jobs at each station, the jobs held blocked included. -
getW
Mean response time at each station. -
getT
Carried throughput at each station. -
getU
Utilization at each station, a blocked server not counted as busy. -
getCa
Interarrival scv of the offered flow at each station. -
getCd
Interdeparture scv at each station. -
getPBa
Probability that an arrival finds the station full. -
getLambda
Offered arrival rate at each station, re-attempts included. -
getIter
public int getIter()Number of fixed-point iterations performed. -
equals
-
hashCode
public int hashCode()
-