-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.uxf
165 lines (164 loc) · 4.04 KB
/
profile.uxf
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="12.2">
<zoom_level>10</zoom_level>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>530</x>
<y>130</y>
<w>350</w>
<h>160</h>
</coordinates>
<panel_attributes>*ProfileStorage*
--
- Saved in ScienceAlert directory
- Contains all profile settings created
by player.
- Kept separate from individual game sessions
to allow player to re-use profiles between
games
- Contains actual instances of Profile
</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>100</x>
<y>370</y>
<w>310</w>
<h>120</h>
</coordinates>
<panel_attributes>*Profile*
--
- Represents a set of ScienceAlert settings
for a given profile.
- Stored in ProfileManager under a GUID
</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>500</x>
<y>370</y>
<w>330</w>
<h>240</h>
</coordinates>
<panel_attributes>*SAProfileModule*
--
- Attached to root part of vessel
- Contains name of a profile assigned to a
particular vessel
- Watches its vessel for events like modified,
docked, self-docked, destroyed, etc and
duplicates (or destroys) itself as required
- *important* If modified flag set to true,
then this vessel has a profile that doesn't
match one of the saved ones and the one
attached to the module should be used rather
than retrieving the one named earlier, and
a star should be added to its display name
</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Note</type>
<coordinates>
<x>500</x>
<y>330</y>
<w>140</w>
<h>40</h>
</coordinates>
<panel_attributes>These are attached
to individual vessels
bg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Note</type>
<coordinates>
<x>100</x>
<y>330</y>
<w>140</w>
<h>40</h>
</coordinates>
<panel_attributes>Owned by
ProfileStorage
bg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Note</type>
<coordinates>
<x>90</x>
<y>50</y>
<w>140</w>
<h>40</h>
</coordinates>
<panel_attributes>Owned by
ScienceAlert
bg=blue</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Class</type>
<coordinates>
<x>90</x>
<y>90</y>
<w>350</w>
<h>120</h>
</coordinates>
<panel_attributes>ScienceAlertProfileManager (ScenarioModule)
--
- cfg stored in ScienceAlert directory
- Vessels identified by GUID
- Monitors events etc
- Contains actual instances of Profile</panel_attributes>
<additional_attributes/>
</element>
<element>
<type>com.umlet.element.Relation</type>
<coordinates>
<x>430</x>
<y>310</y>
<w>430</w>
<h>340</h>
</coordinates>
<panel_attributes>lt==</panel_attributes>
<additional_attributes>30;30;410;320</additional_attributes>
</element>
<element>
<type>com.umlet.element.Relation</type>
<coordinates>
<x>450</x>
<y>310</y>
<w>420</w>
<h>330</h>
</coordinates>
<panel_attributes>lt==</panel_attributes>
<additional_attributes>400;30;30;310</additional_attributes>
</element>
<element>
<type>com.umlet.element.Relation</type>
<coordinates>
<x>490</x>
<y>90</y>
<w>420</w>
<h>220</h>
</coordinates>
<panel_attributes>lt==</panel_attributes>
<additional_attributes>30;200;400;30</additional_attributes>
</element>
<element>
<type>com.umlet.element.Relation</type>
<coordinates>
<x>490</x>
<y>90</y>
<w>420</w>
<h>230</h>
</coordinates>
<panel_attributes>lt==</panel_attributes>
<additional_attributes>30;30;400;210</additional_attributes>
</element>
</diagram>