• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

UML tool - one big diagram

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I started working on some big Eclipse plugin project and I am supposed to create a diagram that will show haow everything is built for new programmers that will join our team. I need a UML tool that will be able to create one big class diagram out of the whole plugin. The problem is that if I use full classes on the diagram is just to big, with methods and attributes taking up too much space and making it hard to read. And when I use only class frames, every dependency but interface implementation disappear. Anyone knows a tool that can do that automatically or fairly easily in one diagram? I tried already: StarUML, ArgoUML, Violet, Enterprise Architect, Visual Paradigm, UML2 Eclipse plugin, which refuses to collaborate at all and now I am battling with Poseidon evaluation version ...

I will be grateful for any suggestions

If this subject has been brought up, I appologize, but I could not find one that answers my question.

thanks,
Kate
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try to hide attribute compartment and operation compartment in class diagram, consult your product manuals.
 
reply
    Bookmark Topic Watch Topic
  • New Topic