mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <cheatsheet |
mparker | 5bdc3c0 | 2010-01-07 19:59:01 +0000 | [diff] [blame] | 3 | title="Creating an Escape Project"> |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 4 | <intro |
| 5 | href="/org.eclipse.ui. cheatsheets.doc/tasks/tcheatst.htm"> |
| 6 | <description> |
| 7 | <b>In this tutorial, we'll setup our environment, create our first Escape project, copy in a model, and run it!</b> |
| 8 | </description> |
| 9 | </intro> |
| 10 | <item |
mparker | 5bdc3c0 | 2010-01-07 19:59:01 +0000 | [diff] [blame] | 11 | href="/org.eclipse.platform.doc.user/tasks/tasks-9f.htm" |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 12 | title="Open the Agent Modeling Perspective"> |
| 13 | <description> |
| 14 | If you're not already there, open the Agent Modeling Perspective. Select Window > Open Perspective > Other.. and then Agent Modeling. (Or you can choose Window > Reset Perspective and the Agent Modeling perspective should appear in the Open Perspective list itself.) |
| 15 | </description> |
| 16 | <command |
| 17 | required="false" |
mparker | 5bdc3c0 | 2010-01-07 19:59:01 +0000 | [diff] [blame] | 18 | serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.amp.amf.AgentModelingPerspective)"/> |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 19 | </item> |
| 20 | <item |
mparker | 00fc399 | 2010-01-30 04:48:51 +0000 | [diff] [blame] | 21 | title="Create an Escape Modeling project"> |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 22 | <description> |
| 23 | <b>Next, let's create the project where we'll place our model.</b> |
| 24 | Select File > New > Escape AMF Project. Give it a name like "escape.tutorial", then click Finish. |
| 25 | </description> |
| 26 | <command |
| 27 | required="true" |
mparker | 4f7a2ab | 2010-01-26 05:52:27 +0000 | [diff] [blame] | 28 | serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.amp.escape.amf.wizards.newProject)"/> |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 29 | </item> |
| 30 | <item |
mparker | 00fc399 | 2010-01-30 04:48:51 +0000 | [diff] [blame] | 31 | title="Copy a model into the project"> |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 32 | <description> |
mparker | 5bdc3c0 | 2010-01-07 19:59:01 +0000 | [diff] [blame] | 33 | <b>We need a model to run.</b> We'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've just created. (You'll have to do this step yourself!) |
mparker | d71204d | 2009-09-11 02:08:51 +0000 | [diff] [blame] | 34 | </description> |
| 35 | </item> |
| 36 | </cheatsheet> |