Project 3 for our Object Oriented Design and analysis class. It is a roll store system written in Java that follows Object Oriented design principles. UMLClassDiagram.png is our UML class diagram
Instructions to run the application Build and run in IntelliJ. Run main to simulate 30 days of the roll store.
Development Assumptions
- Fillings are: 0.50
- Sauces are: 0.20
- Toppings are: 0.30
- Some Roll tests may fail due to the randomness of the roll factory.