Package | Description |
---|---|
com.net2plan.libraries |
Provides a set of useful libraries to develop algorithms and reports.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GraphUtils.YenAlgorithm.acceptPath(GraphUtils.GraphPath<E> candidate)
Indicates whether a path is valid.
|
boolean |
GraphUtils.YenAlgorithm.compareCandidateToShortestPath(GraphUtils.GraphPath<E> candidate,
GraphUtils.GraphPath<E> shortestPath)
Indicates whether a path is valid when compared to the shortest path.
|
boolean |
GraphUtils.YenAlgorithm.compareCandidateToShortestPath(GraphUtils.GraphPath<E> candidate,
GraphUtils.GraphPath<E> shortestPath)
Indicates whether a path is valid when compared to the shortest path.
|
int |
GraphUtils.GraphPath.compareTo(GraphUtils.GraphPath o)
Compares this object with the specified object for order.
|