565758596061626364
* @see org.apache.airavata.xbaya.graph.ws.WSNode#getGUI() */ @Override public NodeGUI getGUI() { if (this.gui == null) { this.gui = new WorkflowNodeGUI(this); } return this.gui; }