|
@@ -77,7 +77,7 @@ public class ConflictDetection implements AlgorithmStage {
|
|
|
}
|
|
|
}
|
|
|
};
|
|
|
- PseudoCodeNode text = new PseudoCodeNode(TextLayoutHelper.setupPseudoCodeStage( "-- mark conflicts in subgrapfhs --" ), tree, new Kommentar(), alg );
|
|
|
+ PseudoCodeNode text = new PseudoCodeNode(TextLayoutHelper.setupPseudoCodeStage( "-- mark conflicts in subgraphs --" ), tree, new Kommentar(), alg );
|
|
|
root.add( text );
|
|
|
PseudoCodeNode foreach = new PseudoCodeNode( TextLayoutHelper.setupPseudoCode( "foreach n in graph.getContainedNodes() do", vars ), tree, new ForEachLoop<LayeredGraphNode>( "n" ) {
|
|
|
@Override
|