Add a brief description of your project. Make sure to keep this README updated, particularly on how to run your project from the command line.
- Janhavi Puranik - @janhavi19
- Widya Aulia - @widyaaulia
- JADE v.4.5.0
- Java 8
- Gradle
Just install gradle and run:
-
Default scenario is large-30-days.
gradle run
-
To change scenario, put the name of the scenario name in the argument, e.g. scenario = 5-big-bakeries-100-days.
./gradlew run --args='5-big-bakeries-100-days'
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
Following are the steps to view the order status using our gui
- Select the customer name of the one you want to view the status
- Select the order id
- If you find 'O' in your status label that means particular task has been completed otherwise not
- To exit, you can press the Exit button. It will shutdown all agents.