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