Package com.jgalgo.alg
Interface MinimumDirectedSpanningTree.Builder
-
- All Superinterfaces:
AlgorithmBuilderBase
- Enclosing interface:
- MinimumDirectedSpanningTree
public static interface MinimumDirectedSpanningTree.Builder extends AlgorithmBuilderBase
A builder forMinimumDirectedSpanningTree
objects.- Author:
- Barak Ugav
- See Also:
MinimumDirectedSpanningTree.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MinimumDirectedSpanningTree
build()
Create a new algorithm object for minimum directed spanning tree computation.-
Methods inherited from interface com.jgalgo.alg.AlgorithmBuilderBase
setOption
-
-
-
-
Method Detail
-
build
MinimumDirectedSpanningTree build()
Create a new algorithm object for minimum directed spanning tree computation.- Returns:
- a new minimum directed spanning tree algorithm
-
-