Package jline.api.qsys
Class QsysRetrialResult
java.lang.Object
jline.api.qsys.QsysRetrialResult
Result of BMAP/PH/N/N retrial queue analysis.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionQsysRetrialResult(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 Summary
Modifier and TypeMethodDescriptiondoubledoubledoubledoubledoubledoublegetPi()doubleintdouble
-
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
-
truncLevel
public final int truncLevel -
analyzer
-
-
Constructor Details
-
QsysRetrialResult
-
-
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
-
getTruncLevel
public int getTruncLevel() -
getAnalyzer
-