|
Routify Documentation
|
Public Member Functions | |
| HashMap< CustomEdge, Double > | apply (WeightOperationContext context, HashMap< CustomEdge, Double > current) |
Initializes the pipeline with a fresh copy of the precomputed base weights.
|
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.