public class DijkstraBidirectionCH extends DijkstraBidirectionCHNoSOD
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedTo, from, toadditionalEdgeFilter, flagEncoder, graph, inEdgeExplorer, maxVisitedNodes, nodeAccess, outEdgeExplorer, traversalMode, weighting| Constructor and Description |
|---|
DijkstraBidirectionCH(Graph graph,
Weighting weighting) |
| 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, getIncomingEdge, getOrigEdgeId, getTraversalId, getVisitedNodes, initFrom, initTo, postInit, postInitFrom, postInitTo, runAlgo, setUpdateBestPath, updateBestPath, updateEntryaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodesprotected 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–2019. All rights reserved.