Package jline.api.sn

Class SnHasSDRouting

java.lang.Object
jline.api.sn.SnHasSDRouting

public final class SnHasSDRouting extends Object
  • Method Details

    • snHasSDRouting

      public 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