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. Here, it assumes that links in a given layer are demands of the layer below.
netPlans
- List of network plans (an ascending order will be assumed, that is, the first layer will be the upper one)