Class ShortestPathFirst

java.lang.Object
org.opendaylight.algo.impl.AbstractPathComputation
org.opendaylight.algo.impl.ShortestPathFirst
All Implemented Interfaces:
org.opendaylight.algo.PathComputationAlgorithm

public class ShortestPathFirst extends AbstractPathComputation
This Class implements a simple Shortest Path First path computation algorithm based on standard IGP Metric.
Author:
Olivier Dugeon, Philippe Niger, Philippe Cadro
  • Constructor Details

    • ShortestPathFirst

      public ShortestPathFirst(org.opendaylight.graph.ConnectedGraph graph)
  • Method Details

    • computeSimplePath

      protected org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev220324.ConstrainedPath computeSimplePath(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.VertexKey src, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.graph.topology.graph.VertexKey dst)
      Specified by:
      computeSimplePath in class AbstractPathComputation