Package jline.api.sn

Class SnIsOpenModel

java.lang.Object
jline.api.sn.SnIsOpenModel

public final class SnIsOpenModel extends Object
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 Details

    • snIsOpenModel

      public static boolean snIsOpenModel(NetworkStruct sn)
      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