299300301302303304305306307308309
if (G != null) { G = null; } // System.out.println("1 okey"); G = new WeightedGraph(MapNode.size()); // System.out.println("2 okey"); for (int index = 0; index < MapNode.size(); index++) { G.addVertex(index, MapNode.get(index)); }