Class MAMInternals

java.lang.Object
jline.solvers.mam.MAMInternals

public class MAMInternals extends Object
Intermediate quantities of the matrix-analytic analysis of a single-queue model, in addition to the mean performance measures returned by getAvg.

Mean values alone hide the objects the method is actually built on, so a matrix-analytic result cannot be inspected, taught, or checked against a published derivation. This carries them.

Exactly one of the two fields is populated: for a BMAP (or MAP) arrival stream feeding an exponential single server the result is that of qsys_bmapm1 and carries the M/G/1-type quantities; for a retrial station it is that of qsys_bmapphnn_retrial and carries the orbit-level stationary distribution together with the truncation level and its residual.

  • Field Details

    • bmapm1

      public final QsysBmapM1Result bmapm1
      M/G/1-type internals of a BMAP/M/1 queue, or null for a retrial station.
    • retrial

      public final QsysRetrialResult retrial
      Orbit-level internals of a retrial station, or null otherwise.
  • Constructor Details