1 | # Window properties |
---|
2 | atnvis.window.Title = Automated Trust Negotiation Visualization |
---|
3 | atnvis.window.Height = 768 |
---|
4 | atnvis.window.Width = 1024 |
---|
5 | |
---|
6 | |
---|
7 | # Control properties |
---|
8 | atnvis.control.DefaultDelay = 500 |
---|
9 | atnvis.control.Loop = true |
---|
10 | |
---|
11 | |
---|
12 | # Parser |
---|
13 | atnvis.parser=com.algomagic.atn.PropertyLogParser |
---|
14 | atnvis.parser.IgnoreProcessing = false |
---|
15 | |
---|
16 | |
---|
17 | # Graph properties |
---|
18 | atnvis.graph.Scale = 0.8 |
---|
19 | atnvis.graph.ShadowColor = grey90 |
---|
20 | |
---|
21 | |
---|
22 | # Default node properties |
---|
23 | atnvis.node.Default.style = solid,filled |
---|
24 | atnvis.node.Default.color = purple |
---|
25 | atnvis.node.Default.shape = box |
---|
26 | atnvis.node.Default.fontname = TimesRoman |
---|
27 | atnvis.node.Default.fontcolor = black |
---|
28 | atnvis.node.Default.fontsize = 14 |
---|
29 | atnvis.node.Default.fontstyle = normal |
---|
30 | |
---|
31 | |
---|
32 | # Default edge properties: |
---|
33 | atnvis.edge.Default.style = solid |
---|
34 | atnvis.edge.Default.color = black |
---|
35 | atnvis.edge.Default.direction = back |
---|
36 | |
---|
37 | |
---|
38 | atnvis.node.StandardTarget.shape = octagon |
---|
39 | atnvis.node.RoleTarget.shape = octagon |
---|
40 | atnvis.node.IntersectionTarget.shape = house |
---|
41 | atnvis.node.LinkingGoal.shape = box |
---|
42 | atnvis.node.LinkedRoleTarget.shape = trapezium |
---|
43 | atnvis.node.TrivialTarget.shape = invhouse |
---|
44 | |
---|
45 | |
---|
46 | atnvis.node.processed.Unprocessed.color = yellow |
---|
47 | atnvis.node.processed.Opponent.color = lightblue |
---|
48 | atnvis.node.processed.Verifier.color = lightgoldenrod |
---|
49 | atnvis.node.processed.Fully.color = lightseagreen |
---|
50 | |
---|
51 | #atnvis.node.satisfied.Satisfied.color = green |
---|
52 | #atnvis.node.satisfied.Failed.color = red |
---|
53 | #atnvis.node.satisfied.Unknown.color = white |
---|
54 | |
---|
55 | atnvis.node.satisfied.Satisfied.shape = tripleoctagon |
---|
56 | atnvis.node.satisfied.Failed.shape = doubleoctagon |
---|
57 | |
---|
58 | |
---|
59 | # Standard Implication Edge properties |
---|
60 | atnvis.edge.Implication.color = purple4 |
---|
61 | atnvis.edge.Implication.style = solid |
---|
62 | atnvis.edge.Implication.color.bold = purple1 |
---|
63 | atnvis.edge.Implication.style.bold = dashed |
---|
64 | |
---|
65 | # Linking-Monitor Edge properties |
---|
66 | atnvis.edge.LinkingMonitor.color = royalblue4 |
---|
67 | atnvis.edge.LinkingMonitor.style = solid |
---|
68 | atnvis.edge.LinkingMonitor.color.bold = royalblue1 |
---|
69 | atnvis.edge.LinkingMonitor.style.bold = dashed |
---|
70 | |
---|
71 | |
---|
72 | # Linking-Solution Edge properties |
---|
73 | atnvis.edge.LinkingSolution.color = gold4 |
---|
74 | atnvis.edge.LinkingSolution.style = solid |
---|
75 | atnvis.edge.LinkingSolution.color.bold = gold1 |
---|
76 | atnvis.edge.LinkingSolution.style.bold = dashed |
---|
77 | |
---|
78 | # Linking-Implication Edge properties |
---|
79 | atnvis.edge.LinkingImplication.color = darkolivegreen4 |
---|
80 | atnvis.edge.LinkingImplication.style = solid |
---|
81 | atnvis.edge.LinkingImplication.color.bold = darkolivegreen1 |
---|
82 | atnvis.edge.LinkingImplication.style.bold = dashed |
---|
83 | |
---|
84 | # Intersection Edge properties |
---|
85 | atnvis.edge.Intersection.color = orange4 |
---|
86 | atnvis.edge.Intersection.style = solid |
---|
87 | atnvis.edge.Intersection.color.bold = orange1 |
---|
88 | atnvis.edge.Intersection.style.bold = dashed |
---|
89 | |
---|
90 | # Control Edge properties |
---|
91 | atnvis.edge.Control.color = sienna4 |
---|
92 | atnvis.edge.Control.style = solid |
---|
93 | atnvis.edge.Control.color.bold = sienna1 |
---|
94 | atnvis.edge.Control.style.bold = dashed |
---|