[Soot-list] Mutable BlockGraph

shmohtasham at gmail.com shmohtasham at gmail.com
Thu Feb 5 17:57:00 EST 2009


Hi,

I'd like to change a BlockGraph but i could not find any mutable block  
graph in soot. There are some mutable directed graph
utility classes (e.g. HashMutableDirectedGraph) but there's no easy  
way to make a BlockGraph again (after changing it) from
a mutable graph.

So, I was wondering what would be the best way to edit a BlockGraph on  
the fly (add/remove nodes/edges) in soot? I mostly
mean an easier way than having to implement a mutable block graph!

Thanks in advance for your time.

--Hossein


More information about the Soot-list mailing list