diff options
author | i08005 <i08005@4478ddc8-7591-0410-85af-75e9d0d8dff3> | 2011-02-15 20:40:19 +0000 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2011-05-11 23:10:10 +0200 |
commit | 25fe33409f24006ddaecdeb07c2a685f4d516945 (patch) | |
tree | 4b696d7fe79ae5e7b4b56dfc0444862e93a29c35 /files/ksm-example.xml | |
parent | b46373146c35c892a6e8ca802d96095e67f6128e (diff) | |
download | studienarbeit-2011-25fe33409f24006ddaecdeb07c2a685f4d516945.tar.gz studienarbeit-2011-25fe33409f24006ddaecdeb07c2a685f4d516945.zip |
Vorabversion Studienarbeit 2/2011 KSM Eclipse-RCP
Diffstat (limited to 'files/ksm-example.xml')
-rw-r--r-- | files/ksm-example.xml | 109 |
1 files changed, 109 insertions, 0 deletions
diff --git a/files/ksm-example.xml b/files/ksm-example.xml new file mode 100644 index 0000000..d7c7f8c --- /dev/null +++ b/files/ksm-example.xml @@ -0,0 +1,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>
\ No newline at end of file |