public final class HlddModelUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
containsEmptyModules(HlddModel model)
Checks whether the model contains empty modules.
|
public static boolean containsEmptyModules(HlddModel model)
model
- The model to be checked.true
if at least one module of the specified model is empty, false
otherwise.