787980818283848586
* @see edu.indiana.extreme.xbaya.graph.Node#getGUI() */ @Override public NodeGUI getGUI() { if (this.gui == null) { this.gui = new TerminateInstanceNodeGUI(this); } return this.gui; }