<?xml version="1.0" encoding="UTF-8"?><!--Created with JFLAP 6.0.--><structure>&#13;
	<type>mealy</type>&#13;
	<automaton>&#13;
		<!--The list of states.-->&#13;
		<state id="0" name="q0">&#13;
			<x>94.0</x>&#13;
			<y>79.0</y>&#13;
			<label>rot</label>&#13;
			<initial/>&#13;
		</state>&#13;
		<state id="1" name="q1">&#13;
			<x>281.0</x>&#13;
			<y>79.0</y>&#13;
			<label>rotgelb</label>&#13;
		</state>&#13;
		<state id="2" name="q2">&#13;
			<x>282.0</x>&#13;
			<y>240.0</y>&#13;
			<label>grün</label>&#13;
		</state>&#13;
		<state id="3" name="q3">&#13;
			<x>94.0</x>&#13;
			<y>239.0</y>&#13;
			<label>gelb</label>&#13;
		</state>&#13;
		<!--The list of transitions.-->&#13;
		<transition>&#13;
			<from>2</from>&#13;
			<to>3</to>&#13;
			<read>T</read>&#13;
			<transout>y</transout>&#13;
		</transition>&#13;
		<transition>&#13;
			<from>3</from>&#13;
			<to>0</to>&#13;
			<read>T</read>&#13;
			<transout>r</transout>&#13;
		</transition>&#13;
		<transition>&#13;
			<from>1</from>&#13;
			<to>2</to>&#13;
			<read>T</read>&#13;
			<transout>g</transout>&#13;
		</transition>&#13;
		<transition>&#13;
			<from>0</from>&#13;
			<to>1</to>&#13;
			<read>T</read>&#13;
			<transout>o</transout>&#13;
		</transition>&#13;
		<note>&#13;
			<text>Einfache Ampel

E = {Timer abgelaufen T}

A = {Timer auf Zeit für rot-gelb setzen o,
        Timer auf Zeit für grün setzen      g,
        Timer auf Zeit für gelb setzen       y,
        Timer auf Zeit für rot setzen          r }</text>&#13;
			<x>347.0</x>&#13;
			<y>93.0</y>&#13;
		</note>&#13;
	</automaton>&#13;
</structure>
