42 lines
802 B
XML
42 lines
802 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--Created with JFLAP 7.1.--><structure>
|
|
<type>fa</type>
|
|
<automaton>
|
|
<!--The list of states.-->
|
|
<state id="0" name="q0">
|
|
<x>144.0</x>
|
|
<y>116.0</y>
|
|
<initial/>
|
|
</state>
|
|
<state id="1" name="q1">
|
|
<x>402.0</x>
|
|
<y>128.0</y>
|
|
<final/>
|
|
</state>
|
|
<state id="2" name="q2">
|
|
<x>184.0</x>
|
|
<y>260.0</y>
|
|
<label>poubelle</label>
|
|
</state>
|
|
<!--The list of transitions.-->
|
|
<transition>
|
|
<from>1</from>
|
|
<to>1</to>
|
|
<read>a</read>
|
|
</transition>
|
|
<transition>
|
|
<from>1</from>
|
|
<to>1</to>
|
|
<read>b</read>
|
|
</transition>
|
|
<transition>
|
|
<from>0</from>
|
|
<to>2</to>
|
|
<read>a</read>
|
|
</transition>
|
|
<transition>
|
|
<from>0</from>
|
|
<to>1</to>
|
|
<read>b</read>
|
|
</transition>
|
|
</automaton>
|
|
</structure> |