|
|
Re: 2 models to model transformation [message #1736924 is a reply to message #1735807] |
Mon, 04 July 2016 07:54  |
Eclipse User |
|
|
|
Hi Dennis, thanks for your response.
No, I don't want to migrate the references, I want to create a new model with the union of two other classes, including subclasses, attributes, etc.
e.g.:
Class CarA with attributes
- year(int)
- chassi(int)
Subclass Motor from CarA with attributes
- potency(int)
Class CarB with attributes:
- year(int)
- chassi(int)
Subclass Motor from CarB with attributes
- potency(int)
Subclass Door from CarB with attributes
- position(int)
The new class that I want to generate is the merge of class CarA with CarB
Class MergeClassACarB with attributes:
- year(int)
- chassi(int)
Subclass Motor
- potency(int)
Subclass Door
- position(int)
I really need any example code for this.
Att,
|
|
|
Powered by
FUDForum. Page generated in 0.06953 seconds