public class Dijkstra extends BreadthFirstSearch implements ShortestPath, SingleSourceShortestPaths, XMLConfigurable
| Constructor and Description |
|---|
Dijkstra()
Default constructor.
|
Dijkstra(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, LinkLevelSelector lls) |
| Modifier and Type | Method and Description |
|---|---|
Dijkstra |
clone() |
void |
init(org.w3c.dom.Element parameter)
Initializes the XML configurable object with the input parameter.
|
nearestFeatures, nearestNeighbors, nearestPoints, networkBuffer, shortestPath, shortestPaths, shortestPathsLight, traceOut, withinCost, withinCostFeatures, withinCostPointsfindConnectedFeatures, getLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, getXMLSchema, initSearch, preparePathFeature, reset, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNetworkExplorer, setNodeCostCalculatorsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNodeCostCalculators, shortestPathsetNetworkAnalyst, shortestPaths, shortestPathsLightgetXMLSchemapublic Dijkstra()
public Dijkstra(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, LinkLevelSelector lls)
public void init(org.w3c.dom.Element parameter)
XMLConfigurableinit in interface XMLConfigurableinit in class NetworkSearchparameter - an XML element containing the necessary information to initialize the object.public Dijkstra clone()
clone in interface ShortestPathclone in interface SingleSourceShortestPathsclone in class BreadthFirstSearch