Package jline.io
Class Ret.pfqnSchmidt
java.lang.Object
jline.io.Ret.pfqnSchmidt
- Enclosing class:
Ret
Result type for the Schmidt method for load-dependent MVA with multi-server stations.
This class encapsulates the output of the pfqn_schmidt function which implements the Schmidt population recursion algorithm for analyzing closed queueing networks with load-dependent service and multi-server stations. Supports INF, PS, and FCFS scheduling strategies with both single and multi-server configurations.
-
Field Summary
FieldsModifier and TypeFieldDescriptionWaiting time matrix (M x R)intNumber of iterations (states enumerated)Method identifierState probabilities per stationQueue length matrix (M x R)Response time matrix (M x R)doubleRuntime in secondsThroughput matrix (M x R)Utilization matrix (M x R)System throughput vector (1 x R) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
QN
Queue length matrix (M x R) -
UN
Utilization matrix (M x R) -
RN
Response time matrix (M x R) -
TN
Throughput matrix (M x R) -
CN
Waiting time matrix (M x R) -
XN
System throughput vector (1 x R) -
PN
State probabilities per station -
method
Method identifier -
iter
public int iterNumber of iterations (states enumerated) -
runtime
public double runtimeRuntime in seconds
-
-
Constructor Details
-
pfqnSchmidt
-