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