-
Notifications
You must be signed in to change notification settings - Fork 7
/
K.xml
26 lines (26 loc) · 1.27 KB
/
K.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<model version="0.0" type="FSA" id="Untitled">
<data>
<state id="0" name="1,2" initial ="False" marked="False" x="0" y="0" />
<state id="1" name="2,2" initial ="False" marked="False" x="0" y="0" />
<state id="2" name="1,1" initial ="True" marked="False" x="0" y="0" />
<state id="3" name="2,1" initial ="False" marked="False" x="0" y="0" />
<event id="0" name="flip" controllable="False" observable="True"/>
<event id="1" name="flop" controllable="False" observable="True"/>
<event id="2" name="" controllable="False" observable="True"/>
<event id="3" name="tic" controllable="False" observable="True"/>
<event id="4" name="tac" controllable="False" observable="True"/>
<transition source="0" target="2" event="1"/>
<transition source="0" target="0" event="2"/>
<transition source="0" target="1" event="3"/>
<transition source="1" target="1" event="2"/>
<transition source="1" target="0" event="4"/>
<transition source="1" target="3" event="1"/>
<transition source="2" target="2" event="2"/>
<transition source="2" target="3" event="3"/>
<transition source="2" target="0" event="0"/>
<transition source="3" target="2" event="4"/>
<transition source="3" target="1" event="0"/>
<transition source="3" target="3" event="2"/>
</data>
</model>