Class PathComputationImpl
java.lang.Object
org.opendaylight.bgpcep.pcep.server.provider.PathComputationImpl
- All Implemented Interfaces:
PathComputation
-
Constructor Summary
ConstructorDescriptionPathComputationImpl
(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:
computePath
in interfacePathComputation
-
computeTePath
-
computeEro
public Ero computeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, Xro xro, Iro iro, boolean segmentRouting) - Specified by:
computeEro
in interfacePathComputation
-