| 1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Glue:GlueDiagram xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Glue="http://www.glueframework.com/activitydiagram/" id="1" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="1387" location="356,8" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="1388" location="292,62" size="130,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="coilResult|rs"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="1389" location="164,129" size="405,-1" input="//@wire.1" output="//@wire.2 //@wire.4" name="Router1389">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- </child>
- <child xsi:type="Glue:FinalState" id="1393" location="364,324" size="-1,-1" input="//@wire.3 //@wire.5"/>
- <child xsi:type="Glue:SearchActivity" id="3494" location="202,251" size="113,-1" input="//@wire.2" output="//@wire.3" name="Search3494">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="coilResult"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIH020220_01.select"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="OLD_SAMPL_NO"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="3495" location="432,246" size="121,-1" input="//@wire.4" output="//@wire.5" name="PosCoilReturn">
- <property key="class" value="xin.glue.ui.H.H02.PosCoilReturn"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="614" guardcondition="success" firstRelativePoint="357,33" lastRelativePoint="357,62"/>
- <wire id="615" guardcondition="success" firstRelativePoint="364,92" lastRelativePoint="364,115"/>
- <wire id="832" guardcondition="find" firstRelativePoint="272,281" lastRelativePoint="363,333"/>
- <wire id="833" guardcondition="success" firstRelativePoint="272,281" lastRelativePoint="363,333">
- <bendpoint weight="0.5" firstDimension="14,67" secondDimension="-102,-1"/>
- </wire>
- <wire id="834" guardcondition="save" firstRelativePoint="497,276" lastRelativePoint="384,333"/>
- <wire id="835" guardcondition="success" firstRelativePoint="497,276" lastRelativePoint="384,333">
- <bendpoint weight="0.5" firstDimension="5,72" secondDimension="123,-1"/>
- </wire>
- </Glue:GlueDiagram>
|