FilteringCriterion Value in a title block

Hello,

What aql expression could I write in a title-block to have the associated FilteringCriterion value (defined with the addon Filtering) of a logical component?

Thanks,

David

The filtering addon metamodels are defined here. You can also use the Sirius interpreter view (menu Window > Show View > Other… > Interpreter View) to explore available EClass and EStructuralFeature using the content assist (CTRL+SPACE). When selecting a CapellaElement (LogicalComponent, …) you should get all associated FilteringCriterion:

aql:self.ownedExtensions->filter(filtering::AssociatedFilteringCriterionSet).filteringCriteria

If you want to use this expression somewhere else you will need to remove the aql: prefix.

Hi,

Many Thanks Yvan

Have a nice week

d

1 Like