On 19/04/2017 11:59, Pavel Krivanek wrote:
Nice, you set ShouldValidateMetaModel to false manually?
-- Pavel
Moose-dev mailing list Moose-dev@list.inf.unibe.ch https://www.list.inf.unibe.ch/listinfo/moose-dev
Hi,
ShouldValidateMetaModel is a little hack to allow Synectique to use latest Fame because we have some models that are not really correct for Fame.
We set it in a initialization of our tools.
An example is that FAMIXInvocation link #incomingInvocations to #candidates. This is good for a smalltalk model but not a Java one for example since we do not have a list of candidates but only one destination. So we introduced in our tools an alternative opposite of #incomingInvocations. This is not valid in Fame perspective and we need to disable the check for this model.