Package jline.io

Class QN2LQN

java.lang.Object
jline.io.QN2LQN

public class QN2LQN extends Object
Converts a Queueing Network model to a Layered Queueing Network model.

This conversion creates an LQN representation of a closed queueing network, mapping stations to processors/tasks/entries/activities and routing to activity precedences (OR-forks, AND-forks, AND-joins). The resulting LQN can be solved by SolverLQNS or SolverLN.

Port of MATLAB: matlab/src/io/QN2LQN.m

  • Constructor Details

    • QN2LQN

      public QN2LQN()
  • Method Details

    • convert

      public static LayeredNetwork convert(Network model)
      Convert a Network model to a LayeredNetwork.
      Parameters:
      model - the queueing network model
      Returns:
      a LayeredNetwork representation