<?xml version="1.0" encoding="ISO-8859-1"?>
<smile version="1.0" id="Productivity" numsamples="1000" discsamples="10000">
	<nodes>
		<demorgan id="Hot_Weather">
			<priorbelief>0.8</priorbelief>
		</demorgan>
		<demorgan id="Climate_Control_in_the_Building">
			<priorbelief>0.9</priorbelief>
		</demorgan>
		<demorgan id="Work_To_Do">
			<priorbelief>0.9500000000000001</priorbelief>
		</demorgan>
		<demorgan id="High_Productivity">
			<parents>Hot_Weather Climate_Control_in_the_Building Work_To_Do</parents>
			<types>barrier cause requirement</types>
			<weights>0.8 0.8 0.99</weights>
			<priorbelief>0.1</priorbelief>
		</demorgan>
	</nodes>
	<cases>
		<case name="Failure of climate control on a cold day" category="Failures">
			<description>This case describes failure of the climate control unit in th ebuilding .on a cold day</description>
			<evidence node="Hot_Weather" state="False" />
			<evidence node="Climate_Control_in_the_Building" state="False" />
		</case>
		<case name="Failure of climate control on a hot day" category="Failures">
			<description>This case describes failure of the climate control unit on the building on a hot day.</description>
			<evidence node="Hot_Weather" state="True" />
			<evidence node="Climate_Control_in_the_Building" state="False" />
		</case>
		<case name="Working climate control on a hot day" category="Normal Operation">
			<description>This case describes productivity on a hot day with climate control unit working correctly.</description>
			<evidence node="Hot_Weather" state="True" />
			<evidence node="Climate_Control_in_the_Building" state="True" />
		</case>
	</cases>
	<extensions>
		<genie version="1.0" app="GeNIe 2.4.5029.1 1d5ef585173c600" name="Productivity" faultnameformat="nodestate">
			<comment>A simple qualitative model capturing the relationship between hot weather, climate control in the building, availability of work to do and productivity.\n\nSource:\nBayesFusion, LLC</comment>
			<node id="Hot_Weather" manipulable="false" reversecolor="true">
				<name>Hot Weather</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>4 38 103 99</position>
			</node>
			<node id="High_Productivity" focus="true">
				<name>High Productivity</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>102 146 229 215</position>
				<barchart width="168" height="69" />
			</node>
			<node id="Climate_Control_in_the_Building">
				<name>Climate Control in the Building</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>128 10 263 94</position>
				<comment>Climate Control is a cool name for our old AC unit.</comment>
			</node>
			<node id="Work_To_Do">
				<name>Work To Do</name>
				<interior color="e5f6f7" />
				<outline color="000080" />
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>246 100 338 157</position>
			</node>
			<textbox>
				<caption>A simple qualitative model capturing the relationship between hot weather, climate control in the building, availability of work to do and productivity.</caption>
				<font color="000000" name="Arial" size="12" bold="true" />
				<position>16 226 413 283</position>
			</textbox>
			<arccomment parent="Climate_Control_in_the_Building" child="High_Productivity">Cool office makes it easier to think.</arccomment>
		</genie>
	</extensions>
</smile>
