I use this uml graphing doclet a lot and it is really cool. But it generates diagrams i don’t fully understand.. In particular sometimes my packages have thick arrows between them, sometimes dependencies are represented by thinner arrows..
like in this example >

External link for larger view:
i have not figured out the difference in the types of dependencies that causes the doclet to choose one representation vs. the other. anyone else figure this out ?
thx in advance
cb
For package dependency diagrams, yDoc keeps count of how many individual dependencies exist between two packages. For every five dependencies, the thickness of the corresponding connection is increased by one pixel (up to a seven pixel maximum).
In short: The thicker the line, the “stronger” the dependency.