|
Routify Documentation
|
Public Member Functions | |
| SlopeOperation (Map< String, Object > params) | |
| HashMap< CustomEdge, Double > | apply (WeightOperationContext context, HashMap< CustomEdge, Double > current) |
Penalises edges whose slope exceeds the requested limit.
|
inline |
|
inline |
Applies the operation to the current weight map and returns the updated weights.
| context | shared input data for the pipeline execution |
| current | current weight map (null for the first operation) |
Implements ch.routify.routing.operations.WeightOperation.