Usage

Browses the model using relations defined at metamodel level.
To find these relations, use the metamodel documentation or the semantic model view.

Details

MetamodelNavigationPuces.png

Keys:

  1. The Input group defines the filter criteria on the current element (element produced by the upward navigation node):

    • Metaclass : Metaclass of the current element.

    • Stereotype : Stereotype on the current element.

  2. The Relation field defines the metamodel relationship from Input element to Output element (to find these relations, use the metamodel documentation or the semantic model view).

  3. The Output group defines the filter criteria on the returned elements:

    • Metaclass : Metaclass of the returned elements.

    • Stereotype : Stereotype on the returned elements.

    • Sort elements by name : Sort the returned elements by alphabetical order instead of keeping the model order.

  4. The Mode radio buttons are used to choose the loop mode. See the Navigation nodes part of the What is a template page for more details:

    • Standard loop : The loop is run on the model elements obtained by the navigation node, and each child node is executed for each iteration. This navigation behavior is the standard one for a navigation node.

    • Switched loop : The loop is run on the on child nodes, and executed on each element obtained by the navigation node.