Package jline.api.sn
Class SnPrintRoutingMatrix
java.lang.Object
jline.api.sn.SnPrintRoutingMatrix
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidPrints the routing matrix of the network for all classes.static voidsnPrintRoutingMatrix(NetworkStruct sn, String onlyClassName) Prints the routing matrix of the network, optionally for a specific job class.
-
Method Details
-
snPrintRoutingMatrix
Prints the routing matrix of the network for all classes.- Parameters:
sn- the NetworkStruct object for the queueing network model
-
snPrintRoutingMatrix
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 classes
-