A DAG is not necessarily planar as it may have undirected cycles. Anyway I presume this doesn't exist just because rendering graphs is fairly difficult and it's easier to rely on GraphViz to do it. And a complicated hierarchy would be hard to read from the console.
On Friday, 3 October 2014 17:18:29 UTC-4, Kevin Burton wrote: > > on startup it would be nice to graph the dependencies of a daemon so I can > see what the injection looks like. > > I noticed there was a GraphViz module... > > But this requires the Linux C binary and I'd like to not have to require > packages. > > IS there a way to render this just with Java to textual representation? > > Is it not possible to render because it may not be a planar graph? > > I would have assumed that you must setup your dependencies so it's a DAG > with no cycles. > > Thanks > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/9a95581e-95ea-4d49-9b8b-b1a4f8200fd7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
