Package jline.api.sn
Class SnIsOpenModelKt
-
- All Implemented Interfaces:
public final class SnIsOpenModelKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnIsOpenModel(NetworkStruct sn)Checks if the network is an open model. -
-
Method Detail
-
snIsOpenModel
final 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
-
-
-
-