Package org.opendaylight.algo.impl
Class ConstrainedShortestPathFirst
java.lang.Object
org.opendaylight.algo.impl.AbstractPathComputation
org.opendaylight.algo.impl.ConstrainedShortestPathFirst
- All Implemented Interfaces:
PathComputationAlgorithm
This Class implements a simple Constrained Shortest Path First path computation algorithm that take into account
Bandwidth and TE Metric as constraints.
- Author:
- Olivier Dugeon, Philippe Niger, Philippe Cadro
-
Field Summary
Fields inherited from class org.opendaylight.algo.impl.AbstractPathComputation
constraints, graph, pathDestination, pathSource, priorityQueue, processedPath, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CspfPathcomputeSimplePath(VertexKey src, VertexKey dst) Methods inherited from class org.opendaylight.algo.impl.AbstractPathComputation
combineDivertPaths, computeDivertPaths, computeP2pPath, getComputedDelay, getComputedMetric, getComputedTeMetric, getIpv4NodeSid, getIpv6NodeSid, getPathDescription, initializePathComputation, pruneEdge, resetEdgesDiversity, resetVerticesDiversity, setEdgesDiversity, setVerticesDiversity, toConstrainedPath, toConstrainedPath, verifySrlgs
-
Constructor Details
-
ConstrainedShortestPathFirst
-
-
Method Details
-
computeSimplePath
- Specified by:
computeSimplePathin classAbstractPathComputation
-