Class PathComputationImpl
- java.lang.Object
 - 
- org.opendaylight.bgpcep.pcep.server.provider.PathComputationImpl
 
 
- 
- All Implemented Interfaces:
 PathComputation
public class PathComputationImpl extends Object implements PathComputation
 
- 
- 
Constructor Summary
Constructors Constructor Description PathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ErocomputeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, boolean segmentRouting)MessagecomputePath(Requests req) 
 - 
 
- 
- 
Constructor Detail
- 
PathComputationImpl
public PathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider)
 
 - 
 
- 
Method Detail
- 
computePath
public Message computePath(Requests req)
- Specified by:
 computePathin interfacePathComputation
 
- 
computeEro
public Ero computeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, boolean segmentRouting)
- Specified by:
 computeEroin interfacePathComputation
 
 - 
 
 -