Class PathComputationImpl
java.lang.Object
org.opendaylight.bgpcep.pcep.server.provider.PathComputationImpl
- All Implemented Interfaces:
 PathComputation
- 
Constructor Summary
ConstructorsConstructorDescriptionPathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider)  - 
Method Summary
Modifier and TypeMethodDescriptioncomputeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, Xro xro, Iro iro, boolean segmentRouting) computePath(Requests req) computeTePath(IntendedPath intend)  
- 
Constructor Details
- 
PathComputationImpl
 
 - 
 - 
Method Details
- 
computePath
- Specified by:
 computePathin interfacePathComputation
 - 
computeTePath
 - 
computeEro
public Ero computeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, Xro xro, Iro iro, boolean segmentRouting) - Specified by:
 computeEroin interfacePathComputation
 
 -