public class DijkstraBidirectionCH extends DijkstraBidirectionCHNoSOD
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTofinishedFrom, finishedToflagEncoder, graph, inEdgeExplorer, maxVisitedNodes, nodeAccess, outEdgeExplorer, traversalMode, weighting| Constructor and Description |
|---|
DijkstraBidirectionCH(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fillEdgesFrom() |
boolean |
fillEdgesTo() |
String |
getName() |
String |
toString() |
createAndInitPath, finished, initCollectionsextractPath, getCurrentFromWeight, getCurrentToWeight, initFrom, initTo, setUpdateBestPath, updateBestPathcalcPath, getVisitedNodes, runAlgoaccept, calcPaths, checkAlreadyRun, createEmptyPath, createSPTEntry, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodespublic DijkstraBidirectionCH(Graph graph, Weighting weighting, TraversalMode traversalMode)
public boolean fillEdgesFrom()
fillEdgesFrom in class DijkstraBidirectionRefpublic boolean fillEdgesTo()
fillEdgesTo in class DijkstraBidirectionRefpublic String getName()
getName in interface RoutingAlgorithmgetName in class DijkstraBidirectionCHNoSODpublic String toString()
toString in class DijkstraBidirectionCHNoSODCopyright © 2012–2018. All rights reserved.