-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathd77d9652-167b-11e3-9561-12313d0348d0.dot
51 lines (51 loc) · 4.48 KB
/
d77d9652-167b-11e3-9561-12313d0348d0.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
digraph g {
graph [size="5,5", ratio=fill, overlap=false, splines=true, margin=".10"];
node [label="\N"];
graph [bb="0 0 3000 3000"];
subgraph cluster_trust_net {
graph [bb="", style="filled, rounded", fillcolor=whitesmoke];
node [shape=circle,
style=filled,
fillcolor=lavender,
fontname=arial];
edge [color=blue];
agent1 [label=Me, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent3 [label=Recon, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent2 [label=UAV, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent4 [label=Informant, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact6 [label="InArea(Campfires):0.50", shape=box, fillcolor=lightcyan, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact7 [label="Many(Enemy):0.30", shape=box, fillcolor=lightcyan, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact8 [label="NOT(InArea(Vehicles)):0.95", shape=box, fillcolor=lightcyan, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule73 [label="InArea(HVT) :- InArea(Enemy):1.00", shape=box3d, fillcolor=lightblue, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference73 [label="InArea(HVT)", shape=box, fillcolor=lightcyan, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule73 -> inference73 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule74 [label="NOT(Proceed(Mission)) :- Many(Enemy):1.00", shape=box3d, fillcolor=lightblue, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule74 -> inference74 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference74 [label="NOT(Proceed(Mission)):1.00 : IN", shape=box, fillcolor=palegreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule75 [label="Proceed(Mission) :- InArea(HVT):1.00", shape=box3d, fillcolor=lightblue, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule75 -> inference75 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference75 [label="Proceed(Mission):1.00 : OUT", style="filled", fillcolor=pink, shape=box, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule76 [label="InArea(Enemy) :- InArea(Campfires):1.00", shape=box3d, fillcolor=lightblue, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule76 -> inference76 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference76 [label="InArea(Enemy):1.00 : OUT", style="filled", fillcolor=pink, shape=box, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule77 [label="NOT(InArea(Enemy)) :- NOT(InArea(Vehicles)):1.00", shape=box3d, fillcolor=lightblue, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
rule77 -> inference77 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference77 [label="NOT(InArea(Enemy)):1.00 : IN", shape=box, fillcolor=palegreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference73 -> rule75 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference76 -> rule73 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact6 -> rule76 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact8 -> rule77 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
fact7 -> rule74 [color=darkgreen, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference75 -> inference74 [label=rebut color=orange, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference77 -> inference75 [label=undermine color=orange, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference77 -> inference76 [label=rebut color=orange, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference76 -> inference77 [label=rebut color=orange, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
inference74 -> inference75 [label=rebut color=orange, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent1 -> agent3 [color=yellow, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent1 -> agent2 [color=yellow, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent1 -> agent4 [color=yellow, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent2 -> fact6 [color=crimson, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent4 -> fact7 [color=crimson, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
agent3 -> fact8 [color=crimson, href="javascript:void(0)", onclick="get_id('\L', '\N')"];
}
}