-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKnowledge.dot
141 lines (130 loc) · 7.45 KB
/
Knowledge.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
digraph G {
newrank=true;
rankdir=LR;
splines=ortho;
overlap=false;
nodesep=0.5;
ranksep=0.5;
concentrate=true;
graph [bgcolor="#f9f9f9", color="#888888", penwidth=2, fontname="Arial"];
node [fontname="Arial", fontsize=14, style=filled, margin="0.3,0.2"];
edge [fontname="Arial", fontsize=10, color="#555555", fontcolor="gray"];
subgraph cluster_1 {
label="root";
style=filled; color="#5DADE2"; fillcolor="#5DADE220";
"n0" [label="root", shape=folder, fillcolor="#5DADE2", penwidth=1.5];
subgraph cluster_2 {
label="Wind";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n20" [label="Wind", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n32" [label="npm (./Wind): @codeeditorland/wind v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
"n21" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_3 {
label="Sun";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n18" [label="Sun", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n31" [label="cargo (./Sun): Sun v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n19" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_4 {
label="Sky";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n16" [label="Sky", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n30" [label="npm (./Sky): @codeeditorland/sky v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
"n17" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_5 {
label="River";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n14" [label="River", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n29" [label="cargo (./River): River v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n15" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_6 {
label="Rest";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n12" [label="Rest", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n28" [label="cargo (./Rest): Rest v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n13" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_7 {
label="Output";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n10" [label="Output", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n27" [label="npm (./Output): @codeeditorland/output v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
"n11" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_8 {
label="Mountain";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n8" [label="Mountain", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n26" [label="cargo (./Mountain): Mountain v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n9" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_9 {
label="Maintain";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n6" [label="Maintain", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n25" [label="cargo (./Maintain): Maintain v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n7" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_10 {
label="Echo";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n3" [label="Echo", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n24" [label="npm (./Echo): @codeeditorland/echo v0.0.1", shape=ellipse, fillcolor="#F4D03F", penwidth=1.5];
"n23" [label="cargo (./Echo): Echo v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n5" [label="package.json", shape=note, fillcolor="#FADBD8", penwidth=1];
"n4" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
subgraph cluster_11 {
label="Document";
style=filled; color="#3498DB"; fillcolor="#3498DB20";
"n1" [label="Document", shape=folder, fillcolor="#3498DB", penwidth=1.5];
"n22" [label="cargo (./Document): Document v0.0.1", shape=ellipse, fillcolor="#EB984E", penwidth=1.5];
"n2" [label="Cargo.toml", shape=note, fillcolor="#FADBD8", penwidth=1];
}
}
"n0" -> "n1" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n1" -> "n2" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n3" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n4" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n5" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n6" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n6" -> "n7" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n8" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n8" -> "n9" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n10" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n10" -> "n11" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n12" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n12" -> "n13" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n14" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n14" -> "n15" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n16" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n16" -> "n17" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n18" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n18" -> "n19" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n0" -> "n20" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n20" -> "n21" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n1" -> "n22" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n23" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n3" -> "n24" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n6" -> "n25" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n8" -> "n26" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n10" -> "n27" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n12" -> "n28" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n14" -> "n29" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n16" -> "n30" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n18" -> "n31" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
"n20" -> "n32" [label="Contain", style=solid, color="blue", weight=2, arrowsize=0.8];
subgraph cluster_legend {
label="Legend"; fontsize=14; style=dashed; color=gray;
"dir" [label="Directory", shape=folder, fillcolor="#5DADE2"];
"file" [label="File", shape=note, fillcolor="#FADBD8"];
"pkg" [label="Package", shape=ellipse, fillcolor="#EB984E"];
"ext" [label="External", shape=trapezium, fillcolor="#EC7063"];
"dir" -> "file" [label="Contain", style=solid, color=blue];
"pkg" -> "ext" [label="Dependency", style=dashed, color=red];
}
}