public class SpanningTree
extends java.lang.Object
| Constructor and Description |
|---|
SpanningTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(long linkId, double[] linkCosts) |
void |
complete() |
double[] |
getCosts() |
long[] |
getLinks() |