Package jline.io

Class QN2LQN

  • All Implemented Interfaces:

    
    public class QN2LQN
    
                        

    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). The resulting LQN can be solved by SolverLQNS.

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

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      QN2LQN()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static LayeredNetwork convert(Network model) Convert a Network model to a LayeredNetwork.
      • Methods inherited from class java.lang.Object

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

      • QN2LQN

        QN2LQN()
    • Method Detail

      • convert

         static LayeredNetwork convert(Network model)

        Convert a Network model to a LayeredNetwork.

        Parameters:
        model - the queueing network model
        Returns:

        a LayeredNetwork representation