Package com.graphhopper.storage
Class CHStorage.LowWeightShortcut
java.lang.Object
com.graphhopper.storage.CHStorage.LowWeightShortcut
- Enclosing class:
- CHStorage
-
Constructor Summary
ConstructorsConstructorDescriptionLowWeightShortcut
(int nodeA, int nodeB, int shortcut, double weight, double minWeight) -
Method Summary
-
Constructor Details
-
LowWeightShortcut
public LowWeightShortcut(int nodeA, int nodeB, int shortcut, double weight, double minWeight)
-