Skip to main content
留学咨询

辅导案例-IGNMENT 3

By May 15, 2020No Comments

ASSIGNMENT 3 Application Engineering & Development – Fall 2019 Due Date : Oct 5th, 2019 at 11:59 PM The objective of this assignment is to practice managing a group of objects from creation, update, and search perspectives. In addition, you are to learn how to convert user questions to attributes on the classes, and real answers on the screen. Some of the search functions require that you find multiple instances that satisfy the search criteria. The matched elements must be collected into temporary array lists to display on the screen in a secondary table. Write an application to manage a fleet of cars for Uber in a certain geo-area. Your application should enable search to answer to the following questions: 1. Find me the first available passenger car. 2. How many cars are currently available. How many are not. 3. List all cars that are made by Toyota, GM, etc. 4. List all cars that were manufactured in a given year, ‘x’. 5. Find an available car with a minimum of x seats but no more than y seats. 6. Find a car with the given serial number. List the attributes of the found car. 7. List all cars given the model number. 8. List all the car manufacturers used by the (this) Uber. 9. When was the last time the fleet catalog was updated. 10. List all cars that are available in a given city. 11. List all cars that have expired maintenance certificate. Your application must enable the creation and update functions for any of the attributes of concern. You must use the cardlayout to sequence your user flows. Also, through a configuration file enable the creation of multiple instances of cars with various characteristics consistent with the requirements above. This will save you from having to retype the same thing multiple times. Make sure to create enough variations to enable a good demo of your solution. Checkboxes should be used to indicate yes or no answers to certain attributes such as availability, etc. The ability to update some of these attributes is required as well. Bonus Points: Define secondary filters on the found instances. (saved in temp lists). In this case, you will need a search function on the collected search results. Two additional extensions to think about is how to model a ride from a to b and determine current location of vehicles. Grading Criteria: GUI Errors Free Validation Data Types Filters Creation Updating Bonus Late 6 10 5 5 44 15 15 10 -10

admin

Author admin

More posts by admin