public class DijkstraBidirectionCHNoSOD extends DijkstraBidirectionRef
bestPath, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedToadditionalEdgeFilter, flagEncoder, 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() |
createEntry, createStartEntry, getParentaccept, bwdSearchCanBeStopped, calcPath, calcWeight, extractPath, fromEntryCanBeSkipped, fwdSearchCanBeStopped, getCurrentFromWeight, getCurrentToWeight, getOrigEdgeId, getTraversalId, getVisitedNodes, initFrom, initTo, postInit, runAlgo, setUpdateBestPath, toEntryCanBeSkipped, updateBestPath, updateEntryaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setEdgeFilter, setMaxVisitedNodespublic DijkstraBidirectionCHNoSOD(Graph graph, Weighting weighting, TraversalMode traversalMode)
protected void initCollections(int size)
initCollections in class AbstractBidirAlgopublic boolean finished()
AbstractRoutingAlgorithmfinished in class AbstractBidirAlgoprotected Path createAndInitPath()
createAndInitPath in class AbstractBidirAlgopublic String getName()
getName in interface RoutingAlgorithmgetName in class DijkstraBidirectionRefpublic String toString()
toString in class AbstractRoutingAlgorithmCopyright © 2012–2018. All rights reserved.