Dependency graph

Kernel allows the creation of a dependency graph. The following lines will generate it in a format supported by Graphviz.

DependencyGrapher dg = new DependencyGrapher(krnl);
String dot = dg.getDependencyGraph();