Class TreeToPathDecompositionAlgorithm.PathDecompositionImpl<V,E>

java.lang.Object
org.jgrapht.alg.interfaces.TreeToPathDecompositionAlgorithm.PathDecompositionImpl<V,E>
Type Parameters:
V - the graph vertex type
E - the graph edge type
All Implemented Interfaces:
Serializable, TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>
Enclosing interface:
TreeToPathDecompositionAlgorithm<V,E>

public static class TreeToPathDecompositionAlgorithm.PathDecompositionImpl<V,E> extends Object implements TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>, Serializable
Default implementation of the path decomposition interface.
See Also: