Package | Description |
---|---|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
static GraphUtils.CheckRoutingCycleType |
GraphUtils.CheckRoutingCycleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphUtils.CheckRoutingCycleType[] |
GraphUtils.CheckRoutingCycleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.checkRouteContinuity(int[][] linkTable,
int[] sequenceOfLinks,
GraphUtils.CheckRoutingCycleType checkCycles)
Checks for validity of a given path (continuity and, optionally, no loops).
|
static boolean |
GraphUtils.hasRoutingLoops(NetPlan netPlan,
GraphUtils.CheckRoutingCycleType checkCycles)
Indicates whether routing has loops (a node is visited more than once).
|