Usage

Applies a Jython custom code to define the navigation from its input element.

Details

JythonNavigationPuces.png

Keys:

  1. The Jython code field defines the code that will be processed on this node.

  2. The Output element field is used to indicate which type of element will be returned by the Jython Navigation. The Jython code above must match this type.

  3. 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.