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