Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [uml2-dev] UML Format


Azzam,

Please use the newsgroup for questions. ;)

The articles on the UML2 documention page gives an overview of how to manipulate a UML2 model programatically. It should be straight-forward to write a simple program that loads a model, traverses it, and extracts the information you are looking for...

Cheers,

Kenn Hussey

Eclipse UML2 Project Lead
Rational Software, IBM Software Group

770 Palladium Drive
Kanata, Ontario, K2V 1C8

T: (613) 599-3980  F: (613) 599-3912



azzam maraee <azzam_maraee@xxxxxxxxx>
Sent by: uml2-dev-bounces@xxxxxxxxxxx

05/16/2006 04:24 PM

Please respond to
"This mailing list is used to discuss the development issues for the  UML2 project. "

To
uml2-dev@xxxxxxxxxxx
cc
Subject
[uml2-dev] UML Format





Hi all,
 
I am researching the features of UML Class diagrams as well as consistency. Therefore the model must exist in a format that can be examined. The problem of XMI that it is too complicated and until now I did not find a good parser which enables me to use it. Therefore I am interested in less complex format which enables me to extract the relevant information about the class diagram: Classes, the associations between them with the multiplicity, the hierarchy and so on.
 
Since I did not have any experience in Eclipse (I just already began using it), my question: is there any alternative format which Eclipse provides? Or maybe a normal parser. Or maybe the tool enables to access modeler features (script / plug-out) to extract the appropriate data.
 
I am not interested to generate any code, my purpose, in a given class diagram, is to extract all the information about such class diagram in a normal format. I will take such format and build a parser which extract the information and transfer it to an analyzing tool. In the in the absence of such format force me to take the XMI alternative.
 
I will appreciate any help.
 
Azzam

Send instant messages to your online friends http://uk.messenger.yahoo.com _______________________________________________
uml2-dev mailing list
uml2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/uml2-dev


Back to the top