Package jline.api.pfqn.mva
Class Pfqn_mvasjn.Result
java.lang.Object
jline.api.pfqn.mva.Pfqn_mvasjn.Result
- Enclosing class:
- Pfqn_mvasjn
Mean performance measures of the network.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MatrixResidence times (M x R).final intIterations performed, one for the lattice recursion.final Pfqn_mvasjn.Profile[]Conditional waiting time profiles, one per SJN station.final MatrixMean queue lengths (M x R).final MatrixUtilizations (M x R).final MatrixThroughputs (1 x R). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
Throughputs (1 x R). -
Q
Mean queue lengths (M x R). -
U
Utilizations (M x R). -
C
Residence times (M x R). -
profiles
Conditional waiting time profiles, one per SJN station. -
iter
public final int iterIterations performed, one for the lattice recursion.
-
-
Constructor Details
-
Result
-