Interface PathComputationProvider

  • All Known Implementing Classes:
    PathComputationServer

    public interface PathComputationProvider
    This class provides access to Path Computation Algorithms.
    Author:
    Olivier Dugeon
    • 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 run
        algorithmType - Algorithm supported types are: 'SPF', 'CSPF' and 'SAMCRA'
        Returns:
        PathComputationAlgorithm