Package jline.api.sn
Class SnHasSDRoutingKt
-
- All Implemented Interfaces:
public final class SnHasSDRoutingKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnHasSDRouting(NetworkStruct sn)Checks if the network has state-dependent routing strategiesProduct-form requires state-independent (Markovian) routing. -
-
Method Detail
-
snHasSDRouting
final static Boolean snHasSDRouting(NetworkStruct sn)
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
-
-
-
-