This project contains the dough preparation and baking stage for the MAAS WS 18/19. It uses proofer and coolingRack interface agents. Proofer connects dough preparation and baking stage, while coolingRack links the baking and packaging stage.
- Erick Kramer - erickkramer
- Angela Enriquez - anenriquez
- Ethan Massey - emassey2
- JADE v.4.5.0
- ...
Just install gradle and run:
gradle run
It will automatically get the dependencies and start JADE with the configured agents. In case you want to clean you workspace run
gradle clean
To use this project with eclipse run
gradle eclipse
This command will create the necessary eclipse files. Afterwards you can import the project folder.
gradle run --args=-doughPrep
gradle run --args='-doughPrep -bakingMasMaas -baking'