| 12345678910111213141516171819 |
- <?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="2" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="782" location="317,126" size="228,-1" input="//@wire.0" output="//@wire.1" name="ParseMessage">
- <property key="class" value="com.posdata.glue.biz.activity.PosReuseActivity"/>
- <property key="method" value="parseMessage"/>
- <property key="description" value="此ACTIVITY是把转炉中所投入的铁合金,辅原料实绩从转炉LEVEL2开始接收录入到铁合金辅原料
实绩 table中 

"/>
- </child>
- <child xsi:type="Glue:Activity" id="784" location="325,214" size="213,-1" input="//@wire.1" output="//@wire.2" name="SaveBofRawMaterialResult">
- <property key="class" value="xin.glue.nui.G.G02.XinSaveBofRawMaterialResult"/>
- <property key="description" value="1) 接收电文 get : CHARGE_NO ,MAT_CD,MAT_WGT
2) 20中被 select的 row 进行get 
- get结果 row是not null的话进行 update不是的话进行 I nsert处理 
"/>
- </child>
- <child xsi:type="Glue:InitialState" id="787" location="410,43" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="788" location="420,318" size="-1,-1" input="//@wire.2"/>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="385" guardcondition="success" firstRelativePoint="420,62" lastRelativePoint="420,126"/>
- <wire id="386" guardcondition="success" firstRelativePoint="425,156" lastRelativePoint="425,214"/>
- <wire id="387" guardcondition="success" firstRelativePoint="430,244" lastRelativePoint="430,317"/>
- </Glue:GlueDiagram>
|