Package jline.io
Class Ret.qsys
java.lang.Object
jline.io.Ret.qsys
- Enclosing class:
Ret
A class to store the results of queueing system analysis.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
W
public static double W -
rho
public static double rho
-
-
Constructor Details
-
qsys
public qsys(double W, double rho) Constructs a qsysReturn object.- Parameters:
W
- Average waiting time.rho
- Utilization.
-