Interface TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>
- Type Parameters:
V- the graph vertex typeE- the graph edge type
- All Known Implementing Classes:
TreeToPathDecompositionAlgorithm.PathDecompositionImpl
- Enclosing interface:
TreeToPathDecompositionAlgorithm<V,E>
public static interface TreeToPathDecompositionAlgorithm.PathDecomposition<V,E>
A path decomposition.
-
Method Summary
-
Method Details
-
getEdges
-
getPaths
-
numberOfPaths
default int numberOfPaths()- Returns:
- number of paths in the decomposition
-