Skip to content

Dependency Model

Pierre Burghardt edited this page Jun 5, 2023 · 17 revisions

DEP1 - Use State Transition Diagrams to Model Dependency Graphs.

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 a designated start state is also essential.

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

Description: For representing a goal, the designer should use a connected and directed graph 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 - Mind Cyclic Dependencies.

Description: The designer should make sure to only create acyclic graphs 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

DEP5 - Define Meaningful Objective Labels.

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

DEP6 - Use Deadlines for defining Objective end dates.

Description: The designer should enrich objectives by deadlines. These deadlines define a date relative to the start of the project when the objective shall be fulfilled.