Package jline.io
Class MAPQN2RENV
-
- All Implemented Interfaces:
public class MAPQN2RENVTransforms 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 Summary
Constructors Constructor Description MAPQN2RENV()
-
Method Summary
Modifier and Type Method Description static Environmentmapqn2renv(Network model)Transform a queueing network with MMPP2 service into a random environment model. -
-
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
-
-
-
-