The following table summarizes the other available nodes in the template editor.

Name Context Description

nodecalltype.png Call

Everywhere.

Calls another node defined in the template.
Usually targets a procedure, but calling any other node is equivalent as having the called node as a child.

jythonfunctiontype.png Jython function

Jython code root.

Defines a Jython function which can be called from a production node.

jythonscripttype.png Jython script

Jython code root.

Defines a Jython script which can be called only from a Jython function. The script content is free.

proceduretype.png Procedure

Procedure root.

Defines a callable procedure to factorize navigation or production nodes.

roottype.png Template

Template.

Defines the template parameters.