Dear list,
I am still struggling in populating my meta model with Java code. It is not clear to me how I can express dependencies. For example, I have a class Point, and a second class PointFactory. I guess there should be a famix entity intended to express this situation that contains the following information: - the method PointFactory>>createNewPoint has a reference to Point
Which of the FAMIXes classes should I use? FAMIXAccess, FAMIXInvocation, FAMIXGlobalVariable?
Then, what should I do with this famix entity. The FAMIXMethod (PointFactory>>createNewPoint) should know about it. Where should I do an add: ? In FAMIXMethod>>accesses, incomingInvocations, outgoingInvocations, ... ?
Side question, what is a group (e.g., incomingInvocationsGroup)?
Side questions 2: does it make sense that I add come comments in the moose code and then publish it in Store? I will do this... This is important I believe. But how can I do it? Sorry about my ignorance about Store.
Cheers, Alexandre