Package jline.api.sn
Class SnIsPopulationModel
java.lang.Object
jline.api.sn.SnIsPopulationModel
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the model is a population model (only specific scheduling strategies without priorities or fork-join)
-
Method Details
-
snIsPopulationModel
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
-