Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 2.14 KB

README.md

File metadata and controls

21 lines (17 loc) · 2.14 KB

Re.actionFramework-tests

This repository provides Demos and Unit-Tests for the Re.action framework, which is mainly comprised of the Re.action language and the necessary code for integrating and using it with the simulation tool SimSG.

Requirements

If you don't already have a working setup of eMoflon it is recommended to start with a fresh and clean install of eclipse as provided by the Eclipse Modeling Tools.

How to Use

Follow the installation guide of the Re.action framework (https://github.com/Echtzeitsysteme/Re.actionFramework), which includes all the necessary setup steps.

Run the example

This repository contains a working example model of the so-called Goldbeter-Koshland-Loop (GKL). You can find it in the org.reaction.gklExample-folder. To see it in action, follow these instructions in your dynamic workspace (i.e., start a new eclipse workspace from within your currently running development workspace):

  1. Import the org.reaction.gklExample-folder or import via the .psf-file (https://raw.githubusercontent.com/Echtzeitsysteme/Re.actionFramework-tests/master/projectSet.psf).
  2. Build it by right-clicking and choosing SimSG -> Build selected projects fully or using the corresponding icon in the toolbar while in the SimSG perspective
  3. If you still get compilation errors, try building the project as normal Java project now
  4. Now you are able to run e.g. GKLBenchmark in org.reaction.gklExample.benchmark. You can choose between the Pattern Matching Engines HiPE and Democles by (un-)commenting the corresponding lines in the GKLBenchmark-file.