Interface WritableTemplateNode

  • All Superinterfaces:
    Serializable, TemplateNode

    public interface WritableTemplateNode
    extends TemplateNode
    This interface provides the means to build a template tree by allowing to add a template node as child.
    • Field Detail

      • serialVersionUID

        static final long serialVersionUID
        Generated ID for serialisation.
        See Also:
        Constant Field Values
    • Method Detail

      • addChild

        void addChild​(int nodeId,
                      WritableTemplateNode child)
        Adds the designated template node as child at the designated node ID. This node ID refers to a subprocess node of the template this template node refers to. The designated child template (node) refers to the subprocess template at the designated node.
        Parameters:
        nodeId - The ID of the node in the template that refers to the designated subprocess template.
        child - The template node referring to the subprocess template at the designated node.