-
Notifications
You must be signed in to change notification settings - Fork 0
/
graph.dot
94 lines (88 loc) · 4.41 KB
/
graph.dot
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
digraph {
Ambiguity -> "Informal Domain";
Ambiguity -> "Designation";
"Application Domain" -> "Problem Frame";
"Application Domain" -> "Method";
"Application Domain" -> "Requirement";
"Arborcide";
"Bridges of Konigsberg";
"Brilliance";
"Calendar" -> "Problem Complexity";
"Calendar" -> "Tree Diagram";
"Classification" -> "Designation";
"Classification" -> "Events and Interval";
"Classification" -> "Definition";
"Composition" -> "Application Domain";
"Composition" -> "Tree Diagram";
"Connection Domain" -> "Connection Frame";
"Connection Frame" -> "Shared Phenomena";
"Connection Frame" -> "Connection Domain";
"Context Diagram" -> "Dataflow Diagram";
"Context Diagram" -> "Application Domain";
"Context Diagram" -> "Domain";
"Context Diagram" -> "Context", "Multiframe Problem", "Shared Phenomena", "Connection Domain";
"Critical Reading";
"Dataflow Diagram" -> "Refutable Description", "Top Down";
"Definition" -> "Designation";
"Definition" -> "Narrow Bridge";
"Dekker";
"Description" -> "Designation", "Rough Sketch", "Refutable Description", "Definition", "Partial Description", "Scope", "Span";
"Designation";
"Deskilling";
"Domain Characteristic" -> "Problem Context", "Machine", "Designation", "Workpieces Frame";
"Domain Interaction" -> "Application Domain", "Context Diagram";
"Domain" -> "Problem Context", "Machine", "Application Domain", "Requirement", "Context Diagram", "Domain Characteristic", "Domain Interaction", "Problem Frame";
"Entity Relation Span" -> "Span of Description";
"Events and Intervals" -> "Individual";
"Existence" -> "Predicate Logic", "Designation", "Individual";
"Frame Diagram" -> "Context Diagram", "Application Domain", "Problem Frame", "Domain Characteristic";
"Fudge Factor" -> "Simple IS Frame", "Requirement", "Simple Control Frame";
"Graphic Notation";
"Hierarchical Structure";
"Identity";
"Implementation Bias" -> "Specification";
"Individual" -> "Domain Phenomena";
"Informal Domain";
"Is";
"JSP Frame" -> "Problem Frame", "Frame Diagram", "Context Diagram", "Tree Diagram", "Composition", "Misfit", "Calendar";
"Logical Positivism" -> "Designation", "Phenomena", "Rough Sketch", "Refutable Description";
"Machine";
"Mathematics";
"Method" -> "Multiframe Problem", "Problem Context", "Requirement";
"Misfit" -> "Problem Frame", "Procrustes", "Workpieces Frame", "Problem Context", "Requirement", "Simple IS Frame", "JSP Frame"
"Model" -> "Machine"
"Mood"
"Multiframe Problem" -> "Problem Frame" , "Context Diagram" , "Workpiece Frame", "Simple IS Frame", "Simple Control Frame", "Frame Diagram"
"Narrow Bridge" -> "Definition", "Designated"
"Object Oriented Analysis" -> "Phenomena" , "Individual"
"Package Router Problem" -> "Application Domain", "Problem Context", "What and How", "Multiframe Problem", "Problem Complexity", "Simple Control Frame", "Domain Characteristic", "Model"
"Partial Descriptions" -> "Application Domain", "Requirement", "Problem Frame";
"Phenomena" -> "Object Oriented Analysis", "Predicate Logic";
"Poetry";
"Polya";
"Predicate Logic";
"Problem Complexity" -> "Multiframe Problem", "Problem Frame"
"Problem Context" -> "Application Domain", "Requirement", "Machine";
"Problem Frame" -> "Workpiece Frame", "Simple IS Frame", "Simple Control Frame", "JSP Frame", "Multiframe Problem";
"Problem Sensitivity";
"Procrustes";
"Raw Material";
"Refutable Description";
"Reification" -> "Individual"
"Requirement" -> "Application Domain";
"Restaurant" -> "Specification";
"Rough Sketch" -> "Machine";
"Scope of Description" -> "Designation", "Phenomena";
"Shared Phenomena" -> "Phenomena", "Individual", "Domain", "Context Diagram", "Machine";
"Simple Control Frame" -> "Shared Phenomena", "Connection Domain", "Requirement", "Problem Complexity", "Context Diagram", "Mood";
"Simple IS Frame" -> "Frame Diagram", "Requirement", "Shared Phenomena", "Multiframe Problem", "Connection Domain", "Connection Frame";
"Software" -> "Description", "Machine", "Description", "Domain", "Method";
"Software Engineering" -> "Problem Frame";
"Span of Description" -> "Scope of Description";
"Specification";
"Top-down" -> "Hierarchical Structure";
"Tree Diagram";
"Triplet";
"What and How" -> "Application Domain";
"Workpiece Frame" -> "Shared Phenomena", "Context Diagram", "Frame Digram", "Multiframe Problem";
}