Package jline.api.sn
Class SnIsPopulationModelKt
-
- All Implemented Interfaces:
public final class SnIsPopulationModelKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnIsPopulationModel(NetworkStruct sn)Checks if the model is a population model (only specific scheduling strategies without priorities or fork-join) -
-
Method Detail
-
snIsPopulationModel
final static Boolean snIsPopulationModel(NetworkStruct sn)
Checks if the model is a population model (only specific scheduling strategies without priorities or fork-join)
- Parameters:
sn- the NetworkStruct object for the queueing network model- Returns:
true if the model is a population model, false otherwise
-
-
-
-