From: SourceForge.net <no...@so...> - 2012-11-20 21:34:38
|
The following forum message was posted by allanzc at http://sourceforge.net/projects/jung/forums/forum/252062/topic/6199818: hi, sorry if I did not made it clear, my purpose is that I want to apply a same analyzing method in 10 different networks, and want a quick way to do that. I thought when I only use one network, e.g. if I create a network g for file1, add all edges and nodes from file1. After finishing the analyzing in one loop, then next for file2, should I remove all the edges and nodes in g first, and read file2 to add edges and nodes in file2 for g? My question is like, how to destroy a network or remove all the elements quickly in one graph if I dont need it anymore? Thanks! |