Package oracle.spatial.network.lod
Class SpanningTree
- java.lang.Object
-
- oracle.spatial.network.lod.SpanningTree
-
public class SpanningTree extends java.lang.Object
A spanning tree on the network.- Since:
- release specific (what release of product did this appear in)
-
-
Constructor Summary
Constructors Constructor Description SpanningTree()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addLink(long linkId, double[] linkCosts)
void
complete()
double[]
getCosts()
long[]
getLinks()
-