Package | Description |
---|---|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
com.net2plan.utils |
General utility static methods.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.checkRouteContinuity(Map<Long,Pair<Long,Long>> linkMap,
List<Long> seqLinks,
Constants.CheckRoutingCycleType checkCycles)
Checks for validity of a given path (continuity and, optionally, no loops).
|
Modifier and Type | Method and Description |
---|---|
static Constants.CheckRoutingCycleType |
Constants.CheckRoutingCycleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.CheckRoutingCycleType[] |
Constants.CheckRoutingCycleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|