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
Modifier and TypeMethodDescriptiongetPathComputationAlgorithm(ConnectedGraph cgraph, AlgorithmType algorithmType) Return Path Computation Algorithm object that corresponds to the requested type. 
- 
Method Details
- 
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
 
 
 -