I am trying to analyze the use of "#include" in C files (which is included first, dependencies ...).
To do this, I extract "#include" from the C file, and I plot. I would like to define common patterns in this column ...
So far, I use JGraphT as the graph engine (not sure if this is the correct expression) and JGraph for rendering (however using jgraph is a bit problematic since layouts are no longer included in the free version).
I could not find support for isomorphism in jgrapht. Do you know any solution providing such support (something like igraph, but for java) ..?
I am using java 1.5 and the proposed solution should be free ...
source
share