Package oracle.spatial.network.lod
Class SpanningTree
- java.lang.Object
-
- oracle.spatial.network.lod.SpanningTree
-
public class SpanningTree extends java.lang.ObjectA 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 voidaddLink(long linkId, double[] linkCosts)voidcomplete()double[]getCosts()long[]getLinks()
-