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, JobClass onlyclass)Prints the routing matrix of the network, optionally for a specific job class. -
-
Method Detail
-
snPrintRoutingMatrix
final static Unit snPrintRoutingMatrix(NetworkStruct sn, JobClass onlyclass)
Prints the routing matrix of the network, optionally for a specific job class.
- Parameters:
sn- the NetworkStruct object for the queueing network modelonlyclass- the specific job class to filter the routing matrix output, or null for all classesPrints the routing matrix of the network for all classes.
-
-
-
-