454647484950515253
* @see edu.indiana.extreme.xbaya.graph.ws.WSNode#getGUI() */ @Override public NodeGUI getGUI() { if (this.gui == null) { this.gui = new WorkflowNodeGUI(this); } return this.gui; }