public class EdgeBasedCHBidirPathExtractor extends BidirPathExtractor
path
Constructor and Description |
---|
EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
Modifier and Type | Method and Description |
---|---|
int |
getIncEdge(SPTEntry sptEntry) |
void |
onEdge(int edge,
int adjNode,
boolean reverse,
int prevOrNextEdge) |
extract, extractBwdPath, extractFwdPath, extractPath, followParentsUntilRoot, onBwdTreeRoot, onFwdTreeRoot, onMeetingPoint, processMeetingPoint, setExtractionTime
public EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph)
public void onEdge(int edge, int adjNode, boolean reverse, int prevOrNextEdge)
onEdge
in class BidirPathExtractor
public int getIncEdge(SPTEntry sptEntry)
getIncEdge
in class BidirPathExtractor
Copyright © 2012–2020. All rights reserved.