<?xml version="1.0" encoding="UTF-8"?>
<otrunk id="33754150-b594-11d9-9669-0800200c9a66" >
  <imports>
    <import class="org.concord.otrunk.OTSystem"/>
    <import class="org.concord.otrunk.view.OTViewEntry"/>
    <import class="org.concord.otrunk.view.OTViewService"/>
    <import class="org.concord.otrunk.view.OTViewChild" />
    <import class="org.concord.otrunk.view.OTViewEntry" />
    <import class="org.concord.otrunk.view.OTViewBundle" />
    <import class="org.concord.otrunk.view.OTViewMode" />
    <import class="org.concord.otrunk.view.document.OTCompoundDoc"/>
    <import class="org.concord.otrunk.view.document.OTTextObject"/>
    <import class="org.concord.otrunknl41.OTNLogoModel"/>
  </imports>
  <objects>
    <OTSystem local_id="system">
     <bundles>
	    <OTViewBundle showLeftPanel="false" currentMode="student" id="8d880970-c22a-11dc-95ff-0800200c9a66">
	          <modes>
	            <OTViewMode name="student">
	              <map />
	            </OTViewMode>
	    	</modes>
	    	 <views>
            <OTViewEntry
              objectClass="org.concord.otrunknl41.OTNLogoModel" 
              viewClass="org.concord.otrunknl41.OTNLogoModelView"/>
            <OTViewEntry
              objectClass="org.concord.otrunk.view.document.OTDocument" 
              viewClass="org.concord.otrunk.view.document.OTDocumentView"/>
          </views>
	    </OTViewBundle>
	</bundles>
      <root>
        <OTCompoundDoc>
          <bodyText>
            <h1>NetLogo test</h1>
            <br/><hr/>
            <object refid="${nl_model_d}"/>
            <br/><hr/>
            <!--   uncommenting the ${nl_model_e} line will cause   -->
            <!--   bad unstable behavior.  These models dont        -->
            <!--   share globals of the same name.                  -->
            <!--   you can test the models running together in      -->
            <!--   an html page here:                               -->
            <!--   http://dl.dropbox.com/u/73403/netlogo/index.html -->
            
            <!--   object refid="${nl_model_e}"/ -->  <!-- this one -->
            <br/><hr/>           
          </bodyText>
          <documentRefs>
          	<OTNLogoModel local_id="nl_model_d"
          		setupMethodName="init"
          		authoredDataURL="http://dl.dropbox.com/u/73403/netlogo/simple_d.nlogo"/>
         	<OTNLogoModel local_id="nl_model_e"
         		setupMethodName="init"
          		authoredDataURL="http://dl.dropbox.com/u/73403/netlogo/simple_e.nlogo"/>
          </documentRefs>
        </OTCompoundDoc>      
      </root>
    </OTSystem>
  </objects>
</otrunk>
