public class DebugAStar extends AStar implements DebugAlgo
AStar.AStarEntryedgeExplorer, graph, maxVisitedNodes, nodeAccess, traversalMode, weighting| Constructor and Description |
|---|
DebugAStar(Graph graph,
Weighting type,
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, setApproximationaccept, calcPaths, checkAlreadyRun, createEmptyPath, isMaxVisitedNodesExceeded, setMaxVisitedNodes, toStringpublic DebugAStar(Graph graph, Weighting type, TraversalMode tMode, GraphicsWrapper mg)
public void setGraphics2D(Graphics2D g2)
setGraphics2D in interface DebugAlgopublic void updateBestPath(EdgeIteratorState es, SPTEntry bestEE, int currLoc)
updateBestPath in class AStarCopyright © 2012–2022. All rights reserved.