Package org.opendaylight.algo.impl
Class ShortestPathFirst
java.lang.Object
org.opendaylight.algo.impl.AbstractPathComputation
org.opendaylight.algo.impl.ShortestPathFirst
- All Implemented Interfaces:
 PathComputationAlgorithm
This Class implements a simple Shortest Path First path computation algorithm based on standard IGP Metric.
- Author:
 - Olivier Dugeon, Philippe Niger, Philippe Cadro
 
- 
Field Summary
Fields inherited from class org.opendaylight.algo.impl.AbstractPathComputation
constraints, graph, pathDestination, pathSource, priorityQueue, processedPath - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ConstrainedPathcomputeSimplePath(VertexKey src, VertexKey dst) Methods inherited from class org.opendaylight.algo.impl.AbstractPathComputation
computeP2pPath, getIpv4NodeSid, getIpv6NodeSid, getPathDescription, initializePathComputation, pruneEdge 
- 
Constructor Details
- 
ShortestPathFirst
 
 - 
 - 
Method Details
- 
computeSimplePath
- Specified by:
 computeSimplePathin classAbstractPathComputation
 
 -