Package jline.api.mdd
Class MddClosedQnResult
java.lang.Object
jline.api.mdd.MddClosedQnResult
Result of the MDD-stored exact closed-network solve of
Mdd_closedqn.-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal MDDThe MDD holding the reachable occupancy set.final MatrixStationary distribution over the reachable states, MDD index order.final MatrixCTMC generator, rows aligned toMDD.index(int[])order.final double[]Mean number of jobs per station.final int[][]|S| x M occupancy states, in MDD index order.final MddStatsMDD storage statistics of the reachable set.final doubleGenerator assembly time in seconds.final doublePerformance-measure time in seconds.final doubleReachable-set build time in seconds; 0 when the diagram was supplied.final doublectmc_solve time in seconds.final double[]Utilisation: busy servers / servers, or mean busy jobs for a delay.final double[]Per-station throughput. -
Constructor Summary
ConstructorsConstructorDescriptionMddClosedQnResult(MDD mdd, Matrix Q, Matrix pi, int[][] states, double[] QLen, double[] U, double[] X, MddStats stats, double timeReach, double timeGen, double timeSolve, double timeMetrics) -
Method Summary
-
Field Details
-
mdd
The MDD holding the reachable occupancy set. -
Q
CTMC generator, rows aligned toMDD.index(int[])order. -
pi
Stationary distribution over the reachable states, MDD index order. -
states
public final int[][] states|S| x M occupancy states, in MDD index order. -
QLen
public final double[] QLenMean number of jobs per station. -
U
public final double[] UUtilisation: busy servers / servers, or mean busy jobs for a delay. -
X
public final double[] XPer-station throughput. -
stats
MDD storage statistics of the reachable set. -
timeReach
public final double timeReachReachable-set build time in seconds; 0 when the diagram was supplied. -
timeGen
public final double timeGenGenerator assembly time in seconds. -
timeSolve
public final double timeSolvectmc_solve time in seconds. -
timeMetrics
public final double timeMetricsPerformance-measure time in seconds.
-
-
Constructor Details
-
MddClosedQnResult
-