86878889909192
/** * @param factory */ public GraphImpl(GraphFactory factory) { this.factory = factory; this.gui = new GraphGUI(this); }