public class DijkstraBidirectionCHNoSOD extends DijkstraBidirectionRef
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTofinishedFrom, finishedToflagEncoder, graph, inEdgeExplorer, maxVisitedNodes, nodeAccess, outEdgeExplorer, traversalMode, weighting| Constructor and Description |
|---|
DijkstraBidirectionCHNoSOD(Graph graph,
Weighting weighting,
TraversalMode traversalMode) |
| Modifier and Type | Method and Description |
|---|---|
protected Path |
createAndInitPath() |
boolean |
finished()
To be overwritten from extending class.
|
String |
getName() |
protected void |
initCollections(int size) |
String |
toString() |
extractPath, fillEdgesFrom, fillEdgesTo, getCurrentFromWeight, getCurrentToWeight, initFrom, initTo, setUpdateBestPath, updateBestPathcalcPath, getVisitedNodes, runAlgoaccept, calcPaths, checkAlreadyRun, createEmptyPath, createSPTEntry, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodespublic DijkstraBidirectionCHNoSOD(Graph graph, Weighting weighting, TraversalMode traversalMode)
protected void initCollections(int size)
initCollections in class DijkstraBidirectionRefpublic boolean finished()
AbstractRoutingAlgorithmfinished in class DijkstraBidirectionRefprotected Path createAndInitPath()
createAndInitPath in class DijkstraBidirectionRefpublic String getName()
getName in interface RoutingAlgorithmgetName in class DijkstraBidirectionRefpublic String toString()
toString in class AbstractRoutingAlgorithmCopyright © 2012–2018. All rights reserved.