i'm working with mofscript in my project of graduation and i stopped in one problem. Have 1 month and i can't find the solution. If somebody
knows the answer for that please tell me. I created a sequence diagram and i don't know how i find the target for a syncall message. For example in Java:
aux = obj.getCod();
How i find the aux, how i say "the result of this message must be put in aux"? Have some property in Lifeline for indicate the aux?
this depends on the metamodel you are using, but it can be a bit tricky to
find your way in UML Sequense Diagrams...
What tool are you meking your models in?
A good approach is to inspect your model and the properties in e.g. the tree
viewer.
MOFScript also provides you with content assist so legal navigation paths
are presented when you for example write " self. " in the context of for
example an uml.Interaction.