| <?xml version="1.0" encoding="UTF-8"?> |
| <cheatsheet |
| title="Introduction to Escape"> |
| <intro |
| href="/org.eclipse.ui. cheatsheets.doc/tasks/tcheatst.htm"> |
| <description> |
| <b>In this tutorial, we'll setup our environment, create our first Escape project, copy in a model, and run it!</b> |
| </description> |
| </intro> |
| <item |
| title="Open the Agent Modeling Perspective"> |
| <description> |
| 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.) |
| </description> |
| <command |
| required="false" |
| serialization="org.eclipse.ui.perspectives.showPerspective(perspectiveId=org.eclipse.amp.amf.AgentModelingPerspective)"/> |
| </item> |
| <item |
| title="Create an Escape Modeling project."> |
| <description> |
| <b>Next, let's create the project where we'll place our model.</b> |
| Select File > New > Escape AMF Project. Give it a name like "escape.tutorial", then click Finish. |
| </description> |
| <command |
| required="true" |
| serialization="org.eclipse.ui.newWizard(newWizardId=org.eclipse.amp.escape.wizards.newProject)"/> |
| </item> |
| <item |
| title="Copy a model into the project."> |
| <description> |
| <b>We need a model to run.</b> We'll use Miles Parker's epidemic model, which you can get at |
| </description> |
| </item> |
| </cheatsheet> |