Files
Ubalt/Research/APT_FSM/MyStateMachine2.scxml
2020-05-04 19:46:21 -04:00

16 lines
746 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<scxml initial="Secure" version="1.0"
xmlns="http://www.w3.org/2005/07/scxml" xmlns:sqrl="http://squirrelframework.org/squirrel">
<sqrl:fsm context-insensitive="true" context-type="java.lang.Void"
event-type="PivyFSM$PivyEvent" fsm-type="PivyFSM"
id="sxllthXFut" state-type="PivyFSM$PivyState"/>
<state id="Secure">
<transition
cond="instance#org.squirrelframework.foundation.fsm.Conditions$Always"
event="pivyNameFound" sqrl:priority="1" sqrl:type="EXTERNAL" target="Penetrated">
<sqrl:action content="method#transitFromSecureToPenetratedOnpivyNameFound:-10"/>
</transition>
</state>
<state id="Penetrated"/>
</scxml>