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