Mercurial > hg > camir-aes2014
comparison toolboxes/graph_visualisation/share/graphviz/graphs/directed/pm2way.gv @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 digraph g { | |
2 graph [ | |
3 ]; | |
4 node [ | |
5 fontsize = "14" | |
6 fontname = "Times-Roman" | |
7 fontcolor = "black" | |
8 shape = "box" | |
9 color = "black" | |
10 width = "0.5" | |
11 ]; | |
12 edge [ | |
13 fontsize = "14" | |
14 fontname = "Times-Roman" | |
15 fontcolor = "black" | |
16 color = "black" | |
17 ]; | |
18 "22690" [ | |
19 label = "22690\n?" | |
20 pname = "?" | |
21 kind = "proc" | |
22 ]; | |
23 "22692" [ | |
24 label = "22692\ndotty" | |
25 pname = "dotty" | |
26 kind = "proc" | |
27 ]; | |
28 "116842+2595" [ | |
29 label = "116842+2595\n/home/ek/work/sun4/bin/dotty" | |
30 fname = "/home/ek/work/sun4/bin/dotty" | |
31 shape = "ellipse" | |
32 kind = "file" | |
33 ]; | |
34 "22693" [ | |
35 label = "22693\nlefty" | |
36 pname = "lefty" | |
37 kind = "proc" | |
38 ]; | |
39 "182440-1" [ | |
40 label = "182440-1\n182441-1\npipe" | |
41 fontsize = "7" | |
42 fname = "pipe" | |
43 shape = "doublecircle" | |
44 subkind = "pipe" | |
45 kind = "file" | |
46 ]; | |
47 "182442-1" [ | |
48 label = "182442-1\n182443-1\npipe" | |
49 fontsize = "7" | |
50 fname = "pipe" | |
51 shape = "doublecircle" | |
52 subkind = "pipe" | |
53 kind = "file" | |
54 ]; | |
55 "22694" [ | |
56 label = "22694\ndot" | |
57 pname = "dot" | |
58 kind = "proc" | |
59 ]; | |
60 "4761+2595" [ | |
61 label = "4761+2595\n/home/ek/pm2.dot" | |
62 fname = "/home/ek/pm2.dot" | |
63 shape = "ellipse" | |
64 kind = "file" | |
65 ]; | |
66 "22690" -> "22692" [ | |
67 fontsize = "14" | |
68 fontname = "Times-Roman" | |
69 fontcolor = "black" | |
70 color = "black" | |
71 ]; | |
72 "22692" -> "116842+2595" [ | |
73 fontsize = "14" | |
74 fontname = "Times-Roman" | |
75 fontcolor = "black" | |
76 dir = "back" | |
77 color = "black" | |
78 ]; | |
79 "22692" -> "22693" [ | |
80 fontsize = "14" | |
81 fontname = "Times-Roman" | |
82 fontcolor = "black" | |
83 color = "black" | |
84 ]; | |
85 "22693" -> "182440-1" [ | |
86 fontsize = "14" | |
87 fontname = "Times-Roman" | |
88 fontcolor = "black" | |
89 dir = "back" | |
90 color = "black" | |
91 ]; | |
92 "22693" -> "182442-1" [ | |
93 fontsize = "14" | |
94 fontname = "Times-Roman" | |
95 fontcolor = "black" | |
96 dir = "forward" | |
97 color = "black" | |
98 ]; | |
99 "22693" -> "22694" [ | |
100 fontsize = "14" | |
101 fontname = "Times-Roman" | |
102 fontcolor = "black" | |
103 color = "black" | |
104 ]; | |
105 "22694" -> "182440-1" [ | |
106 fontsize = "14" | |
107 fontname = "Times-Roman" | |
108 fontcolor = "black" | |
109 dir = "forward" | |
110 color = "black" | |
111 ]; | |
112 "22694" -> "182442-1" [ | |
113 fontsize = "14" | |
114 fontname = "Times-Roman" | |
115 fontcolor = "black" | |
116 dir = "back" | |
117 color = "black" | |
118 ]; | |
119 "22693" -> "4761+2595" [ | |
120 fontsize = "14" | |
121 fontname = "Times-Roman" | |
122 fontcolor = "black" | |
123 dir = "back" | |
124 color = "black" | |
125 ]; | |
126 } |