Package jline.api.sn

Class SnHasProductFormNotHetFCFS

java.lang.Object
jline.api.sn.SnHasProductFormNotHetFCFS

public final class SnHasProductFormNotHetFCFS extends Object
  • Method Details

    • snHasProductFormNotHetFCFS

      public static boolean snHasProductFormNotHetFCFS(NetworkStruct sn)
      Checks if the network satisfies product-form assumptions (does not have heterogeneous FCFS)
      Parameters:
      sn - NetworkStruct object for the queueing network model
      Returns:
      true if the network satisfies the product-form assumptions
    • snHasProductFormNotHetFCFS

      public static boolean snHasProductFormNotHetFCFS(NetworkStruct sn, boolean checkMeans)
      Checks if the network satisfies product-form assumptions (does not have heterogeneous FCFS)
      Parameters:
      sn - NetworkStruct object for the queueing network model
      checkMeans - also demand class-independent FCFS service means. Pass false only for an algorithm that models class-dependent FCFS itself (ab, schmidt, schmidt-ext), for which the exclusion is the whole point.
      Returns:
      true if the network satisfies the product-form assumptions