public class AStarBidirectionCH extends AStarBidirection
bestPath, bestWeightMapFrom, bestWeightMapTo, currFrom, currTofinishedFrom, finishedToflagEncoder, graph, inEdgeExplorer, maxVisitedNodes, nodeAccess, outEdgeExplorer, traversalMode, weighting| Constructor and Description |
|---|
AStarBidirectionCH(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
protected Path |
createAndInitPath() |
protected boolean |
finished()
To be overwritten from extending class.
|
String |
getName() |
protected void |
initCollections(int size) |
String |
toString() |
afterHeuristicChange, createSPTEntry, extractPath, getApproximation, getCurrentFromWeight, getCurrentToWeight, initFrom, initTo, setApproximation, updateBestPathcalcPath, getVisitedNodes, runAlgoaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodes, updateBestPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVisitedNodespublic AStarBidirectionCH(Graph graph, Weighting weighting, TraversalMode traversalMode)
protected void initCollections(int size)
initCollections in class AStarBidirectionprotected boolean finished()
AbstractRoutingAlgorithmfinished in class AStarBidirectionprotected Path createAndInitPath()
createAndInitPath in class AStarBidirectionpublic String getName()
getName in interface RoutingAlgorithmgetName in class AStarBidirectionpublic String toString()
toString in class AbstractRoutingAlgorithmCopyright © 2012–2018. All rights reserved.