Package org.opendaylight.algo
Interface PathComputationProvider
-
- All Known Implementing Classes:
PathComputationServer
public interface PathComputationProvider
This class provides access to Path Computation Algorithms.- Author:
- Olivier Dugeon
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathComputationAlgorithm
getPathComputationAlgorithm(ConnectedGraph cgraph, AlgorithmType algorithmType)
Return Path Computation Algorithm object that corresponds to the requested type.
-
-
-
Method Detail
-
getPathComputationAlgorithm
PathComputationAlgorithm getPathComputationAlgorithm(ConnectedGraph cgraph, AlgorithmType algorithmType)
Return Path Computation Algorithm object that corresponds to the requested type.- Parameters:
cgraph
- Connected Graph on which path computation will runalgorithmType
- Algorithm supported types are: 'SPF', 'CSPF' and 'SAMCRA'- Returns:
- PathComputationAlgorithm
-
-