Hello,
I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one.
Does something exist to do that?
Thanks in advance.
There is no real support for this.
Cheers, Doru
On Wed, Apr 24, 2013 at 11:42 AM, Guillaume Larcheveque < guillaume.larcheveque@gmail.com> wrote:
Hello,
I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one.
Does something exist to do that?
Thanks in advance.
-- *Guillaume Larcheveque*
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Ok,
thank you for the rapidity of your answer
2013/4/24 Tudor Girba tudor@tudorgirba.com
There is no real support for this.
Cheers, Doru
On Wed, Apr 24, 2013 at 11:42 AM, Guillaume Larcheveque < guillaume.larcheveque@gmail.com> wrote:
Hello,
I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one.
Does something exist to do that?
Thanks in advance.
-- *Guillaume Larcheveque*
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
not directly related, but I think there is real need for some model matching tool: Something that could matchentities from one model to the same entities of another model (different version).
It would be useful in your case, but also for example to generate one Orion models from various Famix model (one orion model uses much less memory than several Famix model with the same information). This again would allow to have more effective dynamix for example.
I have something more or less related in verveinej to merge various parts of one model (so it is easier because it matches copies of the same entities). Basically I do it by checking the names and recursively matching the containers: - 2 methods match if they have same signature + their classes match - 2 classes match if they have same name + their namespaces match - ...
nicolas
On 04/24/2013 01:05 PM, Guillaume Larcheveque wrote:
Ok,
thank you for the rapidity of your answer
2013/4/24 Tudor Girba <tudor@tudorgirba.com mailto:tudor@tudorgirba.com>
There is no real support for this. Cheers, Doru On Wed, Apr 24, 2013 at 11:42 AM, Guillaume Larcheveque <guillaume.larcheveque@gmail.com <mailto:guillaume.larcheveque@gmail.com>> wrote: Hello, I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one. Does something exist to do that? Thanks in advance. -- *Guillaume Larcheveque* _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch <mailto:Moose-dev@iam.unibe.ch> https://www.iam.unibe.ch/mailman/listinfo/moose-dev -- www.tudorgirba.com <http://www.tudorgirba.com> "Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch <mailto:Moose-dev@iam.unibe.ch> https://www.iam.unibe.ch/mailman/listinfo/moose-dev-- *Guillaume Larcheveque*
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
On Apr 24, 2013, at 1:37 PM, Nicolas Anquetil Nicolas.Anquetil@inria.fr wrote:
not directly related, but I think there is real need for some model matching tool: Something that could matchentities from one model to the same entities of another model (different version).
Yes It can be a really starter project for anne for example.
It would be useful in your case, but also for example to generate one Orion models from various Famix model (one orion model uses much less memory than several Famix model with the same information). This again would allow to have more effective dynamix for example.
I have something more or less related in verveinej to merge various parts of one model (so it is easier because it matches copies of the same entities). Basically I do it by checking the names and recursively matching the containers:
- 2 methods match if they have same signature + their classes match
- 2 classes match if they have same name + their namespaces match
- ...
nicolas
On 04/24/2013 01:05 PM, Guillaume Larcheveque wrote:
Ok,
thank you for the rapidity of your answer
2013/4/24 Tudor Girba tudor@tudorgirba.com There is no real support for this.
Cheers, Doru
On Wed, Apr 24, 2013 at 11:42 AM, Guillaume Larcheveque guillaume.larcheveque@gmail.com wrote: Hello,
I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one.
Does something exist to do that?
Thanks in advance.
-- Guillaume Larcheveque
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
-- Guillaume Larcheveque
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Nicolas Anquetil -- RMod research team (Inria) _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Agreed. This would be nice.
Doru
On Wed, Apr 24, 2013 at 1:37 PM, Nicolas Anquetil <Nicolas.Anquetil@inria.fr
wrote:
not directly related, but I think there is real need for some model matching tool: Something that could matchentities from one model to the same entities of another model (different version).
It would be useful in your case, but also for example to generate one Orion models from various Famix model (one orion model uses much less memory than several Famix model with the same information). This again would allow to have more effective dynamix for example.
I have something more or less related in verveinej to merge various parts of one model (so it is easier because it matches copies of the same entities). Basically I do it by checking the names and recursively matching the containers:
- 2 methods match if they have same signature + their classes match
- 2 classes match if they have same name + their namespaces match
- ...
nicolas
On 04/24/2013 01:05 PM, Guillaume Larcheveque wrote:
Ok,
thank you for the rapidity of your answer
2013/4/24 Tudor Girba tudor@tudorgirba.com
There is no real support for this.
Cheers, Doru
On Wed, Apr 24, 2013 at 11:42 AM, Guillaume Larcheveque < guillaume.larcheveque@gmail.com> wrote:
Hello,
I have to merge user's annotations (added with Metanool) from two different models (created from sources of the same project at two different time) in order to keep these annotations in the newly generated one.
Does something exist to do that?
Thanks in advance.
-- *Guillaume Larcheveque*
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
-- *Guillaume Larcheveque*
Moose-dev mailing listMoose-dev@iam.unibe.chhttps://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- Nicolas Anquetil -- RMod research team (Inria)
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev