public class AStar extends BreadthFirstSearch implements ShortestPath, XMLConfigurable
| Constructor and Description |
|---|
AStar()
Default constructor.
|
AStar(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, HeuristicCostFunction astarCostFunction, LinkLevelSelector lls) |
| Modifier and Type | Method and Description |
|---|---|
AStar |
clone() |
java.lang.String |
getXMLSchema()
Returns the XML schema for the input parameter.
|
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, initSearch, preparePathFeature, reset, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNetworkExplorer, setNodeCostCalculatorsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNodeCostCalculators, shortestPathpublic AStar()
public AStar(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, HeuristicCostFunction astarCostFunction, LinkLevelSelector lls)
public AStar clone()
clone in interface ShortestPathclone in class BreadthFirstSearchpublic 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 java.lang.String getXMLSchema()
XMLConfigurablegetXMLSchema in interface XMLConfigurablegetXMLSchema in class NetworkSearch