-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrelations.yml
74 lines (71 loc) · 3.11 KB
/
relations.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
definitions:
# Design Patterns
- identifier: Diagram
uri: http://patterns.com/relations/diagram
description: Use this relation type to reference a diagram of a design pattern.
- identifier: Related Patterns
uri: http://patterns.com/relations/related_patterns
description: Use this relation type to define related patterns for the current se-item.
- identifier: Consider Next
uri: http://patterns.com/relations/consider_next
description: Use this relation type to follow another se-item.
- identifier: In Context Of
uri: http://patterns.com/relations/in_context_of
description: Use this relation type to define this se-item to be in context of another se-item.
# Architectural Refactoring Tool
- identifier: Has Smell
uri: http://art.com/relations/has_smell
description: Relation to a Smell, typically from an AR.
- identifier: Is in SmellGroup
uri: http://art.com/relations/is_in_smellgroup
description: A smell belongs to a smell group.
- identifier: Has TaskTemplate
uri: http://art.com/relations/has_tasktemplate
description: Relation to a TaskTemplate, typically from an AR.
- identifier: Has Questions
uri: http://art.com/relations/has_questions
description: A smell can have associated questions.
- identifier: Belongs to Smell
uri: http://art.com/relations/belongs_to_smell
description: A question belongs to a smell.
# ADMentor
- identifier: Addressed By
uri: http://admentor.com/relations/addressed_by
description: An option is a possible solution for a problem.
- identifier: Raises
uri: http://admentor.com/relations/raises
description: Points to problems that arise due to the existence of another problem or the decision to use a certain option.
- identifier: NoteLink
uri: http://admentor.com/relations/notelink
description: Relation to a note.
- identifier: Suggests
uri: http://admentor.com/relations/suggests
description: Points to options that may be preferable when the source option has been chosen to solve a problem.
- identifier: Conflicts With
uri: http://admentor.com/relations/conflicts_with
description: Points to options that should not be considered when the source option has been chosen.
- identifier: Generalization
uri: http://admentor.com/relations/generalization
description: ADMentor relation.
- identifier: Realisation
uri: http://admentor.com/relations/realisation
description: ADMentor relation.
- identifier: Dependency
uri: http://admentor.com/relations/dependency
description: ADMentor relation.
- identifier: Trace
uri: http://admentor.com/relations/trace
description: ADMentor relation.
- identifier: Assesses Positively
uri: http://admentor.com/relations/assesses_positively
description: Marks that an option is assessed positive with respect to the source requirement (QOC).
- identifier: Overrides
uri: http://admentor.com/relations/overrides
description: Denotes that a decision has been reconsidered.
- identifier: Challenges
uri: http://admentor.com/relations/challenges
description: Denotes that a taken decision should be reconsidered.
- identifier: Bound To
uri: http://admentor.com/relations/bound_to
description: ADMentor relation.