public class AStarBidirectionCH extends AStarBidirection
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedToadditionalEdgeFilter, flagEncoder, 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, calcWeight, createEntry, createStartEntry, getApproximation, setApproximation, updateEntryaccept, bwdSearchCanBeStopped, calcPath, extractPath, fromEntryCanBeSkipped, fwdSearchCanBeStopped, getCurrentFromWeight, getCurrentToWeight, getOrigEdgeId, getTraversalId, getVisitedNodes, initFrom, initTo, postInit, runAlgo, setUpdateBestPath, toEntryCanBeSkipped, updateBestPathaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVisitedNodespublic AStarBidirectionCH(Graph graph, Weighting weighting, TraversalMode traversalMode)
protected void initCollections(int size)
initCollections in class AbstractBidirAlgoprotected boolean finished()
AbstractRoutingAlgorithmfinished in class AbstractBidirAlgoprotected Path createAndInitPath()
createAndInitPath in class AbstractBidirAlgopublic String getName()
getName in interface RoutingAlgorithmgetName in class AStarBidirectionpublic String toString()
toString in class AbstractRoutingAlgorithmCopyright © 2012–2018. All rights reserved.