public interface DecompositionPrinter
CospanDecomposition,
GraphDecomposition| Modifier and Type | Method and Description |
|---|---|
void |
print(CospanDecomposition decomposition)
Prints a cospan decomposition to this printer.
|
void |
print(GraphDecomposition decomposition)
Prints a graph decomposition to this printer.
|
void print(CospanDecomposition decomposition)
decomposition - the cospan decomposition to be printedvoid print(GraphDecomposition decomposition)
decomposition - the graph decomposition to be printed