From: Andrea A. <and...@al...> - 2006-06-05 19:37:38
|
Bryce L Nordgren ha scritto: > I notice a lot of dashed lines. Is it drawing dependencies to everything > in the import list? No, just from whatever appears in method signatures. There's a flag that can enable the import list as well, but I left it disabled. > That may create a lot of visual noise. Perhaps there > is a way to control how many dependencies are represented? Nope, just the kind: from methods arguments, from imports as well, or nothing > Also, I don't > notice "associations", which I think are being represented as dependencies > instead. > They are there, you just looked at an unfortunate diagram. They are solid lines. It's also possible to have just relationships, but in my opinion that would spoil the diagrams too much. > Is there a way to supply it with a UML diagram, or some sort of UML > connectivity information (e.g., which dependencies are associations, which > are attributes, and which are just dependencies?) Yes, with javadoc comments, see http://www.spinellis.gr/sw/umlgraph/doc/cd-model.html (UmlDoc is an _unreleased_ extension to UmlGraph). > The coverage > implementation is building up full Ecore models for each of the packages. > I think the diagrams could benefit If this information could somehow be > imported into the tool. > That's not something I'm gonna do myself, but it's an open source project, you're welcomed to contribute :-) Cheers Andrea Aime |