All outputs files are generated at the project root
- Scheduler.out
- map.csv
- log.json
- build.sh: script for maven build and chain execution
# Works best when launching from project root
./build.sh [pathToFile.in]
- chainExec.sh: same as build.sh without mvn clean install
# Works best when launching from project root
mvn clean install
./chainExec.sh [pathToFile.in]
-
If you launch one of the scripts, the visualiser will generate a
log.json
at the root of the project, and automatically open a webpage in your web browser. If this doesn't happen, go to theAmIDone_visualiser
folder and openindex.html
. -
When arriving at the index, you'll have to choose between two views :
- The client view
- Just enter the order number (for the simulation, we considered that the client number is the same as the order number)
- The operator view
- The client view
-
For both views, you'll have to load the
log.json
generated, to load the context for the simulation. -
Just press start and that's it !
- All the modules in this project have a dependency with the
common module
, so if you want to execute them separately don't forget to use thecommon module
too.