public class DijkstraBidirectionCH extends DijkstraBidirectionCHNoSOD
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedTo, from, to
additionalEdgeFilter, 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, initCollections
createEntry, createStartEntry, getParent
accept, bwdSearchCanBeStopped, calcPath, calcWeight, extractPath, fwdSearchCanBeStopped, getCurrentFromWeight, getCurrentToWeight, getIncomingEdge, getOrigEdgeId, getTraversalId, getVisitedNodes, initFrom, initTo, postInit, postInitFrom, postInitTo, runAlgo, setUpdateBestPath, updateBestPath, updateEntry
accept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodes
protected boolean fromEntryCanBeSkipped()
fromEntryCanBeSkipped
in class AbstractBidirAlgo
protected boolean toEntryCanBeSkipped()
toEntryCanBeSkipped
in class AbstractBidirAlgo
public String getName()
getName
in interface RoutingAlgorithm
getName
in class DijkstraBidirectionCHNoSOD
public String toString()
toString
in class DijkstraBidirectionCHNoSOD
Copyright © 2012–2019. All rights reserved.