Hi Raphael and Benoit, >From what I understood, Raphael gave me the guidelines to transform an entire UML project into Sysml.
Since the the ".sysml" files and ".uml" files are xml content. So, if I want to copy a state machine defined in UML project into a SysML project. Can I copy textually the XML defining the state machine Package in the ".uml" and then paste it in ".sysml" file? Or is there a more elegant way in Topcased? Daniel > Message: 6 > Date: Tue, 02 Dec 2008 18:25:26 +0100 > From: Raphael FAUDOU <[EMAIL PROTECTED]> > Subject: Re: [Topcased-users] Migrate the UML state diagrams to SysML > To: [email protected] > Cc: TOPCASED-ATOS <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Daniel, > > In TOPCASED, to migrate an existing UML model into a SysML model there > is not yet an automatic transformation (but there is current work on > such a transformation). > For now, you can do it manually with the following steps: > 1/ rename file extension. Say XXX.uml and XXX.umldi => you should get > XXX.sysml and XXX.sysmldi. > 2/ open XXX.sysml as text file and add namespace support for SysML > metamodel in the first line : " > xmlns:sysML="http://www.topcased.org/2.0/sysML". > Check if you can open the XXX.sysml with the treeview SysML editor. It > should work and you should be able to see you statecharts elements. > 3/ open XXX.sysmldi as texte file and search for occurences of > "href="XXX.uml#" to replace them by "href="XXX.sysml#. > Check the result with opening the XXX.sysmldi with TOPCASED Sysml > editor. It should work. > > Please contact Benoit Maggi or me if there is still an issue with this > migration. > regards > rapha?l > _______________________________________________ Topcased-users mailing list [email protected] http://lists.gforge.enseeiht.fr/mailman/listinfo/topcased-users
