[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modisco] Re: UML Diagram Generation

Thank you very much for your responses.

My requirements match more with Papyrus UML tool...

I tryed creating KDM,J2SE5,UML models and tryed to open them using UML tool and Papyrus.

I think for my requirement it would be better to modify the discoverers so that the meta model has class Hierarchy,method call hierarchy,relation ship info etc.

also using the above model i should write my own editor/view which can show the model as per my requirement...

For this which framework should i use GMF or GEF????

The only problem i think would be it takes a lot of time to discover a model for a small project let alone big projects...

Gabriel wrote:

Hello,
I think that UML2Tools could be a good choice as it automatically creates
and initializes diagrams from existing model
(to validate your models).
And of course MoDisco is the best to create models, its structure lets you
modify and configure existing discoverers
easily, as for instant we only provide class informations but you could
improve these tools to add sequence informations
as well.

So for me, you should try combination of MoDisco and UML2Tools (see example
plugin
org.eclipse.gmt.modisco.usecases.modelfilter).

Regards
Gabriel

vijay wrote:
I have tryed modisco but the uml diagram which i expect to be drawn are different from what it draws(Tree structure)...

even if have to draw then i have to use the model generated which i think is as good as using the JDT project hirarcy classes..

i am planning to use UML2Tools as my target tool, but my requirement is only to generate not to draw and modify...

Also in EMF,GMF,GEF,modisco,UML2 which frameworks should i concentrate more on...(i am new to the modeling frameworks)

Thanks a lot for your help...



Gabriel wrote:

Hello,
In MoDisco examples, you could see some discoverers from Java or C# to
specific models, then to KDM models and finally
to UML models.
Perhaps could you reproduce the same schema with UML diagrams.
And just a question, have you already choosen the target tool for UML
diagrams ? for example, in eclipse there is
UML2Tools and Papyrus.

regards,
Gabriel

vijay wrote:
Hi,

I have to build a tool which can generate UML diagrams from code,
Like class Hierarchy, Class relations, Sequence diagrams etc.

Can any body give me directions in terms of frameworks which could be directly used with minimum code changes or without any changes.

Thanks in advance