Package jline.io
Class Ret.pfqnEstimate
-
- All Implemented Interfaces:
public class Ret.pfqnEstimate
Data structure for storing linearizer estimtate results from a queueing network analysis. Contains queue length (Q), wait time (W), throughput (X), probability matrices (P, PB), and the number of iterations performed (iter).
-
-
Field Summary
Fields Modifier and Type Field Description public final MatrixCell
Q_1
public final MatrixCell
P_1
public final Matrix
PB_1
public final Matrix
T_1
-
Constructor Summary
Constructors Constructor Description Ret.pfqnEstimate(MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
Ret.pfqnEstimate
Ret.pfqnEstimate(MatrixCell Q_1, MatrixCell P_1, Matrix PB_1, Matrix T_1)
-
-
-
-