| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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="3" location="20,20" size="100,100">
- <child xsi:type="Glue:InitialState" id="773" location="360,7" size="-1,-1" output="//@wire.0"/>
- <child xsi:type="Glue:Activity" id="774" location="287,46" size="151,-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是在轧钢STRAN中交替 ROLL时接收轧钢LEVEL2中所发生的ROLL交替实绩
把ROLL交替实绩信息在轧钢实绩TABLE及 ROLL TABLE中进行录入处理 "/>
- </child>
- <child xsi:type="Glue:Activity" id="775" location="287,102" size="156,-1" input="//@wire.1" output="//@wire.4" name="InitChaneRoll">
- <property key="class" value="xin.glue.nui.H.H02.InitChaneRoll"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:Activity" id="777" location="279,249" size="175,-1" input="//@wire.5" output="//@wire.2" name="ModifyMountRollUpdate">
- <property key="class" value="xin.glue.nui.H.H02.SaveModifyMountRoll"/>
- <property key="description" value="更新要换上去的轧辊信息,所以只需要更新机架号和相应的辊号就可以了。"/>
- </child>
- <child xsi:type="Glue:Activity" id="778" location="288,348" size="191,-1" input="//@wire.2" output="//@wire.3" name="ModifyDisMountRollUpdate">
- <property key="class" value="xin.glue.nui.H.H02.SaveModifyDisMountRoll"/>
- <property key="description" value=""/>
- </child>
- <child xsi:type="Glue:FinalState" id="779" location="359,431" size="-1,-1" input="//@wire.3"/>
- <child xsi:type="Glue:SearchActivity" id="780" location="278,156" size="178,-1" input="//@wire.4" output="//@wire.5" name="SearchChangeRoll">
- <property key="class" value="com.posdata.glue.biz.activity.PosSearch"/>
- <property key="dao" value="mesdao"/>
- <property key="sqlkey" value="NIH020060_CHANGE_ROLL.select"/>
- <property key="param0" value="DISM_ROLLID_UP"/>
- <property key="resultkey" value="ChangeRoll"/>
- <property key="param1" value="DISM_ROLLID_LO"/>
- <property key="param-count" value="2"/>
- <property key="description" value=" 交替ROLL select处理

这里传进来的参数应该是换下来的轧辊号,这样才可以获得轧辊的总重量
并且长度、重量、时间等相关信息取二级的,这里的只是留以后用。没有实际意义"/>
- </child>
- <property key="tx1" value="true"/>
- <property key="description" value=""/>
- <wire id="460" guardcondition="success" firstRelativePoint="362,29" lastRelativePoint="362,46"/>
- <wire id="461" guardcondition="success" firstRelativePoint="363,76" lastRelativePoint="363,102"/>
- <wire id="464" guardcondition="success" firstRelativePoint="367,238" lastRelativePoint="367,258"/>
- <wire id="465" guardcondition="success" firstRelativePoint="332,288" lastRelativePoint="332,328"/>
- <wire id="466" guardcondition="success" firstRelativePoint="364,132" lastRelativePoint="364,156"/>
- <wire id="470" guardcondition="success" firstRelativePoint="365,186" lastRelativePoint="365,249"/>
- </Glue:GlueDiagram>
|