Exemple #1
0
 public void copyGraph(Graph global)
 {
     this.graphDict = global.getGraph();
 }