Package jline.api.sn
Class SnIsClosedModelKt
-
- All Implemented Interfaces:
public final class SnIsClosedModelKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnIsClosedModel(NetworkStruct sn)Checks if the network model is closed. -
-
Method Detail
-
snIsClosedModel
final static Boolean snIsClosedModel(NetworkStruct sn)
Checks if the network model is closed.
- Parameters:
sn- the NetworkStruct object representing the network- Returns:
true if the network has finite jobs and no infinite jobs, false otherwise
-
-
-
-