|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MinimumSpanningTreeAnalyzer
Base interface for the computation of minimum spanning trees in a graph.
mocgraph.analysis.MinimumSpanningTreeAnalysis| Method Summary | |
|---|---|
java.util.List |
edges()
Return the edges of a minimal spanning tree. |
double |
weight()
Return the weight (sum of edge weights) of the minimum spanning tree that is computed. |
| Methods inherited from interface mocgraph.analysis.analyzer.GraphAnalyzer |
|---|
graph |
| Methods inherited from interface mocgraph.analysis.analyzer.Analyzer |
|---|
toString, valid |
| Method Detail |
|---|
java.util.List edges()
Edge.
double weight()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||