[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.m2m] [ATL] How to use UML with profile as input to a transformation
|
- From: Martin Johansen <martifag@xxxxxxx>
- Date: Tue, 08 Jul 2008 15:16:53 +0200
- Newsgroups: eclipse.modeling.m2m
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.14 (X11/20080505)
Hi!
I have a UML-model with an applied profile.
These were both made with Papyrus UML.
I am using the profile as the metamodel of the input uml model. Is this
the correct way to do things? It works, but strikes me as a bad solution
as I would not be able to apply more profiles.
So, questions:
- What is the correct way to configure a uml with applied profiles as
input?
- How does ATL handle the namespaces and different versions of the
profile which is defined? i.e. if I use the filename of the profile as
input, how does ATL know which version? (I solved this by only having
one defined profile inside the profile.uml file. But I dont know why.).
Thanks!
- Martin
ps.
- I would like to se multiline comments and "empty commas" so that I
can end each statement with a comma (this helps debugging) in ATL.