public class DebugDijkstraSimple extends Dijkstra implements DebugAlgo
edgeExplorer, graph, maxVisitedNodes, nodeAccess, traversalMode, weighting| Constructor and Description |
|---|
DebugDijkstraSimple(Graph graph,
Weighting weighting,
TraversalMode tMode,
GraphicsWrapper mg) |
| Modifier and Type | Method and Description |
|---|---|
void |
setGraphics2D(Graphics2D g2) |
void |
updateBestPath(EdgeIteratorState es,
SPTEntry bestEE,
int currLoc) |
calcPath, extractPath, finished, getName, getVisitedNodes, initCollections, runAlgoaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setMaxVisitedNodes, toStringpublic DebugDijkstraSimple(Graph graph, Weighting weighting, TraversalMode tMode, GraphicsWrapper mg)
public void setGraphics2D(Graphics2D g2)
setGraphics2D in interface DebugAlgopublic void updateBestPath(EdgeIteratorState es, SPTEntry bestEE, int currLoc)
updateBestPath in class DijkstraCopyright © 2012–2022. All rights reserved.