|
@@ -10,7 +10,6 @@ public class CpsNode extends CpsObject {
|
|
super(objName);
|
|
super(objName);
|
|
this.setConnections(new ArrayList<CpsEdge>());
|
|
this.setConnections(new ArrayList<CpsEdge>());
|
|
this.setImage("/Images/node.png");
|
|
this.setImage("/Images/node.png");
|
|
- this.setID(idCounter.nextId());
|
|
|
|
this.setSav("Canvas");
|
|
this.setSav("Canvas");
|
|
}
|
|
}
|
|
|
|
|