Package jline.api.pfqn.mva
Class Pfqn_mva_interval.Result
java.lang.Object
jline.api.pfqn.mva.Pfqn_mva_interval.Result
- Enclosing class:
- Pfqn_mva_interval
Interval-valued mean performance measures. Every field is [lower, upper].
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MatrixMean queue-length intervals per station (M x 2).final MatrixInterval of the total number of jobs at the stations (1 x 2).final MatrixResidence-time intervals per station (M x 2).final MatrixTotal response-time interval (1 x 2).final MatrixUtilization enclosures per station (M x 2).final MatrixThroughput interval (1 x 2). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
Throughput interval (1 x 2). -
Q
Mean queue-length intervals per station (M x 2). -
U
Utilization enclosures per station (M x 2). -
R
Residence-time intervals per station (M x 2). -
Rtot
Total response-time interval (1 x 2). -
Qtot
Interval of the total number of jobs at the stations (1 x 2).
-
-
Constructor Details
-
Result
-