I went through the pain of generating a .uml
model from java source in Eclipse.
I am using Papyrus for drawing diagrams, but it seems that the only way of displaying my model is manually dragging elements. Every class/method/field/association
needs to be manually moved over.
This is quite a tedious task. I would think that a 'batch loading' of elements would be available, so is it? If there isn't, do you know of a tool that is able to use the same .uml
format and has this functionality?
I'd rather move everything and weed out unneccesary stuff rather than spend hours DNDing.
Thanks!