Package jline.api.sn

Class SnPrintRoutingMatrix

java.lang.Object
jline.api.sn.SnPrintRoutingMatrix

public final class SnPrintRoutingMatrix extends Object
  • Method Details

    • snPrintRoutingMatrix

      public static void snPrintRoutingMatrix(NetworkStruct sn)
      Prints the routing matrix of the network for all classes.
      Parameters:
      sn - the NetworkStruct object for the queueing network model
    • snPrintRoutingMatrix

      public static void 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 classes