Syntax and Semantics

The ParTraP language syntax and semantics are described in " MODMED WP1/D2 and WP1/D3: Complete Definition of a Domain Specific Specification Language ", also available here. Other documents from the MODMED project are available at http://vasco.imag.fr/MODMED/Deliverables.html.

A short introduction to the ParTraP language is also available here.

Getting started with ParTraP-IDE

Create a ParTraP project

Once you have installed the ParTraP-IDE plugin, you can create your first ParTraP project.

You should choose "New" from file menu then "Other" then "Partrap project". Enter a project name and click finish. A window asking to convert the project to an XText is opened you should validate by "OK". A project is created with all necessary materials for execution : jars and packages. An editor for ParTraP properties is opened. Now you can edit properties.

Use case examples

Sample trace files

Before executing any property, you should have a json trace file.

You can download two examples of traces anywhere on your machine from http://vasco.imag.fr/tools/partrap/traces where you have one short trace "test_trace.json" and one long trace "long_trace.json".

Traces should conform to the following constraints in order to be exploited with the ParTraP language:

Simple ParTraP properties

Here is some starting properties examples that you can edit and test on the tool:

When saving, properties are compiled and you can execute them from "src-gen" package. You can also use the ParTraP Evaluator by right click on the editor window and choosing "Interprete Properties".

Selecting a trace file

To change the trace file, you can right click on the ParTraP file from the project explorer window and choose "Update Trace File".

ParTraP Toolset with Python

To use Python expressions in the ParTraP toolset editor you should have a configured and working Jep with python. The eclipse ParTraP plugins is configured to work

Jep Installation Guide (under windows)

Jep can be found at the following address : https://github.com/ninia/jep/wiki/Getting-Started.

To install a working Jep Version with Eclipse you should follow the steps below:

Now that Jep is installed, you should exit and restart your eclipse environment (simply restarting is not sufficient). Then you should change the project properties by selecting "Python" in the "Partrap" option and then checking the button "enable Python support".

Some examples with python

Now you can use python expressions in the properties. Here are some examples:

Generation of trace examples with ParTraP-EG