Package jline.api.sn
Class SnIsMixedModelKt
-
- All Implemented Interfaces:
public final class SnIsMixedModelKt
-
-
Method Summary
Modifier and Type Method Description final static BooleansnIsMixedModel(NetworkStruct sn)Checks if the network is a mixed model. -
-
Method Detail
-
snIsMixedModel
final static Boolean snIsMixedModel(NetworkStruct sn)
Checks if the network is a mixed model.
- Parameters:
sn- the NetworkStruct object for the queueing network model- Returns:
true if the network has mixed classes, false otherwise
-
-
-
-