Package jline.io

Class MAPQN2RENV

java.lang.Object
jline.io.MAPQN2RENV

public class MAPQN2RENV extends Object
Transforms a queueing network with MMPP2 service into a random environment model. The transformation converts MMPP2 (2-phase Markov Modulated Poisson Process) service distributions into an equivalent random environment model with exponential services. The environment has two stages (one per MMPP phase) with transitions defined by the MMPP D0 matrix.
  • Constructor Details

    • MAPQN2RENV

      public MAPQN2RENV()
  • Method Details

    • mapqn2renv

      public static Environment mapqn2renv(Network model)
      Transform a queueing network with MMPP2 service into a random environment model.
      Parameters:
      model - Network with MMPP2 service distributions
      Returns:
      Environment model with exponential services modulated by MMPP phases
      Throws:
      RuntimeException - if no MMPP2 service distribution is found