Uses of Interface
org.opendaylight.algo.PathComputationAlgorithm
-
Packages that use PathComputationAlgorithm Package Description org.opendaylight.algo org.opendaylight.algo.impl -
-
Uses of PathComputationAlgorithm in org.opendaylight.algo
Methods in org.opendaylight.algo that return PathComputationAlgorithm Modifier and Type Method Description PathComputationAlgorithm
PathComputationProvider. getPathComputationAlgorithm(ConnectedGraph cgraph, AlgorithmType algorithmType)
Return Path Computation Algorithm object that corresponds to the requested type. -
Uses of PathComputationAlgorithm in org.opendaylight.algo.impl
Classes in org.opendaylight.algo.impl that implement PathComputationAlgorithm Modifier and Type Class Description class
AbstractPathComputation
class
ConstrainedShortestPathFirst
This Class implements a simple Constrained Shortest Path First path computation algorithm that take into account Bandwidth and TE Metric as constraints.class
Samcra
This Class implements the Self Adaptive Multiple Constraints Routing Algorithm (SAMCRA) a Path Computation Algorithm.class
ShortestPathFirst
This Class implements a simple Shortest Path First path computation algorithm based on standard IGP Metric.Methods in org.opendaylight.algo.impl that return PathComputationAlgorithm Modifier and Type Method Description PathComputationAlgorithm
PathComputationServer. getPathComputationAlgorithm(ConnectedGraph runningGraph, AlgorithmType algorithmType)
-