re-write
[purpleair-notify.git] / Wish_flag_logic.gv
blob87d46a5907dfbae414d2b492fd4a915014523904
1 digraph {
2         graph [bb="0 0 525 482",
3                 layout=dot,
4                 overlap=prism,
5                 overlap_scaling=1,
6                 rankdir=BT,
7                 sep="+18",
8                 splines=spline
9         ];
10         node [label="\N"];
11         "%687"   [IVPosition="-101,-198",
12                 label=Wish,
13                 shape=ellipse];
14         "%689"   [IVPosition="-70,-75",
15                 label="Exist?",
16                 shape=diamond];
17         "%687" -> "%689";
18         "%693"   [IVPosition="144,-22",
19                 fillcolor="0.000000 0.000000 0.000000",
20                 fontcolor="0.000000 0.000000 1.000000",
21                 label=End,
22                 shape=circle,
23                 style=filled];
24         "%689" -> "%693"         [label=No];
25         "%697"   [IVPosition="63,481",
26                 label="Notify user",
27                 shape=rectangle];
28         "%689" -> "%697"         [label=Yes];
29         "%701"   [IVPosition="138,359",
30                 label="Wish == Time",
31                 shape=diamond];
32         "%697" -> "%701";
33         "%705"   [IVPosition="195,187",
34                 label="Wish == Cached ",
35                 shape=diamond];
36         "%697" -> "%705";
37         "%701" -> "%693"         [label=Yes];
38         "%711"   [IVPosition="250,252",
39                 label="Create cached ",
40                 shape=rectangle];
41         "%701" -> "%711"         [label=No];
42         "%705" -> "%693"         [label=Yes];
43         "%717"   [IVPosition="340,161",
44                 label="Remove cached ",
45                 shape=rectangle];
46         "%705" -> "%717"         [label=No];
47         "%711" -> "%693";
48         "%717" -> "%693";
49         "%725"   [IVPosition="19,-44",
50                 color="0.000000 0.000000 0.000000",
51                 label="Exist? ",
52                 shape=diamond];
53         "%725" -> "%701"         [label=No];
54         "%729"   [IVPosition="252,188",
55                 color="0.000000 1.000000 1.000000",
56                 label="Time == Cached ",
57                 shape=diamond];
58         "%725" -> "%729"         [color="0.000000 1.000000 1.000000",
59                 label=Yes];
60         "%729" -> "%705"         [color="0.000000 0.000000 0.000000",
61                 label=No];
62         "%735"   [IVPosition="286,285",
63                 color="0.000000 1.000000 1.000000",
64                 label="Remove cached ",
65                 shape=rectangle];
66         "%729" -> "%735"         [color="0.000000 1.000000 1.000000",
67                 label=Yes];
68         "%735" -> "%693"         [color="0.000000 1.000000 1.000000"];
69         "%741"   [IVPosition="-9,-176",
70                 color="0.000000 0.000000 0.000000",
71                 label="Cached ",
72                 shape=ellipse];
73         "%741" -> "%725"         [color="0.000000 0.000000 0.000000"];
74         "%745"   [IVPosition="84,-116",
75                 label="Time condtion",
76                 shape=ellipse];
77         "%745" -> "%729"         [color="0.000000 1.000000 1.000000"];
78         "%749"   [IVPosition="453,477",
79                 color="0.000000 1.000000 1.000000",
80                 label="Performed by Redis",
81                 shape=rectangle];