public class MultiLayerUtils
extends Object
| Constructor and Description |
|---|
MultiLayerUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkLayerConsistency(List<NetPlan> netPlans)
Check for consistency between a list of hierarchical layers
|
public static void checkLayerConsistency(List<NetPlan> netPlans)
Check for consistency between a list of hierarchical layers
netPlans - List of network plans (an ascending order will be assumed, that is, the first layer will be the upper one)