blob: 3418a9f22220112f24fc2447be1d9ab3291430f7 [file] [log] [blame]
mparkerd71204d2009-09-11 02:08:51 +00001<?xml version="1.0" encoding="UTF-8"?>
2<cheatsheet
mparker5bdc3c02010-01-07 19:59:01 +00003 title="Creating an Escape Project">
mparkerd71204d2009-09-11 02:08:51 +00004 <intro
5 href="/org.eclipse.ui. cheatsheets.doc/tasks/tcheatst.htm">
6 <description>
7 <b>In this tutorial, we&apos;ll setup our environment, create our first Escape project, copy in a model, and run it!</b>
8 </description>
9 </intro>
10 <item
mparker5bdc3c02010-01-07 19:59:01 +000011 href="/org.eclipse.platform.doc.user/tasks/tasks-9f.htm"
mparkerd71204d2009-09-11 02:08:51 +000012 title="Open the Agent Modeling Perspective">
13 <description>
14 If you&apos;re not already there, open the Agent Modeling Perspective. Select Window &gt; Open Perspective &gt; Other.. and then Agent Modeling. (Or you can choose Window &gt; Reset Perspective and the Agent Modeling perspective should appear in the Open Perspective list itself.)
15 </description>
16 <command
17 required="false"
mparker5bdc3c02010-01-07 19:59:01 +000018 serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.amp.amf.AgentModelingPerspective)"/>
mparkerd71204d2009-09-11 02:08:51 +000019 </item>
20 <item
mparker00fc3992010-01-30 04:48:51 +000021 title="Create an Escape Modeling project">
mparkerd71204d2009-09-11 02:08:51 +000022 <description>
23 <b>Next, let&apos;s create the project where we&apos;ll place our model.</b>
24Select File &gt; New &gt; Escape AMF Project. Give it a name like &quot;escape.tutorial&quot;, then click Finish.
25 </description>
26 <command
27 required="true"
mparker4f7a2ab2010-01-26 05:52:27 +000028 serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.amp.escape.amf.wizards.newProject)"/>
mparkerd71204d2009-09-11 02:08:51 +000029 </item>
30 <item
mparker00fc3992010-01-30 04:48:51 +000031 title="Copy a model into the project">
mparkerd71204d2009-09-11 02:08:51 +000032 <description>
mparker5bdc3c02010-01-07 19:59:01 +000033 <b>We need a model to run.</b> We&apos;ll use the epidemic model, which you can get at http://download.eclipse.org/amp/models/Epidemic.metaabm. Download the file to your computer and just drag it into the project folder you&apos;ve just created. (You&apos;ll have to do this step yourself!)
mparkerd71204d2009-09-11 02:08:51 +000034 </description>
35 </item>
36</cheatsheet>