public class DijkstraBidirectionCH extends DijkstraBidirectionCHNoSOD
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedToadditionalEdgeFilter, flagEncoder, graph, inEdgeExplorer, maxVisitedNodes, nodeAccess, outEdgeExplorer, traversalMode, weighting| Constructor and Description |
|---|
DijkstraBidirectionCH(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
fromEntryCanBeSkipped() |
String |
getName() |
protected boolean |
toEntryCanBeSkipped() |
String |
toString() |
createAndInitPath, finished, initCollectionscreateEntry, createStartEntry, getParentaccept, bwdSearchCanBeStopped, calcPath, calcWeight, extractPath, fwdSearchCanBeStopped, getCurrentFromWeight, getCurrentToWeight, getOrigEdgeId, getTraversalId, getVisitedNodes, initFrom, initTo, postInit, runAlgo, setUpdateBestPath, updateBestPath, updateEntryaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodespublic DijkstraBidirectionCH(Graph graph, Weighting weighting, TraversalMode traversalMode)
protected boolean fromEntryCanBeSkipped()
fromEntryCanBeSkipped in class AbstractBidirAlgoprotected boolean toEntryCanBeSkipped()
toEntryCanBeSkipped in class AbstractBidirAlgopublic String getName()
getName in interface RoutingAlgorithmgetName in class DijkstraBidirectionCHNoSODpublic String toString()
toString in class DijkstraBidirectionCHNoSODCopyright © 2012–2018. All rights reserved.