| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?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="6" location="20,20" size="100,100">
- <child xsi:type="Glue:FinalState" id="1395" location="511,449" size="-1,-1" input="//@wire.5 //@wire.7"/>
- <child xsi:type="Glue:RouterActivity" id="1397" location="354,181" size="329,-1" input="//@wire.2" output="//@wire.3 //@wire.6" name="Router">
- <property key="class" value="com.posdata.glue.biz.activity.PosDefaultRouter"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="1409" location="411,106" size="192,-1" input="//@wire.1" output="//@wire.2" name="RESULTLIST">
- <property key="class" value="com.posdata.glue.biz.trustform.PosSetResultKeyList"/>
- <property key="ResultKeyList" value="CHARGERESULT|SLABRESULT|DATERESULT"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:InitialState" id="1410" location="503,23" size="-1,-1" output="//@wire.1"/>
- <child xsi:type="Glue:SearchActivity" id="4352" location="452,288" size="136,-1" input="//@wire.3" output="//@wire.4" name="find_charge">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="resultkey" value="CHARGERESULT"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIB020270.CHARGE"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="date"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="4375" location="442,355" size="136,-1" input="//@wire.4" output="//@wire.5" name="find_slab">
- <property key="sqlkey" value="UIB020270.SLAB"/>
- <property key="resultkey" value="SLABRESULT"/>
- <property key="dao" value="mesdao"/>
- <property key="param0" value="date"/>
- <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="4826" location="346,290" size="84,-1" input="//@wire.6" output="//@wire.7" name="DATE">
- <property key="resultkey" value="DATERESULT"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="UIB020270.DATE"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="259" guardcondition="success" firstRelativePoint="303,370" lastRelativePoint="303,370"/>
- <wire id="527" guardcondition="success" firstRelativePoint="280,41" lastRelativePoint="280,98"/>
- <wire id="528" guardcondition="success" firstRelativePoint="512,136" lastRelativePoint="512,181">
- <bendpoint weight="0.5" firstDimension="5,35" secondDimension="-6,-40"/>
- </wire>
- <wire id="713" guardcondition="find" firstRelativePoint="516,211" lastRelativePoint="516,288"/>
- <wire id="715" guardcondition="success" firstRelativePoint="514,318" lastRelativePoint="514,355"/>
- <wire id="716" guardcondition="success" firstRelativePoint="521,385" lastRelativePoint="521,448"/>
- <wire id="768" guardcondition="dt" firstRelativePoint="399,320" lastRelativePoint="510,458"/>
- <wire id="769" guardcondition="success" firstRelativePoint="399,320" lastRelativePoint="510,458">
- <bendpoint weight="0.5" firstDimension="11,153" secondDimension="-122,-1"/>
- </wire>
- </Glue:GlueDiagram>
|