blob: 22d9d089a499722f728dc6e14100c07857b650a0 [file]
<?xml version="1.0" encoding="UTF-8"?>
<compositeCheatsheet name="Getting Started with VIATRA Query">
<taskGroup kind="set" name="Query your models using VIATRA Query" skip="false">
<intro>
<a href="http://eclipse.org/VIATRA/Query">VIATRA Query</a> is a technology that can be used to <b>efficiently query EMF instance models</b> in an <b>incremental way</b>. After completing the tasks, you will know how to create a VIATRA Query plug-in, how to use it, and where to look for further information. These sheets guide you through simple example that works immediately.
</intro>
<onCompletion>
</onCompletion>
<task kind="cheatsheet" name="Creating a VIATRA Query Project" skip="false">
<intro>
This sheet describes how to create a VIATRA Query plug-in project from scratch.
</intro>
<onCompletion>
</onCompletion>
<param name="path" value="newproject.xml">
</param>
</task>
<task kind="cheatsheet" name="Creating and Executing Queries" skip="false">
<intro>
This sheet describes how to create VIATRA queries.
</intro>
<onCompletion>
</onCompletion>
<param name="path" value="queries.xml">
</param>
</task>
<task kind="cheatsheet" name="Generating Code from Queries" skip="false">
<intro>
This cheat sheet demonstrates how VIATRA queries can be invoked from Java code.
</intro>
<onCompletion>
</onCompletion>
<param name="path" value="gencode.xml">
</param>
</task>
</taskGroup>
</compositeCheatsheet>