Package jline.api.sn

Class SnPrintRoutingMatrixKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Unit snPrintRoutingMatrix(NetworkStruct sn, String onlyClassName) Prints the routing matrix of the network, optionally for a specific job class.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • snPrintRoutingMatrix

         final static Unit snPrintRoutingMatrix(NetworkStruct sn, String onlyClassName)

        Prints the routing matrix of the network, optionally for a specific job class.

        Parameters:
        sn - the NetworkStruct object for the queueing network model
        onlyClassName - the name of the specific job class to filter the routing matrix output, or null for all classesPrints the routing matrix of the network for all classes if onlyClassName is null.