[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.mdt.uml2] Re: Add classes to my UML2 model via java code

I assume you have seen this already?

http://www.eclipse.org/modeling/mdt/uml2/docs/articles/Getting_Started_with_UML2/article.html

That plus the javadoc for UML2 should get you going...

Cheers,

Rafael

Pierre wrote:
Hello,

I'm currently searching an EMF project which could enable me to add "easily" classes to my UML2 project. A sort of algorithm like this :

Load UML Resource
Add Class 1
Add Class 2
Save UML Resource

Could you please tell me what is the best one for modifying my model please ?

Thanks for your support.

Regards,

P.