119 lines
2.6 KiB
XML
119 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Module>
|
|
<Scene>03_KaoHe</Scene>
|
|
<Type>All</Type>
|
|
<Name>考核模式</Name>
|
|
<Icon>KaoHe.png</Icon>
|
|
|
|
<FSM name="考核模式状态机">
|
|
<State name="考核模式初始状态">
|
|
<Enter>
|
|
<Action type="Sequence">
|
|
<Action type="Log" value="bbb"></Action>
|
|
<Action type="Var" name="理论考核" value="1"></Action>
|
|
|
|
|
|
<Action type="Var" name="三维构造考核" value="1"></Action>
|
|
|
|
|
|
</Action>
|
|
</Enter>
|
|
<Exit>
|
|
<Action type="Sequence">
|
|
|
|
<Action type="Log" value="ddd"></Action>
|
|
</Action>
|
|
</Exit>
|
|
</State>
|
|
|
|
<State name="理论考核">
|
|
<Enter>
|
|
<Action type="Sequence">
|
|
<Action type="Log" value="理论考核"></Action>
|
|
|
|
|
|
|
|
<Action type="Var" name="理论考核" value="2"></Action>
|
|
<Action type="UIShow" value="DaTiUI"></Action>
|
|
<Condition type="StrEvent" value="理论考核通过"></Condition>
|
|
|
|
|
|
|
|
|
|
|
|
</Action>
|
|
</Enter>
|
|
<Exit>
|
|
<Action type="Sequence">
|
|
|
|
<Action type="Log" value="!!!理论考核"></Action>
|
|
</Action>
|
|
</Exit>
|
|
</State>
|
|
|
|
<State name="三维构造考核">
|
|
<Enter>
|
|
<Action type="Sequence">
|
|
<Action type="Log" value="三维构造考核"></Action>
|
|
</Action>
|
|
</Enter>
|
|
<Exit>
|
|
<Action type="Sequence">
|
|
|
|
<Action type="Log" value="!!!三维构造考核"></Action>
|
|
</Action>
|
|
</Exit>
|
|
</State>
|
|
|
|
<State name="综合计算考核">
|
|
<Enter>
|
|
<Action type="Sequence">
|
|
<Action type="Log" value="综合计算考核"></Action>
|
|
</Action>
|
|
</Enter>
|
|
<Exit>
|
|
<Action type="Sequence">
|
|
|
|
<Action type="Log" value="!!!综合计算考核"></Action>
|
|
</Action>
|
|
</Exit>
|
|
</State>
|
|
|
|
<State name="案例考核">
|
|
<Enter>
|
|
<Action type="Sequence">
|
|
<Action type="Log" value="案例考核"></Action>
|
|
</Action>
|
|
</Enter>
|
|
<Exit>
|
|
<Action type="Sequence">
|
|
|
|
<Action type="Log" value="!!!案例考核"></Action>
|
|
</Action>
|
|
</Exit>
|
|
</State>
|
|
|
|
|
|
<Transision from="any" to="理论考核">
|
|
|
|
<Condition type="Var" name="理论考核" value="1"></Condition>
|
|
|
|
</Transision>
|
|
<Transision from="any" to="三维构造考核">
|
|
|
|
</Transision>
|
|
<Transision from="any" to="综合计算考核">
|
|
|
|
</Transision>
|
|
<Transision from="any" to="案例考核">
|
|
|
|
</Transision>
|
|
</FSM>
|
|
|
|
|
|
</Module>
|
|
|
|
|
|
|
|
|