Package jline.api.pfqn.mva
Class Pfqn_mvaoi.Result
java.lang.Object
jline.api.pfqn.mva.Pfqn_mvaoi.Result
- Enclosing class:
Pfqn_mvaoi
Result: per-class throughput X, OI queue-lengths Qoi (K x R), LI queue-lengths
Qli (J x R), delay queue-length Qdelay (R).
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]getSoi()(K x R) per-class mean number of in-service jobs; see the field doc.
-
Field Details
-
X
public final double[] X -
Qoi
public final double[][] Qoi -
Qli
public final double[][] Qli -
Qdelay
public final double[] Qdelay
-
-
Method Details
-
getSoi
public double[][] getSoi()(K x R) per-class mean number of in-service jobs; see the field doc.
-