686970717273747576
/** * @see org.apache.airavata.xbaya.graph.Node#getGUI() */ public NodeGUI getGUI() { if (this.gui == null) { this.gui = new EndForEachNodeGUI(this); } return this.gui; }