Hi all,
I have a meta-model implemented as a UML profile and i would like to use this meta-model in MOOSE/Pharo. Is there anyway to convert this meta-model in FM3 or i have to do it by hand ?
Regards,
Hi,
We do not have support for this, but it would be cool to get it. What format is your model in?
Cheers, Doru
On Thu, Feb 23, 2012 at 8:19 AM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
Hi all,
I have a meta-model implemented as a UML profile and i would like to use this meta-model in MOOSE/Pharo. Is there anyway to convert this meta-model in FM3 or i have to do it by hand ?
Regards,
Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
XMI
On Thu, Feb 23, 2012 at 4:10 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
We do not have support for this, but it would be cool to get it. What format is your model in?
Cheers, Doru
On Thu, Feb 23, 2012 at 8:19 AM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
Hi all,
I have a meta-model implemented as a UML profile and i would like to use this meta-model in MOOSE/Pharo. Is there anyway to convert this meta-model in FM3 or i have to do it by hand ?
Regards,
Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Unfortunately, we do not have support for that, except for the regular XML support.
If you plan to do anything in this direction, please let us know.
Cheers, Doru
On Thu, Feb 23, 2012 at 10:14 AM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
XMI
On Thu, Feb 23, 2012 at 4:10 PM, Tudor Girba tudor@tudorgirba.com wrote:
Hi,
We do not have support for this, but it would be cool to get it. What format is your model in?
Cheers, Doru
On Thu, Feb 23, 2012 at 8:19 AM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
Hi all,
I have a meta-model implemented as a UML profile and i would like to use this meta-model in MOOSE/Pharo. Is there anyway to convert this meta-model in FM3 or i have to do it by hand ?
Regards,
Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Serge Stinckwich UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam Matsuno Laboratory, Kyoto University, Japan (until 12/2011) http://www.mechatronics.me.kyoto-u.ac.jp/ Every DSL ends up being Smalltalk http://doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Thu, Feb 23, 2012 at 1:23 AM, Tudor Girba tudor@tudorgirba.com wrote:
Unfortunately, we do not have support for that, except for the regular XML support.
On Thu, Feb 23, 2012 at 10:14 AM, Serge Stinckwich serge.stinckwich@gmail.com wrote:
XMI
There is Galantine on SqueakSource that parses a flavor of XMI: MCHttpRepository location: 'http://www.squeaksource.com/Galantine' user: '' password: ''
description: "Visualizing and importing (from XMI description) formal concept analysis."
Most likely the format isn't exactly what you need, but it could serve as a jumping off place.
-Chris