|
@@ -244,7 +244,7 @@ public class Combine implements AlgorithmStage {
|
|
@Override
|
|
@Override
|
|
public String getDebugString()
|
|
public String getDebugString()
|
|
{
|
|
{
|
|
- String info = "| Node | x | x TL | x TR | x BL | x BR |\n";
|
|
|
|
|
|
+ String info = "| Node | x | x LU | x RU | x LL | x RL |\n";
|
|
for( LayeredGraphNode n : graph.getContainedNodes() )
|
|
for( LayeredGraphNode n : graph.getContainedNodes() )
|
|
{
|
|
{
|
|
info += "|" + TextLayoutHelper.strToLen( n.getName(), 6 ) +
|
|
info += "|" + TextLayoutHelper.strToLen( n.getName(), 6 ) +
|