Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » How to transform a textual description of a UML model to UML2 format
How to transform a textual description of a UML model to UML2 format [message #628380] Wed, 21 April 2010 16:03
mark  is currently offline mark Friend
Messages: 2
Registered: April 2010
Junior Member
Hi,

I've spent most of the day trying to investigate how I could transform a textual description of a UML model to UML2 XMI format?

Basically I'm looking to transform something like this:

Class LoanItem
Class Book GeneralisationWith LoanItem


to the relevant .uml format such as

<packagedElement xmi:type="uml:Class" xmi:id="_ZfD3QC0YEd-yS-ehiYzChA" name="Book">
<generalization xmi:id="_5V9-cC0YEd-yS-ehiYzChA" general="_Z2KIoC0YEd-yS-ehiYzChA"/>
</packagedElement>

<packagedElement xmi:type="uml:Class" xmi:id="_Z2KIoC0YEd-yS-ehiYzChA" name="LoanItem">
<ownedOperation xmi:id="_u8C9QC0YEd-yS-ehiYzChA" name="check-out"/>
<ownedOperation xmi:id="_vPalMC0YEd-yS-ehiYzChA" name="check-in"/>
</packagedElement>


Any hints or type would be greatly appreciated.
Previous Topic:Re: EMF Compare
Next Topic:How to transform a textual description of a UML model to UML2 format
Goto Forum:
  


Current Time: Fri Apr 26 18:52:31 GMT 2024

Powered by FUDForum. Page generated in 0.03131 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top