Package jline.api.sn
Class SnPrintRoutingMatrixKt
-
- All Implemented Interfaces:
public final class SnPrintRoutingMatrixKt
-
-
Method Summary
Modifier and Type Method Description final static UnitsnPrintRoutingMatrix(NetworkStruct sn, String onlyClassName)Prints the routing matrix of the network, optionally for a specific job class. -
-
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 modelonlyClassName- 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.
-
-
-
-