Class QsysRetrialResult

java.lang.Object
jline.api.qsys.QsysRetrialResult

public class QsysRetrialResult extends Object
Result of BMAP/PH/N/N retrial queue analysis.
  • Field Details

    • L_orbit

      public final double L_orbit
    • N_server

      public final double N_server
    • L_system

      public final double L_system
    • Utilization

      public final double Utilization
    • Throughput

      public final double Throughput
    • P_idle

      public final double P_idle
    • P_empty_orbit

      public final double P_empty_orbit
    • P_empty_system

      public final double P_empty_system
    • pi

      public final Matrix pi
    • truncLevel

      public final int truncLevel
    • analyzer

      public final String analyzer
  • Constructor Details

    • QsysRetrialResult

      public QsysRetrialResult(double L_orbit, double N_server, double L_system, double Utilization, double Throughput, double P_idle, double P_empty_orbit, double P_empty_system, Matrix pi, int truncLevel, String analyzer)
  • Method Details

    • getL_orbit

      public double getL_orbit()
    • getN_server

      public double getN_server()
    • getL_system

      public double getL_system()
    • getUtilization

      public double getUtilization()
    • getThroughput

      public double getThroughput()
    • getP_idle

      public double getP_idle()
    • getP_empty_orbit

      public double getP_empty_orbit()
    • getP_empty_system

      public double getP_empty_system()
    • getPi

      public Matrix getPi()
    • getTruncLevel

      public int getTruncLevel()
    • getAnalyzer

      public String getAnalyzer()