org.tm4j.panckoucke.impl.abstraction.util .SectionMolder

Description

The SectionMolder implements the Section-Pattern.
It takes Section or Section-Group-Objects and transfers them into AbstractModel-Graphs.

Inheritance Hierarchy

Field Summary
GESTALT_ASSOCIATIONSECTION
GESTALT_ASSOCIATIONSECTIONGROUP
GESTALT_INSTANCESSECTION
GESTALT_MEMBERSECTION
GESTALT_METASECTIONGROUP
GESTALT_OCCURRENCESECTION
GESTALT_REIFIERSECTION
GESTALT_ROLESSECTION
GESTALT_SECTIONGROUP identifies the node that groups several sections
GESTALT_SECTIONGROUP_TO_SECTION identifies the node that groups several sections
GESTALT_SECTIONS Gestalt to identify the arc that connect a node with sections/sectiongroups
GESTALT_SECTION_TO_MATRIX Gestalt to identify the arc that connect a SECTION-node with its matrices
GESTALT_SOURCELOCATORSECTION
GESTALT_SUBJECTINDICATORSECTION
GESTALT_SUBJECTSECTION
GESTALT_TYPESECTION
Method Summary
org.tm4j.panckoucke.model.AMNode mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.Section section,org.tm4j.panckoucke.model.AMArc sectionsArc)
creates an AMNode for the given Section and returns it.
org.tm4j.panckoucke.model.AMNode mold(org.tm4j.panckoucke.model.AModel model,org.tm4j.panckoucke.impl.abstraction.util.SectionGroup group,org.tm4j.panckoucke.model.AMArc groupsArc)

Related Topics