737475767778798081
* @return */ @Override public NodeGUI getGUI() { if (this.gui == null) { this.gui = new ForEachNodeGUI(this); } return this.gui; }