|
@@ -21,7 +21,7 @@ public class BlockCalc implements AlgorithmStage {
|
|
private int r;
|
|
private int r;
|
|
private LayeredGraphNode graph;
|
|
private LayeredGraphNode graph;
|
|
private ArrayList< ArrayList< ExtremalLayoutCalc > > subgraphAlgs;
|
|
private ArrayList< ArrayList< ExtremalLayoutCalc > > subgraphAlgs;
|
|
- private ArrayList< BackwardAction > backwards;
|
|
|
|
|
|
+ private ArrayList< BackwardAction > backwards; // TODO: evtl richtigen "Stack" benutzen
|
|
private LayoutType layout;
|
|
private LayoutType layout;
|
|
int step;
|
|
int step;
|
|
|
|
|