697071727374757677
/** * @see org.apache.airavata.xbaya.graph.Edge#getGUI() */ public EdgeGUI getGUI() { if (this.gui == null) { this.gui = new EdgeGUI(this); } return this.gui; }