root/trac/hacks/marketplugin/0.9/doc/basket-lifecycle.dot

Revision 62 (checked in by stevegt, 6 years ago)

checkpoint; working on templates

Line 
1 digraph "g" {
2         graph [
3                 fontsize = "14"
4                 fontname = "Times-Roman"
5                 fontcolor = "black"
6                 bb = "0,0,106,252"
7                 color = "black"
8         ]
9         node [
10                 fontsize = "14"
11                 fontname = "Times-Roman"
12                 fontcolor = "black"
13                 folded = "0"
14                 shape = "ellipse"
15                 color = "black"
16         ]
17         edge [
18                 fontsize = "14"
19                 fontname = "Times-Roman"
20                 fontcolor = "black"
21                 color = "black"
22         ]
23         "available" [
24                 label = "\N"
25                 color = "black"
26                 width = "1.060000"
27                 fontsize = "14"
28                 fontname = "Times-Roman"
29                 fontcolor = "black"
30                 folded = "0"
31                 pos = "65,234"
32                 height = "0.500000"
33                 shape = "ellipse"
34         ]
35         "reserve" [
36                 label = "\N"
37                 color = "black"
38                 width = "0.940000"
39                 fontsize = "14"
40                 fontname = "Times-Roman"
41                 fontcolor = "black"
42                 folded = "0"
43                 pos = "34,162"
44                 height = "0.500000"
45                 shape = "ellipse"
46         ]
47         "minted" [
48                 label = "\N"
49                 color = "black"
50                 width = "0.890000"
51                 fontsize = "14"
52                 fontname = "Times-Roman"
53                 fontcolor = "black"
54                 folded = "0"
55                 pos = "65,18"
56                 height = "0.500000"
57                 shape = "ellipse"
58         ]
59         "issued" [
60                 label = "\N"
61                 color = "black"
62                 width = "0.860000"
63                 fontsize = "14"
64                 fontname = "Times-Roman"
65                 fontcolor = "black"
66                 folded = "0"
67                 pos = "35,90"
68                 height = "0.500000"
69                 shape = "ellipse"
70         ]
71         "available" -> "reserve" [
72                 fontsize = "14"
73                 fontname = "Times-Roman"
74                 fontcolor = "black"
75                 pos = "e,41,180  57,216 53,208 49,198 45,189"
76                 color = "black"
77         ]
78         "minted" -> "available" [
79                 fontsize = "14"
80                 fontname = "Times-Roman"
81                 fontcolor = "black"
82                 pos = "e,70,216  69,36 71,46 74,60 75,72 76,82 79,160 77,180 76,188 75,198 73,206"
83                 color = "black"
84         ]
85         "reserve" -> "issued" [
86                 fontsize = "14"
87                 fontname = "Times-Roman"
88                 fontcolor = "black"
89                 pos = "e,35,108  34,144 35,136 35,127 35,118"
90                 color = "black"
91         ]
92         "issued" -> "minted" [
93                 fontsize = "14"
94                 fontname = "Times-Roman"
95                 fontcolor = "black"
96                 pos = "e,58,36  42,72 46,64 50,54 54,45"
97                 color = "black"
98         ]
99 }
Note: See TracBrowser for help on using the browser.