SemanticBrowserServices 3.1.1

Dear all,
I have no experience in AQL and M2doc, so I have started to read the online available documentation.

Is there a version of SemanticBrowserServices for the 3.1.1 or a list of examples that can be used in 3.1.1 to extract the same kind on information?

I need to extract from my Capella model the following tables:

  1. OPERATIONAL ACTIVITIES TO SYSTEM FUNCTIONS

  2. SYSTEM FUNCTIONS TO LOGICAL FUNCTIONS

  3. LOGICAL FUNCTIONS TO REQUIREMENTS

  4. SYSTEM FUNCTIONS TO OPERATIONAL ACTIVITIES

  5. LOGICAL FUNCTIONS TO SYSTEM FUNCTIONS

  6. REQUIREMENTS TO LOGICAL FUNCTIONS

Thanks for the help
BR,
Giovanna

Semantic browser services are only available form the Capella extensions for Capella 5.1.0 and above (5.1.0 is the last release at the moment).
To be able to use them, you will need to import the service class using the template properties wizard:

org.obeonetwork.capella.m2doc.aql.queries.SemanticBrowserServices

Then you can call any of the following services. This service class declare a lot of services, so the best way to discover them might be by using the M2Doc interpreter view. After importing the service class in your template, you will be able to use CTRL+SPACE to trigger the content assist that will list all available services.

I am using the Version: 5.0.0 of team for capella.
I understood that I can not use this functionalities with my version, so I will need to look for other solutions…