Uses of Interface
org.jgrapht.alg.interfaces.SpanningTreeAlgorithm.SpanningTree
Package
Description
Algorithm related interfaces.
Spanning tree and spanner algorithms.
-
Uses of SpanningTreeAlgorithm.SpanningTree in org.jgrapht.alg.interfaces
Modifier and TypeInterfaceDescriptionstatic interface
A spanning tree.Modifier and TypeClassDescriptionstatic class
Default implementation of the spanning tree interface.static class
Default implementation of the spanning tree interface.Modifier and TypeMethodDescriptionSpanningTreeAlgorithm.getSpanningTree()
Computes a spanning tree. -
Uses of SpanningTreeAlgorithm.SpanningTree in org.jgrapht.alg.spanning
Modifier and TypeMethodDescriptionBoruvkaMinimumSpanningTree.getSpanningTree()
Computes a spanning tree.KruskalMinimumSpanningTree.getSpanningTree()
Computes a spanning tree.PrimMinimumSpanningTree.getSpanningTree()
Computes a spanning tree.