org.tm4j.panckoucke.impl.abstraction.util.SectionMolder .mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.Section section,org.tm4j.panckoucke.model.AMArc sectionsArc)

Description

creates an AMNode for the given Section and returns it. Optionally, if sectionsArc is passed into the method, the node created will be added to the set of endnodes of the sections arc.

Parameters
org.tm4j.panckoucke.model.AModel model the model to create the node in
org.tm4j.panckoucke.impl.abstraction.util.Section section the section used as the blueprint for the resulting AModel-Structuren
org.tm4j.panckoucke.model.AMArc sectionsArc the arc where the created node shall be added as an endnode. may be null as well.

Returns

an AMNode representing the given Section

Other Resources