Skip to content

Dependency Model

lottebalcke edited this page Apr 19, 2023 · 17 revisions

We model a goal as a sequence of objectives. The Dependency Model allows to order the objectives which are represented by the circles.

DEP1 - Use State Transition Diagrams to Model Dependency Models.

Description: The designer should use state transition diagrams to model dependency models. Supported notation elements are: Objectives with labels and transitions without labels in one direction between them. The existence of both a designated start and final state is also essential.

DEP2 - Link every Objectives to at least one other Objective.

Description: For representing a Goal, the Designer should use a single linear sequence of Objectives. Therefore every Objective should be directly or indirectly connected to every other one.

Example: To give an impression about how a dependency model can look like, please have a look at the figure shown below.

Screenshot 2023-04-19 at 13 32 10

DEP3 - Include the Start State into the Dependency Graph.

Description: Every Goal has a so called Start State that is neither renamable nor deletable. It describes the initial situation and in order to fulfill Guideline DEP2, especially the Start State must also be included into the dependency graph.

DEP4 - Include the Final State into the Dependency Graph.

Description: Similar to the Start State every Goal also has a so called Final State that is neither renamable nor deletable. It describes the final situation and in order to fulfill Guideline DEP2, especially the Final State must also be included into the dependency graph.

DEP5 - Mind Cyclic Dependencies.

Description: The Designer should make sure to only create linear sequences of Objectives to obtain clarity of their processing order.

Example: When there is a cycle in the dependency model as shown in the figure below it is not clear which Objective is the first one to be fulfilled. They're not only missing a clear semantic but also an incoming transition from the Start State as well as an outgoing transition to the Final State. In this case we would therefore also violate both Guidelines DEP3 and DEP4.

Screenshot 2023-04-19 at 13 30 30

DEP6 - Define Meaningful Objective Labels.

Description: The designer should use meaningful names for each Objective. Objective names should also be unique within one Goal.