Skip to content

Implementation du projet fil rouge Réseau de Pétri par:

Notifications You must be signed in to change notification settings

MomoWorlData/MAPD_FR_BEAUMONT_CHOUKI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petri Net Simulator

Warning:
This project is a Maven-based Java application. You must have Maven installed to build, test, and run it.

Note for users:
The included Makefile is written for Unix-based systems (Linux, macOS).
If you are using Windows, you will need to adapt the commands or run them inside a Unix-compatible environment (such as WSL or Git Bash).

Commands

Run the example code

Compile classes:
Use make compile in your terminal.
You now can run the example code provided in Main class with make run.

Run tests

Simply use make test in your terminal.
This will compile classes, run the codestyle tests and the unit tests.

Open documentation

Use make doc.
This will open the documentation in your default web-browser.
This uses the command xdg-open that is not available for MacOS and Windows devices.

About

Implementation du projet fil rouge Réseau de Pétri par:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Makefile 0.7%