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