зеркало из https://github.com/microsoft/aragog.git
40 строки
1.7 KiB
Plaintext
40 строки
1.7 KiB
Plaintext
|
digraph external_block.dsfa{
|
||
|
rankdir=LR;
|
||
|
0[label=0]
|
||
|
XX0 [color=white, label=""]1[label=1,peripheries=2]
|
||
|
XX0 -> 0
|
||
|
0 -> 1 [label="(let ((a!1 (and (= event_type 1)
|
||
|
(= srcIp |"10.10.4.1"|)
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))))
|
||
|
(a!2 (and (not (and (= event_type 1) (= srcIp |"10.10.4.1"|)))
|
||
|
(= event_type 1)
|
||
|
(= srcIp |"10.10.4.2"|)))
|
||
|
(a!3 (and (= event_type 1)
|
||
|
(= srcIp |"10.10.4.2"|)
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.1"|)))))
|
||
|
(a!4 (and (not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))
|
||
|
(= event_type 1)
|
||
|
(= srcIp |"10.10.4.1"|))))
|
||
|
(or a!1
|
||
|
(and (= event_type 1) (= srcIp |"10.10.4.1"|) (= srcIp |"10.10.4.2"|))
|
||
|
a!2
|
||
|
(and (= event_type 1) (= srcIp |"10.10.4.2"|) (= srcIp |"10.10.4.1"|))
|
||
|
a!3
|
||
|
a!4))"]
|
||
|
0 -> 0 [label="(let ((a!1 (and (not (and (= event_type 1) (= srcIp |"10.10.4.1"|)))
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))))
|
||
|
(a!2 (and (not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.1"|))))))
|
||
|
(or a!1 a!2))"]
|
||
|
1 -> 0 [label="(and (not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.1"|))))"]
|
||
|
1 -> 1 [label="(let ((a!1 (and (= event_type 1)
|
||
|
(= srcIp |"10.10.4.2"|)
|
||
|
(not (and (= event_type 1) (= srcIp |"10.10.4.1"|)))))
|
||
|
(a!2 (and (not (and (= event_type 1) (= srcIp |"10.10.4.2"|)))
|
||
|
(= event_type 1)
|
||
|
(= srcIp |"10.10.4.1"|))))
|
||
|
(or (and (= event_type 1) (= srcIp |"10.10.4.2"|) (= srcIp |"10.10.4.1"|))
|
||
|
a!1
|
||
|
a!2))"]
|
||
|
}
|