Package jline.api.sn
Class SnIsStateValidKt
-
- All Implemented Interfaces:
public final class SnIsStateValidKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnIsStateValid(NetworkStruct sn)Checks if the network state is valid. -
-
Method Detail
-
snIsStateValid
final static Boolean snIsStateValid(NetworkStruct sn)
Checks if the network state is valid.
- Parameters:
sn- the NetworkStruct object for the queueing network model- Returns:
true if the state is valid, false otherwise
-
-
-
-