Class SteinerTreeAlgorithm.SteinerTreeImpl<E>

java.lang.Object
org.jgrapht.alg.interfaces.SteinerTreeAlgorithm.SteinerTreeImpl<E>
Type Parameters:
E - the graph edge type
All Implemented Interfaces:
Serializable, Iterable<E>, SteinerTreeAlgorithm.SteinerTree<E>
Enclosing interface:
SteinerTreeAlgorithm<V,E>

public static class SteinerTreeAlgorithm.SteinerTreeImpl<E> extends Object implements SteinerTreeAlgorithm.SteinerTree<E>, Serializable
Default implementation of the Steiner tree interface.
See Also: