rename Node->StateNode
[sbp.git] / src / edu / berkeley / sbp / Reduction.java
index 222a168..0266782 100644 (file)
@@ -9,9 +9,9 @@ final class Reduction implements Comparable<Reduction> {
     private Pos reduction;
     private GSS.Phase phase;
     private Forest forest;
     private Pos reduction;
     private GSS.Phase phase;
     private Forest forest;
-    private Node pred;
+    private StateNode pred;
     
     
-    public Reduction(Node pred, Pos reduction, Forest forest, GSS.Phase target) {
+    public Reduction(StateNode pred, Pos reduction, Forest forest, GSS.Phase target) {
         this.reduction = reduction;
         this.forest = forest;
         this.phase = target;
         this.reduction = reduction;
         this.forest = forest;
         this.phase = target;