Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.72 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.72 KB

Codacy Badge Build Status Coverage Status

MAAS Project - JSW

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.

Team Members

Dependencies

  • JADE v.4.5.0
  • Java 8
  • Gradle

How to run

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

Eclipse

To use this project with eclipse run

gradle eclipse

Visualisation

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.