Allow creation of multiple root goals and removal of a root goal in the impact model

Issue #492 resolved
Berk Duran created an issue

An Impact Model can have more than one root goal in the same layout and it should allow the designer to convert a root goal into an intermediate goal via adding a contribution from it to another.

When the root goal of an Impact Model layout changes, that layout should now be associated with the new root.

Comments (7)

  1. Berk Duran reporter

    References #492

    ContributionController now finds the new layout container key element and sets it via a command.

    ImpactDiagramView no longer keeps the local root (layout key) information, it gets this information from the key of the layout map entry.

    ImpactModelElementView no longer keeps the local root (layout key) information, it gets this information from its ImpactDiagramView.

    → <<cset 8fd905ed0a1e>>

  2. Log in to comment