Acceleo and Capella Query Language

Hello everyone,
I was asking if there is a specific document or a link to learn the language on how to query the the model using Acceleo.

Hi,
have a look to Capella Eclipse Help, all sections in Capella Guide > User Manual > Model Analysis > Model Queries
Interpreter
Best regards,
Michel

Hi,
To complete Michel’s answer.
Acceleo 3 is an implementation of the Object Management Group (OMG) MOF Model to Text Language (MTL) standard. So the ‘language’ is MTL. The documentation is available here:
https://wiki.eclipse.org/Acceleo/User_Guide.
See also
Acceleo Operations Reference and
OCL Operations Reference
Note for an usage with Capella, there is some tips in the thread below
https://polarsys.org/forums/index.php/m/2203/?srch=acceleo#m sg_2203
Be careful not to confuse with
AQL (Acceleo Query Language), a slightly different language, used in many others Capella related components (for example in the interpreter view).
Samuel

Hi,
Thanks for your answer. Sorry for asking again but I am new to this, so I want to make sure.
I used a sample code that was provided in this thread:
https://polarsys.org/forums/index.php?t=rview&th=571& ;goto=2169
I was able to output a template using this code.
My question is what is the language used in this part AQL or MTL?
Thanks,
Mark

Hi,
Your sample is in Acceleo 3 (MTL)