Hi!
I am building a small meta-models for c++ analysis. I have created a class called PCPPFunction, a subclass of MooseEntity. (I know there is a FAMIXFunction, but the PCPPFunction is radically different from FAMIXFunction because if contains many information about dynamic analysis).
When I visualize instance of PCPPFunction, and I click on one, I get an error:
I guess I did not properly define the metamodel behind. But I do not see what is wrong. Here are the definitions:
PCPPObject class>>annotation <MSEClass: #PCPPObject super: #MooseEntity> <package: #ProfilerCPP> ^ self
PCPPFunction class>>annotation <MSEClass: #PCPPFunction super: #PCPPObject> <package: #ProfilerCPP> ^ self
Is this not enough? Why is there a call to mooseDescription? Help appreciated
Cheers, Alexandre