Looking at SqMoose, how do I get a Fame description from the Moose entity?
It looks like if I send a #mooseDescription message to this entity, the model will be initialized/accessed through MooseModel class>>meta. However not sure what is the metamodel in this case: is it Famix? Because there is also a MooseModel class#initializeFAMIXDescriptions
Anyway, the protocol described in the Sosym paper is different, so it's disturbing!
-- Simon
Hi Simon,
The protocol described in the Sosym paper is already rather obsolete :).
initializeFAMIXDescriptions is obsolete, too. I will remove it. The preferred way to get the Fame description is indeed via #mooseDescription.
The meta-model is created from all subclasses of MooseEntity and it is stored in a class variable. See MooseModel>>metaTower for this.
Cheers, Doru
On Oct 21, 2008, at 11:43 AM, Simon Denier wrote:
Looking at SqMoose, how do I get a Fame description from the Moose entity?
It looks like if I send a #mooseDescription message to this entity, the model will be initialized/accessed through MooseModel class>>meta. However not sure what is the metamodel in this case: is it Famix? Because there is also a MooseModel class#initializeFAMIXDescriptions
Anyway, the protocol described in the Sosym paper is different, so it's disturbing!
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"What is more important: To be happy, or to make happy?"
if you get an example working can you send it to the list?
tx
Hi Simon,
The protocol described in the Sosym paper is already rather obsolete :).
initializeFAMIXDescriptions is obsolete, too. I will remove it. The preferred way to get the Fame description is indeed via #mooseDescription.
The meta-model is created from all subclasses of MooseEntity and it is stored in a class variable. See MooseModel>>metaTower for this.
Cheers, Doru
On Oct 21, 2008, at 11:43 AM, Simon Denier wrote:
Looking at SqMoose, how do I get a Fame description from the Moose entity?
It looks like if I send a #mooseDescription message to this entity, the model will be initialized/accessed through MooseModel class>>meta. However not sure what is the metamodel in this case: is it Famix? Because there is also a MooseModel class#initializeFAMIXDescriptions
Anyway, the protocol described in the Sosym paper is different, so it's disturbing!
-- Simon
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"What is more important: To be happy, or to make happy?"
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev