tree: 0e530e2964283621cc58c5d681b00844d202ae11 [path history] [tgz]
  1. .settings/
  2. org.eclipse.viatra.examples.petrinet.model/
  3. org.eclipse.viatra.examples.petrinet.simulator/
  4. .gitignore
  5. .project
  6. pom.xml
  7. README.md
transformation/petrinet-simulator-maven/README.md

viatra-petrinet-simulator

A simple “hello world” example for VIATRA-EMF.

To use in Eclipse, install the following plug-ins:

To build the project:

  1. Go to the org.eclipse.viatra.examples.petrinet.model project and generate the model code with the model/petrinet.genmodel file.
  2. Build the org.eclipse.viatra.examples.petrinet.transformation project to generate the patterns.
  3. In Eclipse, go to the POM editor and use the Discover new m2e connector option to install the buildhelper (m2e connector for build-helper-maven-plugin 0.15.0.2012070901240).

You can also run the Maven build from command line.