Package jline.api.pfqn.mva
Class Pfqn_tay.Result
java.lang.Object
jline.api.pfqn.mva.Pfqn_tay.Result
- Enclosing class:
- Pfqn_tay
Mean performance measures plus the arrival-instant queue lengths.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MatrixMean queue lengths (M x R).final Matrix[]Arrival-instant queue lengths, indexed [r][m][k]: the class-k queue length at station m as seen by an arriving class-r job.final MatrixResidence times (M x R).final intNumber of iterations performed.final MatrixUtilizations (M x R).final MatrixPer-class throughputs (1 x R). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
Per-class throughputs (1 x R). -
Q
Mean queue lengths (M x R). -
U
Utilizations (M x R). -
R
Residence times (M x R). -
totiter
public final int totiterNumber of iterations performed. -
Qarr
Arrival-instant queue lengths, indexed [r][m][k]: the class-k queue length at station m as seen by an arriving class-r job. These are the auxiliary quantities the method is tabulated on, and they are NOT the queue lengths of the model re-solved at N - e_r, which is the same object only for an exact solution.
-
-
Constructor Details
-
Result
-