<?xml version="1.0" encoding="UTF-8"?>
<layout>
  <model>
    <state id="LogTestMachine" class="LogTestMachine" />
    <state id="startnode" class="StateNode" />
    <state id="message1" class="LogTestMachine::Message" />
    <state id="image1" class="LogTestMachine::Image" />
    <state id="webcam1" class="LogTestMachine::Webcam" />
    <transition id="textmsgtrans1" class="TextMsgTrans">
      <source id="startnode" />
      <destination id="message1" />
    </transition>
    <transition id="nulltrans1" class="NullTrans">
      <source id="message1" />
      <destination id="startnode" />
    </transition>
    <transition id="textmsgtrans2" class="TextMsgTrans">
      <source id="startnode" />
      <destination id="image1" />
    </transition>
    <transition id="nulltrans2" class="NullTrans">
      <source id="image1" />
      <destination id="startnode" />
    </transition>
    <transition id="textmsgtrans3" class="TextMsgTrans">
      <source id="startnode" />
      <destination id="webcam1" />
    </transition>
    <transition id="nulltrans3" class="NullTrans">
      <source id="webcam1" />
      <destination id="startnode" />
    </transition>
  </model>
  <state id="LogTestMachine" label="LogTestMachine" color="#b1cc29" top="3" left="2" width="113" height="20" shape="Rectangle" />
  <state id="startnode" label="startnode" color="#1f9947" top="35" left="128" width="94" height="20" shape="Rectangle" />
  <state id="message1" label="message1" color="#297ccc" top="108" left="30" width="85" height="20" shape="Rectangle" />
  <state id="image1" label="image1" color="#6f1f99" top="107" left="140" width="67" height="20" shape="Rectangle" />
  <state id="webcam1" label="webcam1" color="#cc2929" top="106" left="227" width="88" height="20" shape="Rectangle" />
  <transition id="textmsgtrans1" class="TextMsgTrans" color="#000000" linewidth="1">
    <bendpoints source="startnode" destination="message1">
      <point x="122" y="87" />
    </bendpoints>
  </transition>
  <transition id="nulltrans1" class="NullTrans" color="#000000" linewidth="1">
    <bendpoints source="message1" destination="startnode">
      <point x="101" y="72" />
    </bendpoints>
  </transition>
  <transition id="textmsgtrans2" class="TextMsgTrans" color="#000000" linewidth="1">
    <bendpoints source="startnode" destination="image1">
      <point x="189" y="86" />
    </bendpoints>
  </transition>
  <transition id="nulltrans2" class="NullTrans" color="#000000" linewidth="1" />
  <transition id="textmsgtrans3" class="TextMsgTrans" color="#000000" linewidth="1">
    <bendpoints source="startnode" destination="webcam1">
      <point x="223" y="71" />
    </bendpoints>
  </transition>
  <transition id="nulltrans3" class="NullTrans" color="#000000" linewidth="1" />
</layout>

