Package com.graphhopper.routing.ch
Class CHEntry
java.lang.Object
com.graphhopper.routing.SPTEntry
com.graphhopper.routing.ch.CHEntry
- All Implemented Interfaces:
Comparable<SPTEntry>
- Direct Known Subclasses:
AStarCHEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The id of the incoming original edge at this shortest path tree entry. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.graphhopper.routing.SPTEntry
compareTo, getWeightOfVisitedPath, isDeleted, setDeleted
-
Field Details
-
incEdge
public int incEdgeThe id of the incoming original edge at this shortest path tree entry. For original edges this is the same as the edge id, but for shortcuts this is the id of the last original edge of the shortcut.
-
-
Constructor Details
-
CHEntry
public CHEntry(int node, double weight) -
CHEntry
-
-
Method Details