Package jline.io

Class MAPQN2RENV

  • All Implemented Interfaces:

    
    public class MAPQN2RENV
    
                        

    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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MAPQN2RENV()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static Environment mapqn2renv(Network model) Transform a queueing network with MMPP2 service into a random environment model.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MAPQN2RENV

        MAPQN2RENV()
    • Method Detail

      • mapqn2renv

         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