Uses of Interface
de.aristaflow.adept2.model.processmodel.WritableTemplateNode
Packages that use WritableTemplateNode
-
Uses of WritableTemplateNode in de.aristaflow.adept2.model.processmodel
Methods in de.aristaflow.adept2.model.processmodel that return WritableTemplateNodeModifier and TypeMethodDescriptionProcessModelFactory.createRootTemplateNode(TemplateReference templRef, Set<DataElement> dataElements) Create a root template node that allows for building template trees for the designated top-level template.ProcessModelFactory.createTemplateNode(TemplateReference templRef, Set<DataElement> dataElements, int nodeId) Create a template node as child of another template node.Methods in de.aristaflow.adept2.model.processmodel with parameters of type WritableTemplateNodeModifier and TypeMethodDescriptionvoidWritableTemplateNode.addChild(int nodeId, WritableTemplateNode child) Adds the designated template node as child at the designated node ID.