Package oracle.spatial.network.lod
Class BidirectionalDijkstra
- java.lang.Object
-
- oracle.spatial.network.lod.BidirectionalBfs
-
- oracle.spatial.network.lod.BidirectionalDijkstra
-
- All Implemented Interfaces:
ShortestPath
public class BidirectionalDijkstra extends BidirectionalBfs implements ShortestPath
- Since:
- release specific (what release of product did this appear in)
-
-
Field Summary
-
Fields inherited from class oracle.spatial.network.lod.BidirectionalBfs
bestCost, bestPath, bs, fs
-
-
Constructor Summary
Constructors Constructor Description BidirectionalDijkstra(Dijkstra forwardSearch, Dijkstra backwardSearch)
BidirectionalDijkstra(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, LinkLevelSelector forwardLinkLevelSelector, LinkLevelSelector backwardLinkLevelSelector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShortestPath
clone()
-
Methods inherited from class oracle.spatial.network.lod.BidirectionalBfs
getLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNodeCostCalculators, shortestPath
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface oracle.spatial.network.lod.ShortestPath
getLinkCostCalculators, getLinkLevelSelector, getNodeCostCalculators, setInitialAnalysisInfo, setLinkCostCalculators, setLinkLevelSelector, setNetworkAnalyst, setNodeCostCalculators, shortestPath
-
-
-
-
Constructor Detail
-
BidirectionalDijkstra
public BidirectionalDijkstra(NetworkExplorer ne, LinkCostCalculator[] lccs, NodeCostCalculator[] nccs, LinkLevelSelector forwardLinkLevelSelector, LinkLevelSelector backwardLinkLevelSelector)
-
-
Method Detail
-
clone
public ShortestPath clone()
- Specified by:
clone
in interfaceShortestPath
- Overrides:
clone
in classBidirectionalBfs
-
-