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