Interface WritableTemplateNode
- All Superinterfaces:
Serializable,TemplateNode
This interface provides the means to build a template tree by allowing to add a template node as
child.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longGenerated ID for serialisation. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(int nodeId, WritableTemplateNode child) Adds the designated template node as child at the designated node ID.Methods inherited from interface de.aristaflow.adept2.model.processmodel.TemplateNode
getChildren, getDataElements, getNodeId, getTemplate
-
Field Details
-
serialVersionUID
static final long serialVersionUIDGenerated ID for serialisation.- See Also:
-
-
Method Details
-
addChild
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.
-