Package jline.io

Class Ret.qsys

  • All Implemented Interfaces:

    
    public class Ret.qsys
    
                        

    A class to store the results of queueing system analysis.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public static double W
      public static double rho
    • Constructor Summary

      Constructors 
      Constructor Description
      Ret.qsys(double W, double rho) Constructs a qsysReturn object.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ret.qsys

        Ret.qsys(double W, double rho)
        Constructs a qsysReturn object.
        Parameters:
        W - Average waiting time.
        rho - Utilization.
    • Method Detail