|
Routify Documentation
|
Public Member Functions | |
| WeightOperationContext (Set< CustomEdge > edges, HashMap< CustomEdge, Double > baseWeights, JSONObject requestData, String routingMode, String transportMode, String[] allowedFeatures) | |
| Set< CustomEdge > | getEdges () |
| HashMap< CustomEdge, Double > | getBaseWeights () |
| JSONObject | getRequestData () |
| String | getRoutingMode () |
| String | getTransportMode () |
| String[] | getAllowedFeatures () |
| HashSet< String > | getAllowedFeatureSet () |
| double[] | getCachedNoiseBounds () |
| void | setCachedNoiseBounds (double[] cachedNoiseBounds) |
| double | requireDouble (String key) |
| double | getDoubleOrDefault (String key, double defaultValue) |
| OptionalDouble | getDouble (String key) |
Shared state passed to each weight operation during pipeline execution.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |