Package jline.api.sn
Class SnIsOpenModel
java.lang.Object
jline.api.sn.SnIsOpenModel
Stochastic network model type classifier for open models.
Identifies open queueing network models with external arrivals and infinite job populations. Open models are essential for analyzing systems with external traffic sources and unlimited capacity for job creation.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanChecks if the network is an open model.
-
Method Details
-
snIsOpenModel
Checks if the network is an open model.- Parameters:
sn- the NetworkStruct object for the queueing network model- Returns:
- true if the network has infinite jobs and no finite jobs, false otherwise
-