Salome HOME
New tests for Switch behavior and Control
authorrahuel <rahuel@opencascade.com>
Tue, 15 Feb 2005 12:16:09 +0000 (12:16 +0000)
committerrahuel <rahuel@opencascade.com>
Tue, 15 Feb 2005 12:16:09 +0000 (12:16 +0000)
examples/GraphGOTOAborted.py
examples/GraphGOTOAborted.xml

index 95519b97bde9b95cc2212cb2e3207b4bb54ff0ec..93f1e2d40f4e7cb6b35c6f3ee706d6f23d55912b 100644 (file)
@@ -1,19 +1,20 @@
 
-# Generated python file of Graph GraphGOTO_2_2
+# Generated python file of Graph GraphGOTOAborted
 
 from SuperV import *
 
-# Graph creation of GraphGOTO_2_2
-def DefGraphGOTO_2_2() :
-    GraphGOTO_2_2 = Graph( 'GraphGOTO_2_2' )
-    GraphGOTO_2_2.SetName( 'GraphGOTO_2_2' )
-    GraphGOTO_2_2.SetAuthor( 'JR' )
-    GraphGOTO_2_2.SetComment( 'Syracuse algorithm' )
-    GraphGOTO_2_2.Coords( 0 , 0 )
+# Graph creation of GraphGOTOAborted
+def DefGraphGOTOAborted() :
+    GraphGOTOAborted = Graph( 'GraphGOTOAborted' )
+    GraphGOTOAborted.SetName( 'GraphGOTOAborted' )
+    GraphGOTOAborted.SetAuthor( 'JR' )
+    GraphGOTOAborted.SetComment( 'Syracuse algorithm
+Two SwitchPorts are true in the node named test' )
+    GraphGOTOAborted.Coords( 0 , 0 )
     
     # Creation of Factory Nodes
     
-    test_ISEVEN = GraphGOTO_2_2.FNode( 'SyrComponent' , 'SyrComponent' , 'C_ISEVEN' )
+    test_ISEVEN = GraphGOTOAborted.FNode( 'SyrComponent' , 'SyrComponent' , 'C_ISEVEN' )
     test_ISEVEN.SetName( 'test_ISEVEN' )
     test_ISEVEN.SetAuthor( '' )
     test_ISEVEN.SetContainer( 'localhost/FactoryServer' )
@@ -24,7 +25,7 @@ def DefGraphGOTO_2_2() :
     Otest_ISEVENBoolEven = test_ISEVEN.GetOutPort( 'BoolEven' )
     Otest_ISEVENGate = test_ISEVEN.GetOutPort( 'Gate' )
     
-    test_ISONE = GraphGOTO_2_2.FNode( 'SyrComponent' , 'SyrComponent' , 'C_ISONE' )
+    test_ISONE = GraphGOTOAborted.FNode( 'SyrComponent' , 'SyrComponent' , 'C_ISONE' )
     test_ISONE.SetName( 'test_ISONE' )
     test_ISONE.SetAuthor( '' )
     test_ISONE.SetContainer( 'localhost/FactoryServer' )
@@ -35,7 +36,7 @@ def DefGraphGOTO_2_2() :
     Otest_ISONEBoolOne = test_ISONE.GetOutPort( 'BoolOne' )
     Otest_ISONEGate = test_ISONE.GetOutPort( 'Gate' )
     
-    m3p1 = GraphGOTO_2_2.FNode( 'SyrComponent' , 'SyrComponent' , 'C_M3P1' )
+    m3p1 = GraphGOTOAborted.FNode( 'SyrComponent' , 'SyrComponent' , 'C_M3P1' )
     m3p1.SetName( 'm3p1' )
     m3p1.SetAuthor( '' )
     m3p1.SetContainer( 'localhost/FactoryServer' )
@@ -46,7 +47,7 @@ def DefGraphGOTO_2_2() :
     Om3p1anEvenInteger = m3p1.GetOutPort( 'anEvenInteger' )
     Om3p1Gate = m3p1.GetOutPort( 'Gate' )
     
-    div2 = GraphGOTO_2_2.FNode( 'SyrComponent' , 'SyrComponent' , 'C_DIV2' )
+    div2 = GraphGOTOAborted.FNode( 'SyrComponent' , 'SyrComponent' , 'C_DIV2' )
     div2.SetName( 'div2' )
     div2.SetAuthor( '' )
     div2.SetContainer( 'localhost/FactoryServer' )
@@ -57,7 +58,7 @@ def DefGraphGOTO_2_2() :
     Odiv2anInteger = div2.GetOutPort( 'anInteger' )
     Odiv2Gate = div2.GetOutPort( 'Gate' )
     
-    incr = GraphGOTO_2_2.FNode( 'SyrComponent' , 'SyrComponent' , 'C_INCR' )
+    incr = GraphGOTOAborted.FNode( 'SyrComponent' , 'SyrComponent' , 'C_INCR' )
     incr.SetName( 'incr' )
     incr.SetAuthor( '' )
     incr.SetContainer( 'localhost/FactoryServer' )
@@ -73,7 +74,7 @@ def DefGraphGOTO_2_2() :
     Pylabel_begin.append( 'def label_begin( NB , KB ):' )
     Pylabel_begin.append( '    print "label_begin",NB,KB' )
     Pylabel_begin.append( '    return NB,KB' )
-    label_begin = GraphGOTO_2_2.INode( 'label_begin' , Pylabel_begin )
+    label_begin = GraphGOTOAborted.INode( 'label_begin' , Pylabel_begin )
     label_begin.SetName( 'label_begin' )
     label_begin.SetAuthor( '' )
     label_begin.SetComment( 'Python function' )
@@ -89,7 +90,7 @@ def DefGraphGOTO_2_2() :
     Pylabel_test.append( 'def label_test( ValEven , ValOne , NB , KB ):' )
     Pylabel_test.append( '    print "label_begin",ValEven,ValOne,NB,KB' )
     Pylabel_test.append( '    return ValEven,ValOne,NB,KB' )
-    label_test = GraphGOTO_2_2.INode( 'label_test' , Pylabel_test )
+    label_test = GraphGOTOAborted.INode( 'label_test' , Pylabel_test )
     label_test.SetName( 'label_test' )
     label_test.SetAuthor( '' )
     label_test.SetComment( 'Python function' )
@@ -122,7 +123,7 @@ def DefGraphGOTO_2_2() :
     Pytest.append( '        Odd = 0' )
     Pytest.append( '    Even = ValEven' )
     Pytest.append( '    return Finished,Incr,Even,Odd,NT,KT' )
-    test,EndSwitch_OneEven = GraphGOTO_2_2.SNode( 'Switch_OneEven' , Pytest )
+    test,EndSwitch_OneEven = GraphGOTOAborted.SNode( 'Switch_OneEven' , Pytest )
     EndSwitch_OneEven.SetName( 'EndSwitch_OneEven' )
     EndSwitch_OneEven.SetAuthor( '' )
     EndSwitch_OneEven.SetComment( 'Compute Node' )
@@ -159,7 +160,7 @@ def DefGraphGOTO_2_2() :
     Pycontrol_m3p1 = []
     Pycontrol_m3p1.append( 'def control_m3p1( N , K ):' )
     Pycontrol_m3p1.append( '    return 0,1,N,K' )
-    control_m3p1 = GraphGOTO_2_2.GNode( 'control_m3p1' , Pycontrol_m3p1 , 'label_test' )
+    control_m3p1 = GraphGOTOAborted.GNode( 'control_m3p1' , Pycontrol_m3p1 , 'label_test' )
     control_m3p1.SetName( 'control_m3p1' )
     control_m3p1.SetAuthor( '' )
     control_m3p1.SetComment( 'Compute Node' )
@@ -176,7 +177,7 @@ def DefGraphGOTO_2_2() :
     Pycontrol_div2 = []
     Pycontrol_div2.append( 'def control_div2( N , NB ) :' )
     Pycontrol_div2.append( '    return N,NB' )
-    control_div2 = GraphGOTO_2_2.GNode( 'control_div2' , Pycontrol_div2 , 'label_begin' )
+    control_div2 = GraphGOTOAborted.GNode( 'control_div2' , Pycontrol_div2 , 'label_begin' )
     control_div2.SetName( 'control_div2' )
     control_div2.SetAuthor( '' )
     control_div2.SetComment( 'Compute Node' )
@@ -189,83 +190,83 @@ def DefGraphGOTO_2_2() :
     Ocontrol_div2Gate = control_div2.GetOutPort( 'Gate' )
     
     # Creation of Links
-    Ltest_ISEVENBoolEvenlabel_testValEven = GraphGOTO_2_2.Link( Otest_ISEVENBoolEven , Ilabel_testValEven )
+    Ltest_ISEVENBoolEvenlabel_testValEven = GraphGOTOAborted.Link( Otest_ISEVENBoolEven , Ilabel_testValEven )
     Ltest_ISEVENBoolEvenlabel_testValEven.AddCoord( 1 , 369 , 273 )
     Ltest_ISEVENBoolEvenlabel_testValEven.AddCoord( 2 , 370 , 498 )
     
-    Ltest_ISONEBoolOnelabel_testValOne = GraphGOTO_2_2.Link( Otest_ISONEBoolOne , Ilabel_testValOne )
+    Ltest_ISONEBoolOnelabel_testValOne = GraphGOTOAborted.Link( Otest_ISONEBoolOne , Ilabel_testValOne )
     Ltest_ISONEBoolOnelabel_testValOne.AddCoord( 1 , 384 , 281 )
     Ltest_ISONEBoolOnelabel_testValOne.AddCoord( 2 , 384 , 225 )
     
-    Lm3p1anEvenIntegercontrol_m3p1N = GraphGOTO_2_2.Link( Om3p1anEvenInteger , Icontrol_m3p1N )
+    Lm3p1anEvenIntegercontrol_m3p1N = GraphGOTOAborted.Link( Om3p1anEvenInteger , Icontrol_m3p1N )
     
-    Ldiv2anIntegercontrol_div2N = GraphGOTO_2_2.Link( Odiv2anInteger , Icontrol_div2N )
+    Ldiv2anIntegercontrol_div2N = GraphGOTOAborted.Link( Odiv2anInteger , Icontrol_div2N )
     
-    LincraNewCountcontrol_m3p1K = GraphGOTO_2_2.Link( OincraNewCount , Icontrol_m3p1K )
+    LincraNewCountcontrol_m3p1K = GraphGOTOAborted.Link( OincraNewCount , Icontrol_m3p1K )
     LincraNewCountcontrol_m3p1K.AddCoord( 1 , 1048 , 139 )
     LincraNewCountcontrol_m3p1K.AddCoord( 2 , 1048 , 241 )
     
-    LincraNewCountcontrol_div2K = GraphGOTO_2_2.Link( OincraNewCount , Icontrol_div2K )
+    LincraNewCountcontrol_div2K = GraphGOTOAborted.Link( OincraNewCount , Icontrol_div2K )
     LincraNewCountcontrol_div2K.AddCoord( 1 , 1052 , 504 )
     LincraNewCountcontrol_div2K.AddCoord( 2 , 1049 , 239 )
     
-    Llabel_beginNTlabel_testNT = GraphGOTO_2_2.Link( Olabel_beginNT , Ilabel_testNT )
+    Llabel_beginNTlabel_testNT = GraphGOTOAborted.Link( Olabel_beginNT , Ilabel_testNT )
     
-    Llabel_beginNTtest_ISONEanInteger = GraphGOTO_2_2.Link( Olabel_beginNT , Itest_ISONEanInteger )
+    Llabel_beginNTtest_ISONEanInteger = GraphGOTOAborted.Link( Olabel_beginNT , Itest_ISONEanInteger )
     Llabel_beginNTtest_ISONEanInteger.AddCoord( 1 , 192 , 226 )
     Llabel_beginNTtest_ISONEanInteger.AddCoord( 2 , 191 , 331 )
     
-    Llabel_beginNTtest_ISEVENanInteger = GraphGOTO_2_2.Link( Olabel_beginNT , Itest_ISEVENanInteger )
+    Llabel_beginNTtest_ISEVENanInteger = GraphGOTOAborted.Link( Olabel_beginNT , Itest_ISEVENanInteger )
     Llabel_beginNTtest_ISEVENanInteger.AddCoord( 1 , 191 , 494 )
     Llabel_beginNTtest_ISEVENanInteger.AddCoord( 2 , 192 , 331 )
     
-    Llabel_beginKTlabel_testKT = GraphGOTO_2_2.Link( Olabel_beginKT , Ilabel_testKT )
+    Llabel_beginKTlabel_testKT = GraphGOTOAborted.Link( Olabel_beginKT , Ilabel_testKT )
     
-    Llabel_testValEventestValEven = GraphGOTO_2_2.Link( Olabel_testValEven , ItestValEven )
+    Llabel_testValEventestValEven = GraphGOTOAborted.Link( Olabel_testValEven , ItestValEven )
     
-    Llabel_testValOnetestValOne = GraphGOTO_2_2.Link( Olabel_testValOne , ItestValOne )
+    Llabel_testValOnetestValOne = GraphGOTOAborted.Link( Olabel_testValOne , ItestValOne )
     
-    Llabel_testNTtestNT = GraphGOTO_2_2.Link( Olabel_testNT , ItestNT )
+    Llabel_testNTtestNT = GraphGOTOAborted.Link( Olabel_testNT , ItestNT )
     
-    Llabel_testKTtestKT = GraphGOTO_2_2.Link( Olabel_testKT , ItestKT )
+    Llabel_testKTtestKT = GraphGOTOAborted.Link( Olabel_testKT , ItestKT )
     
-    LtestFinishedEndSwitch_OneEvenFinished = GraphGOTO_2_2.Link( OtestFinished , IEndSwitch_OneEvenFinished )
+    LtestFinishedEndSwitch_OneEvenFinished = GraphGOTOAborted.Link( OtestFinished , IEndSwitch_OneEvenFinished )
     
-    LtestIncrincrGate = GraphGOTO_2_2.Link( OtestIncr , IincrGate )
+    LtestIncrincrGate = GraphGOTOAborted.Link( OtestIncr , IincrGate )
     
-    LtestEvendiv2Gate = GraphGOTO_2_2.Link( OtestEven , Idiv2Gate )
+    LtestEvendiv2Gate = GraphGOTOAborted.Link( OtestEven , Idiv2Gate )
     LtestEvendiv2Gate.AddCoord( 1 , 793 , 561 )
     LtestEvendiv2Gate.AddCoord( 2 , 794 , 310 )
     
-    LtestOddm3p1Gate = GraphGOTO_2_2.Link( OtestOdd , Im3p1Gate )
+    LtestOddm3p1Gate = GraphGOTOAborted.Link( OtestOdd , Im3p1Gate )
     LtestOddm3p1Gate.AddCoord( 1 , 778 , 138 )
     LtestOddm3p1Gate.AddCoord( 2 , 780 , 328 )
     
-    LtestNm3p1anOddInteger = GraphGOTO_2_2.Link( OtestN , Im3p1anOddInteger )
+    LtestNm3p1anOddInteger = GraphGOTOAborted.Link( OtestN , Im3p1anOddInteger )
     LtestNm3p1anOddInteger.AddCoord( 1 , 808 , 113 )
     LtestNm3p1anOddInteger.AddCoord( 2 , 807 , 352 )
     
-    LtestNdiv2anEvenInteger = GraphGOTO_2_2.Link( OtestN , Idiv2anEvenInteger )
+    LtestNdiv2anEvenInteger = GraphGOTOAborted.Link( OtestN , Idiv2anEvenInteger )
     LtestNdiv2anEvenInteger.AddCoord( 1 , 806 , 537 )
     LtestNdiv2anEvenInteger.AddCoord( 2 , 807 , 351 )
     
-    LtestKEndSwitch_OneEvenK = GraphGOTO_2_2.Link( OtestK , IEndSwitch_OneEvenK )
+    LtestKEndSwitch_OneEvenK = GraphGOTOAborted.Link( OtestK , IEndSwitch_OneEvenK )
     
-    LtestKincraCount = GraphGOTO_2_2.Link( OtestK , IincraCount )
+    LtestKincraCount = GraphGOTOAborted.Link( OtestK , IincraCount )
     LtestKincraCount.AddCoord( 1 , 773 , 236 )
     LtestKincraCount.AddCoord( 2 , 773 , 370 )
     
-    LtestDefaultEndSwitch_OneEvenDefault = GraphGOTO_2_2.Link( OtestDefault , IEndSwitch_OneEvenDefault )
+    LtestDefaultEndSwitch_OneEvenDefault = GraphGOTOAborted.Link( OtestDefault , IEndSwitch_OneEvenDefault )
     LtestDefaultEndSwitch_OneEvenDefault.AddCoord( 1 , 840 , 381 )
     LtestDefaultEndSwitch_OneEvenDefault.AddCoord( 2 , 839 , 394 )
     
-    Lcontrol_m3p1Gatelabel_testGate = GraphGOTO_2_2.Link( Ocontrol_m3p1Gate , Ilabel_testGate )
+    Lcontrol_m3p1Gatelabel_testGate = GraphGOTOAborted.Link( Ocontrol_m3p1Gate , Ilabel_testGate )
     Lcontrol_m3p1Gatelabel_testGate.AddCoord( 1 , 388 , 388 )
     Lcontrol_m3p1Gatelabel_testGate.AddCoord( 2 , 389 , 597 )
     Lcontrol_m3p1Gatelabel_testGate.AddCoord( 3 , 1441 , 604 )
     Lcontrol_m3p1Gatelabel_testGate.AddCoord( 4 , 1441 , 199 )
     
-    Lcontrol_div2Gatelabel_beginGate = GraphGOTO_2_2.Link( Ocontrol_div2Gate , Ilabel_beginGate )
+    Lcontrol_div2Gatelabel_beginGate = GraphGOTOAborted.Link( Ocontrol_div2Gate , Ilabel_beginGate )
     Lcontrol_div2Gatelabel_beginGate.AddCoord( 1 , 4 , 388 )
     Lcontrol_div2Gatelabel_beginGate.AddCoord( 2 , 3 , 587 )
     Lcontrol_div2Gatelabel_beginGate.AddCoord( 3 , 1307 , 586 )
@@ -278,7 +279,7 @@ def DefGraphGOTO_2_2() :
     # Output Ports of the graph
     #OEndSwitch_OneEvenFinished = EndSwitch_OneEven.GetOutPort( 'Finished' )
     #OEndSwitch_OneEvenK = EndSwitch_OneEven.GetOutPort( 'K' )
-    return GraphGOTO_2_2
+    return GraphGOTOAborted
 
 
-GraphGOTO_2_2 = DefGraphGOTO_2_2()
+GraphGOTOAborted = DefGraphGOTOAborted()
index 2f25ecd77396d57788f31d0e1435bb770bea28ff..d36a6e2aea7c67ec984ccfb47eb49a657d709885 100644 (file)
@@ -5,11 +5,11 @@
 <node>
 <component-name>?</component-name>
     <interface-name>?</interface-name>
-    <node-name>GraphGOTO_2_2</node-name>
+    <node-name>GraphGOTOAborted</node-name>
     <kind>1</kind>
     <coupled-node>?</coupled-node>
     <service>
-<service-name>GraphGOTO_2_2</service-name>
+<service-name>GraphGOTO_2_2_1</service-name>
      <inParameter-list>
 <inParameter>
 <inParameter-type>long</inParameter-type>
     <DataStream-list/>
     <PyFunction-list/>
     <creation-date>17/1/2005 - 13:44:46</creation-date>
-    <lastmodification-date>19/1/2005 - 18:25:16</lastmodification-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>JR</author>
     <container>?</container>
-    <comment>Syracuse algorithm</comment>
+    <comment>Syracuse algorithm
+Two SwitchPorts are true in the node named test</comment>
     <x-position>0</x-position>
     <y-position>0</y-position>   </node>  </info-list>
   <node-list>
@@ -53,8 +54,8 @@
        <outParameter-name>BoolEven</outParameter-name>      </outParameter>     </outParameter-list>    </service>
     <DataStream-list/>
     <PyFunction-list/>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>localhost/FactoryServer</container>
@@ -79,8 +80,8 @@
        <outParameter-name>BoolOne</outParameter-name>      </outParameter>     </outParameter-list>    </service>
     <DataStream-list/>
     <PyFunction-list/>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>localhost/FactoryServer</container>
        <outParameter-name>anEvenInteger</outParameter-name>      </outParameter>     </outParameter-list>    </service>
     <DataStream-list/>
     <PyFunction-list/>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>localhost/FactoryServer</container>
        <outParameter-name>anInteger</outParameter-name>      </outParameter>     </outParameter-list>    </service>
     <DataStream-list/>
     <PyFunction-list/>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>localhost/FactoryServer</container>
        <outParameter-name>aNewCount</outParameter-name>      </outParameter>     </outParameter-list>    </service>
     <DataStream-list/>
     <PyFunction-list/>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>localhost/FactoryServer</container>
       <PyFunc><![CDATA[def label_begin( NB , KB ):]]></PyFunc>
       <PyFunc><![CDATA[    print "label_begin",NB,KB]]></PyFunc>
       <PyFunc><![CDATA[    return NB,KB]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
       <PyFunc><![CDATA[def label_test( ValEven , ValOne , NB , KB ):]]></PyFunc>
       <PyFunc><![CDATA[    print "label_begin",ValEven,ValOne,NB,KB]]></PyFunc>
       <PyFunc><![CDATA[    return ValEven,ValOne,NB,KB]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
       <PyFunc><![CDATA[        Odd = 0]]></PyFunc>
       <PyFunc><![CDATA[    Even = ValEven]]></PyFunc>
       <PyFunc><![CDATA[    return Finished,Incr,Even,Odd,NT,KT]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
       <PyFunc><![CDATA[def EndSwitch_OneEven( Finished , K ):]]></PyFunc>
       <PyFunc><![CDATA[    print "label_begin",Finished,K]]></PyFunc>
       <PyFunc><![CDATA[    return Finished,K]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
 <FuncName>control_m3p1</FuncName>
       <PyFunc><![CDATA[def control_m3p1( N , K ):]]></PyFunc>
       <PyFunc><![CDATA[    return 0,1,N,K]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
 <FuncName>control_div2</FuncName>
       <PyFunc><![CDATA[def control_div2( N , NB ) :]]></PyFunc>
       <PyFunc><![CDATA[    return N,NB]]></PyFunc>     </PyFunction>    </PyFunction-list>
-    <creation-date>19/1/2005 - 18:24:34</creation-date>
-    <lastmodification-date>19/1/2005 - 18:24:34</lastmodification-date>
+    <creation-date>14/2/2005 - 17:23:0</creation-date>
+    <lastmodification-date>14/2/2005 - 17:23:0</lastmodification-date>
     <editor-release>2.0</editor-release>
     <author>?</author>
     <container>?</container>
       <y>528</y>     </coord>    </coord-list>   </link>  </link-list>
   <data-list>
 <data>
-<fromnode-name>GraphGOTO_2_2</fromnode-name>
+<fromnode-name>GraphGOTOAborted</fromnode-name>
     <fromserviceparameter-name>label_begin__NB</fromserviceparameter-name>
     <tonode-name>label_begin</tonode-name>
     <toserviceparameter-name>NB</toserviceparameter-name>
      <value>7</value>    </data-value>
     <coord-list/>   </data>
    <data>
-<fromnode-name>GraphGOTO_2_2</fromnode-name>
+<fromnode-name>GraphGOTOAborted</fromnode-name>
     <fromserviceparameter-name>label_begin__KB</fromserviceparameter-name>
     <tonode-name>label_begin</tonode-name>
     <toserviceparameter-name>KB</toserviceparameter-name>