|
@@ -19,7 +19,7 @@ public class ConflictDetection implements AlgorithmStage {
|
|
private int l1;
|
|
private int l1;
|
|
private PseudoCodeNode markNode;
|
|
private PseudoCodeNode markNode;
|
|
|
|
|
|
- ConflictDetection( LayeredGraphNode graph )
|
|
|
|
|
|
+ public ConflictDetection( LayeredGraphNode graph )
|
|
{
|
|
{
|
|
this.graph = graph;
|
|
this.graph = graph;
|
|
actions = new ArrayList<>();
|
|
actions = new ArrayList<>();
|