blob: d7c7f8c8fbdb38f7abf56f2f05fab07b5bcab7dd (
plain)
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
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<KyberneticSystemModel>
<nodes>
<node>
<node_ID>0</node_ID>
<x_pos>469</x_pos>
<y_pos>423</y_pos>
<name>new_Node_0</name>
<comment />
<allowModeration>false</allowModeration>
<moderationsteps>1</moderationsteps>
<Moderation>1.0</Moderation>
<adaptionRate>0.2</adaptionRate>
<Reaction>1.0</Reaction>
<moderationMethod>linear</moderationMethod>
<color>White</color>
<std_height>50</std_height>
<std_width>220</std_width>
<bShowProgressBar>true</bShowProgressBar>
<bCustomizeNodeTransparent>false</bCustomizeNodeTransparent>
<bCustomizeNodeBorder>true</bCustomizeNodeBorder>
<iTextVerticalFactor>33</iTextVerticalFactor>
<sIconPath />
<scaleFct>
</scaleFct>
<belongsToHierarchy>0</belongsToHierarchy>
<hierarchyDepth>0</hierarchyDepth>
<useScaleFct>false</useScaleFct>
<inWeightEdges>
<inWeightEdge>
<tupel_value>0.0</tupel_value>
</inWeightEdge>
<inWeightEdge>
<tupel_value>1.0</tupel_value>
</inWeightEdge>
<inWeightEdge>
<tupel_value>0.0</tupel_value>
</inWeightEdge>
</inWeightEdges>
<UserValue>
<tupel_value>3.0</tupel_value>
</UserValue>
<MinValue>
<tupel_value>0.0</tupel_value>
</MinValue>
<MaxValue>
<tupel_value>5.0</tupel_value>
</MaxValue>
<extern>
<tupel_value>0.0</tupel_value>
</extern>
<scaleCoeffizient>1.0</scaleCoeffizient>
</node>
<node>
<node_ID>1</node_ID>
<x_pos>299</x_pos>
<y_pos>216</y_pos>
<name>new_Node_1</name>
...
</node>
</nodes>
<arrows>
<arrow>
<start_node>1</start_node>
<end_node>0</end_node>
<start_pos>6</start_pos>
<end_pos>1</end_pos>
<bend_xpos>497</bend_xpos>
<bend_ypos>313</bend_ypos>
<saved>true</saved>
<funcType>gui.functions.FuncStraightLine</funcType>
<arrowfunction>
<m>1.0</m>
<b>0.0</b>
<position>0</position>
<FuncDraggingPoints>
<FuncDraggingPoint>
<moveHorz>false</moveHorz>
<moveVert>true</moveVert>
<first>true</first>
<last>false</last>
<funcPx>0.0</funcPx>
<funcPy>0.0</funcPy>
</FuncDraggingPoint>
<FuncDraggingPoint>
<moveHorz>false</moveHorz>
<moveVert>true</moveVert>
<first>false</first>
<last>true</last>
<funcPx>1.0</funcPx>
<funcPy>1.0</funcPy>
</FuncDraggingPoint>
</FuncDraggingPoints>
</arrowfunction>
</arrow>
<arrow>
<start_node>0</start_node>
<end_node>2</end_node>
<start_pos>3</start_pos>
<end_pos>8</end_pos>
<bend_xpos>674</bend_xpos>
<bend_ypos>388</bend_ypos>
<saved>true</saved>
<funcType>gui.functions.FuncStraightLine</funcType>
...
</arrow>
</arrows>
<hierarchies />
</KyberneticSystemModel>
|