public class AlternativeRouteCH extends DijkstraBidirectionCHNoSOD
"Alternative Routes in Road Networks" (Abraham et al.)
| Modifier and Type | Class and Description |
|---|---|
static class |
AlternativeRouteCH.AlternativeInfo |
static class |
AlternativeRouteCH.PotentialAlternativeInfo |
graph, inEdgeExplorer, levelEdgeFilter, nodeAccess, outEdgeExplorerbestBwdEntry, bestFwdEntry, bestWeight, bestWeightMapFrom, bestWeightMapOther, bestWeightMapTo, currFrom, currTo, finishedFrom, finishedTo, from, fromOutEdge, maxVisitedNodes, to, toInEdge, traversalMode, updateBestPath| Constructor and Description |
|---|
AlternativeRouteCH(RoutingCHGraph graph,
PMap hints) |
| Modifier and Type | Method and Description |
|---|---|
List<Path> |
calcPaths(int from,
int to)
Calculates multiple possibilities for a path.
|
boolean |
finished() |
int |
getVisitedNodes()
Returns the visited nodes after searching.
|
createEntry, createStartEntry, getName, getParentaccept, calcWeight, calcWeight, createEmptyPath, extractPath, fillEdgesFromUsingFilter, fillEdgesToUsingFilter, getInEdgeWeight, initCollections, postInitFrom, postInitTo, setPathExtractorSupplier, toString, updateEntrybwdSearchCanBeStopped, calcPath, calcPath, checkAlreadyRun, fromEntryCanBeSkipped, fwdSearchCanBeStopped, getCurrentFromWeight, getCurrentToWeight, getIncomingEdge, initFrom, initTo, isMaxVisitedNodesExceeded, postInit, runAlgo, setMaxVisitedNodes, setUpdateBestPath, toEntryCanBeSkipped, updateBestPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcalcPathcalcPath, setMaxVisitedNodespublic AlternativeRouteCH(RoutingCHGraph graph, PMap hints)
public boolean finished()
finished in class AbstractBidirCHAlgopublic int getVisitedNodes()
RoutingAlgorithmgetVisitedNodes in interface RoutingAlgorithmgetVisitedNodes in class AbstractBidirAlgopublic List<Path> calcPaths(int from, int to)
RoutingAlgorithmcalcPaths in interface RoutingAlgorithmcalcPaths in class AbstractBidirAlgoRoutingAlgorithm.calcPath(int, int)Copyright © 2012–2022. All rights reserved.