| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?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="8" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="801" location="326,3" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="802" location="250,44" size="162,-1" input="//@wire.0" output="//@wire.1" name="SetResultKeyList">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="COIL_List|COIL_NO_List"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:RouterActivity" id="803" location="151,106" size="389,-1" input="//@wire.1" output="//@wire.2" name="RouterCoil">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="805" location="321,329" size="-1,-1" input="//@wire.4 //@wire.7"/>
- <child xsi:type="Glue:Activity" id="816" location="465,208" size="134,-1" input="//@wire.5 //@wire.6" output="//@wire.7" name="ERROR">
- <property key="class" value="xin.glue.ui.H.H05.ERROR"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="863" location="260,170" size="139,-1" input="//@wire.2" output="//@wire.3 //@wire.5" name="SearchCoilThing">
- <property key="sqlkey" value="UIH050040_01.select"/>
- <property key="resultkey" value="COIL_List"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="COIL_ADDR"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="875" location="265,242" size="144,-1" input="//@wire.3" output="//@wire.4 //@wire.6" name="SearchCoilNo">
- <property key="sqlkey" value="UIH050040_02.select"/>
- <property key="resultkey" value="COIL_NO_List"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="COIL_ADDR"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="param-count" value="1"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="471" guardcondition="success" firstRelativePoint="331,22" lastRelativePoint="331,44"/>
- <wire id="472" guardcondition="success" firstRelativePoint="341,74" lastRelativePoint="341,106"/>
- <wire id="479" guardcondition="find" firstRelativePoint="349,221" lastRelativePoint="349,308"/>
- <wire id="482" guardcondition="success" firstRelativePoint="334,200" lastRelativePoint="334,242"/>
- <wire id="483" guardcondition="success" firstRelativePoint="331,272" lastRelativePoint="331,328"/>
- <wire id="484" guardcondition="failure" firstRelativePoint="382,242" lastRelativePoint="465,221">
- <bendpoint weight="0.5" firstDimension="200,-5" secondDimension="-3,-43"/>
- </wire>
- <wire id="485" guardcondition="failure" firstRelativePoint="382,242" lastRelativePoint="465,221">
- <bendpoint weight="0.5" firstDimension="45,-36" secondDimension="-150,-2"/>
- </wire>
- <wire id="486" guardcondition="success" firstRelativePoint="551,238" lastRelativePoint="341,338">
- <bendpoint weight="0.5" firstDimension="19,115" secondDimension="220,-1"/>
- </wire>
- </Glue:GlueDiagram>
|