<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wizard SYSTEM "Wizard.dtd">

<wizard>
	<att name="delay" type="integer" value="1000"/>
	<att name="executeInSeparateWindows" type="boolean" value="0"/>
	<device id="0">
		<name>Speech Dummy</name>
		<type>Output</type>
		<port>1235</port>
	</device>
	<device id="1">
		<name>RCX</name>
		<type>Output</type>
		<port>1234</port>
	</device>
	<device id="2">
		<name>Recognize</name>
		<type>Output</type>
		<port>1236</port>
	</device>
	<graph directed="1" Graphic="1" Layout="points">
		<att name="width" type="integer" value="600"/>
		<att name="height" type="integer" value="600"/>
		<variable>
			<name>target</name>
			<type>java.lang.String</type>
			<value/>
			<export/>
		</variable>
		<node id="0" class="graph.nodes.StartNode">
			<graphics x="230" y="19" fill="#9999ff"/>
			<att name="uid" type="integer" value="1"/>
			<att name="title" type="string" value="Start"/>
		</node>
		<node id="1" class="graph.nodes.InputNode">
			<graphics x="96" y="141" fill="#ff5a5a"/>
			<att name="uid" type="integer" value="2"/>
			<att name="title" type="string" value="Floor Request"/>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
			<att name="device" type="integer" value="2"/>
			<att name="discard" type="boolean" value="1"/>
		</node>
		<node id="2" class="graph.nodes.InputNode">
			<graphics x="306" y="141" fill="#ff5a5a"/>
			<att name="uid" type="integer" value="3"/>
			<att name="title" type="string" value="Floor Request"/>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
			<att name="device" type="integer" value="2"/>
			<att name="discard" type="boolean" value="1"/>
		</node>
		<node id="3" class="graph.nodes.OutputNode">
			<graphics x="292" y="70" fill="#00cc99"/>
			<att name="uid" type="integer" value="4"/>
			<att name="title" type="string" value="NU: Repeat"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich habe Sie nicht verstanden. Bitte wiederholen Sie Ihre Eingabe.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="4" class="graph.nodes.OutputNode">
			<graphics x="460" y="83" fill="#00cc99"/>
			<att name="uid" type="integer" value="5"/>
			<att name="title" type="string" value="NU: Buttons"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich habe Sie nicht verstanden. Bitte benutzen Sie die Knöpfe.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="5" class="graph.nodes.SetVariableNode">
			<graphics x="61" y="230" fill="#c0c0c0"/>
			<att name="uid" type="integer" value="6"/>
			<att name="title" type="string" value="eins"/>
			<att name="var_id" type="string" value="0"/>
			<att name="var_name" type="string" value="target"/>
			<att name="var_value" type="string" value="&quot;1&quot;"/>
		</node>
		<node id="6" class="graph.nodes.SetVariableNode">
			<graphics x="143" y="232" fill="#c0c0c0"/>
			<att name="uid" type="integer" value="7"/>
			<att name="title" type="string" value="zwei"/>
			<att name="var_id" type="string" value="0"/>
			<att name="var_name" type="string" value="target"/>
			<att name="var_value" type="string" value="&quot;2&quot;"/>
		</node>
		<node id="7" class="graph.nodes.SetVariableNode">
			<graphics x="228" y="233" fill="#c0c0c0"/>
			<att name="uid" type="integer" value="8"/>
			<att name="title" type="string" value="drei"/>
			<att name="var_id" type="string" value="0"/>
			<att name="var_name" type="string" value="target"/>
			<att name="var_value" type="string" value="&quot;3&quot;"/>
		</node>
		<node id="8" class="graph.nodes.SetVariableNode">
			<graphics x="314" y="233" fill="#c0c0c0"/>
			<att name="uid" type="integer" value="9"/>
			<att name="title" type="string" value="vier"/>
			<att name="var_id" type="string" value="0"/>
			<att name="var_name" type="string" value="target"/>
			<att name="var_value" type="string" value="&quot;4&quot;"/>
		</node>
		<node id="9" class="graph.nodes.SetVariableNode">
			<graphics x="401" y="232" fill="#c0c0c0"/>
			<att name="uid" type="integer" value="10"/>
			<att name="title" type="string" value="fuenf"/>
			<att name="var_id" type="string" value="0"/>
			<att name="var_name" type="string" value="target"/>
			<att name="var_value" type="string" value="&quot;5&quot;"/>
		</node>
		<node id="10" class="graph.nodes.OutputNode">
			<graphics x="63" y="304" fill="#00cc99"/>
			<att name="uid" type="integer" value="11"/>
			<att name="title" type="string" value="Fahre eins"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich fahre Sie in den ersten Stock.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="11" class="graph.nodes.OutputNode">
			<graphics x="147" y="303" fill="#00cc99"/>
			<att name="uid" type="integer" value="12"/>
			<att name="title" type="string" value="Fahre zwei"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich fahre Sie in den zweiten Stock.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="12" class="graph.nodes.OutputNode">
			<graphics x="233" y="307" fill="#00cc99"/>
			<att name="uid" type="integer" value="13"/>
			<att name="title" type="string" value="Fahre drei"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich fahre Sie in den dritten Stock.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="13" class="graph.nodes.OutputNode">
			<graphics x="318" y="310" fill="#00cc99"/>
			<att name="uid" type="integer" value="14"/>
			<att name="title" type="string" value="Fahre vier"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich fahre Sie in den vierten Stock.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="14" class="graph.nodes.OutputNode">
			<graphics x="404" y="310" fill="#00cc99"/>
			<att name="uid" type="integer" value="15"/>
			<att name="title" type="string" value="Fahre fuenf"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Ich fahre Sie in den fünften Stock.&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="15" class="graph.nodes.OutputNode">
			<graphics x="245" y="537" fill="#00cc99"/>
			<att name="uid" type="integer" value="16"/>
			<att name="title" type="string" value="send command"/>
			<att name="output" type="list">
				<att name="1" type="list">
					<att name="Data" type="list">
						<att name="type" type="string" value="&quot;GO&quot;"/>
						<att name="floor" type="string" value="target"/>
					</att>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="16" class="graph.nodes.OutputNode">
			<graphics x="126" y="72" fill="#00cc99"/>
			<att name="uid" type="integer" value="17"/>
			<att name="title" type="string" value="Prompt"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;In welchen Stock möchten Sie bitte?&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="1"/>
		</node>
		<node id="17" class="graph.nodes.InputNode">
			<graphics x="200" y="409" fill="#ff5a5a"/>
			<att name="uid" type="integer" value="18"/>
			<att name="title" type="string" value="Warten auf Widerspruch"/>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="0"/>
			<att name="timeout" type="integer" value="2000"/>
			<att name="discard" type="boolean" value="1"/>
		</node>
		<node id="18" class="graph.nodes.OutputNode">
			<graphics x="140" y="472" fill="#00cc99"/>
			<att name="uid" type="integer" value="19"/>
			<att name="title" type="string" value="Bitteschön"/>
			<att name="output" type="list">
				<att name="0" type="list">
					<att name="Text" type="string" value="&quot;Bitteschön&quot;"/>
				</att>
			</att>
			<att name="reset" type="boolean" value="0"/>
			<att name="wait" type="boolean" value="0"/>
		</node>
		<edge source="0" target="16">
		</edge>
		<edge source="1" target="5">
			<att name="condition" type="string" value="eins"/>
		</edge>
		<edge source="1" target="6">
			<att name="condition" type="string" value="zwei"/>
		</edge>
		<edge source="1" target="7">
			<att name="condition" type="string" value="drei"/>
		</edge>
		<edge source="1" target="8">
			<att name="condition" type="string" value="vier"/>
		</edge>
		<edge source="1" target="9">
			<att name="condition" type="string" value="fuenf"/>
		</edge>
		<edge source="1" target="3">
			<att name="condition" type="string" value="*"/>
		</edge>
		<edge source="2" target="5">
			<att name="condition" type="string" value="eins"/>
		</edge>
		<edge source="2" target="6">
			<att name="condition" type="string" value="zwei"/>
		</edge>
		<edge source="2" target="7">
			<att name="condition" type="string" value="drei"/>
		</edge>
		<edge source="2" target="8">
			<att name="condition" type="string" value="vier"/>
		</edge>
		<edge source="2" target="9">
			<att name="condition" type="string" value="fuenf"/>
		</edge>
		<edge source="2" target="4">
			<att name="condition" type="string" value="*"/>
		</edge>
		<edge source="3" target="2">
		</edge>
		<edge source="4" target="0">
		</edge>
		<edge source="5" target="10">
		</edge>
		<edge source="6" target="11">
		</edge>
		<edge source="7" target="12">
		</edge>
		<edge source="8" target="13">
		</edge>
		<edge source="9" target="14">
		</edge>
		<edge source="10" target="17">
		</edge>
		<edge source="11" target="17">
		</edge>
		<edge source="12" target="17">
		</edge>
		<edge source="13" target="17">
		</edge>
		<edge source="14" target="17">
		</edge>
		<edge source="15" target="0">
		</edge>
		<edge source="16" target="1">
		</edge>
		<edge source="17" target="0">
			<att name="condition" type="string" value="NEIN"/>
		</edge>
		<edge source="17" target="18">
			<att name="condition" type="string" value="DANKE"/>
		</edge>
		<edge source="17" target="15">
			<att name="condition" type="string" value="&lt;timeout after 2000ms&gt;"/>
		</edge>
		<edge source="18" target="15">
		</edge>
	</graph>
</wizard>
