| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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="4" location="20,20" size="100,100">
- <child xsi:type="Glue:Activity" id="760" location="285,101" 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中所发生的转炉装炉开始,出钢开始 , 
RH到达,RH出发等炼钢工厂中发生的CHARGE进程EVENT电文接收
过来录入到炼钢进TABLE或 转炉装炉时创建CHARGE NO KEY
把CHARGE参数信息录入到CHARGE公用TABLE中"/>
- </child>
- <child xsi:type="Glue:InitialState" id="761" location="378,26" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:FinalState" id="762" location="387,413" size="-1,-1" input="//@wire.3 //@wire.5"/>
- <child xsi:type="Glue:Activity" id="763" location="287,289" size="227,-1" input="//@wire.4" output="//@wire.5" name="SaveChargeProc">
- <property key="class" value="xin.glue.nui.G.G02.XinSaveChargeProc"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="765" location="287,170" size="226,-1" input="//@wire.1" output="//@wire.2" name="InitChargeProc">
- <property key="class" value="xin.glue.nui.G.G02.InitChargeProc"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:SearchActivity" id="766" location="286,229" size="221,-1" input="//@wire.2" output="//@wire.4" name="SearchSpecCharge">
- <property key="resultkey" value="specCharge"/>
- <property key="dao" value="mesdao"/>
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="sqlkey" value="NIG020200_SPEC_CHARGE.select"/>
- <property key="param-count" value="1"/>
- <property key="param0" value="planChargeNo"/>
- <property key="description" value=" SelectSpecCharge
- sqlkey : NIG020021_SPEC_CHARGE.select
- param: param0<-CHARGE_NO 
- resultkey : SpecCharge
"/>
- </child>
- <child xsi:type="Glue:Activity" id="767" location="290,352" size="223,-1" output="//@wire.3" name="CreateSlab">
- <property key="class" value="xin.glue.nui.G.G02.XinCreateSlab"/>
- <property key="description" value=""/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="373" guardcondition="success" firstRelativePoint="388,45" lastRelativePoint="388,101"/>
- <wire id="374" guardcondition="success" firstRelativePoint="389,131" lastRelativePoint="389,170"/>
- <wire id="375" guardcondition="success" firstRelativePoint="392,200" lastRelativePoint="392,229"/>
- <wire id="379" guardcondition="success" firstRelativePoint="397,382" lastRelativePoint="397,412"/>
- <wire id="909" guardcondition="success" firstRelativePoint="396,259" lastRelativePoint="396,289"/>
- <wire id="911" guardcondition="success" firstRelativePoint="397,319" lastRelativePoint="397,412"/>
- </Glue:GlueDiagram>
|