Uses of Interface
org.opendaylight.algo.PathComputationAlgorithm
-
Uses of PathComputationAlgorithm in org.opendaylight.algo
Modifier and TypeMethodDescriptionPathComputationProvider.getPathComputationAlgorithm
(ConnectedGraph cgraph, AlgorithmType algorithmType) Return Path Computation Algorithm object that corresponds to the requested type. -
Uses of PathComputationAlgorithm in org.opendaylight.algo.impl
Modifier and TypeClassDescriptionclass
class
This Class implements a simple Constrained Shortest Path First path computation algorithm that take into account Bandwidth and TE Metric as constraints.class
This Class implements the Self Adaptive Multiple Constraints Routing Algorithm (SAMCRA) a Path Computation Algorithm.class
This Class implements a simple Shortest Path First path computation algorithm based on standard IGP Metric.Modifier and TypeMethodDescriptionPathComputationServer.getPathComputationAlgorithm
(ConnectedGraph runningGraph, AlgorithmType algorithmType)