[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.modeling.mdt.uml2.uml] Re: xml to java
|
Jessie,
I assume you're referring to the tool provided by Omondo? You'll have to ask
them about their file formats, but I believe it should be possible to export
the semantic model in UML2 format...
Kenn
"Jessie Li" <liz32@xxxxxxxxxxx> wrote in message
news:elqip8$miv$1@xxxxxxxxxxxxxxxxxxxx
> Hi all,
>
> By Eclipse UML plugin, I can draw sequence diagram which is saved as a xml
> file. The xml file represents the diagram by the coordinates of objects.
> Does anyone know is there any way to represent the diagram by their logic
> relations instead of the locations? For example, in my sequence diagram, I
> have a frame which property is alt, how to check the method calls in the
> frame easily if I don't read coordinates and count them.
>
> Or is there existed tool to translate the xml (representing the sequence
> diagram) to Java program?
>
> Thanks in advance!
> -Jessie