Package jline.api.sn
Class SnHasProductFormNotHetFCFS
java.lang.Object
jline.api.sn.SnHasProductFormNotHetFCFS
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the network satisfies product-form assumptions (does not have heterogeneous FCFS)static booleansnHasProductFormNotHetFCFS(NetworkStruct sn, boolean checkMeans) Checks if the network satisfies product-form assumptions (does not have heterogeneous FCFS)
-
Method Details
-
snHasProductFormNotHetFCFS
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
Checks if the network satisfies product-form assumptions (does not have heterogeneous FCFS)- Parameters:
sn- NetworkStruct object for the queueing network modelcheckMeans- 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
-