Package jline.api.sn
Class SnHasSDRouting
java.lang.Object
jline.api.sn.SnHasSDRouting
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the network has state-dependent routing strategies.
-
Method Details
-
snHasSDRouting
Checks if the network has state-dependent routing strategies.Product-form requires state-independent (Markovian) routing. PROB and RAND are product-form compatible. RROBIN, WRROBIN, JSQ, KCHOICES, RL are state-dependent and violate product-form.
- Parameters:
sn- NetworkStruct object for the queueing network model- Returns:
- true if the network has state-dependent routing, false otherwise
-