Question: Package Delivery System Simulation Framework Create a java application and a background simulation framework to display tracking information for the package delivery system of FedEx.

 Package Delivery System Simulation Framework Create a java application and abackground simulation framework to display tracking information for the package delivery system

Package Delivery System Simulation Framework Create a java application and a background simulation framework to display tracking information for the package delivery system of FedEx. Requirements: Implement a method to accept new packets with attributes such as the ones shown in the output window below . A user should also be able to query the system with a unique tracking number and get results (refer to the sample output below) . All packet data, from the birth of a packet till it reaches its destination, should be stored in a MySQL database Each thread should compute shortest path for delivery of a package (using Dijkstra's shortest path algorithm or similar) through the list of Fedex distribution centers shown below. Assume all point to point distance is 1, and every center is connected to its nearest 2 neighbors based on geographical distance). List of Fedex Distribution Centers Northborough, MA Edison, NJ Pittsburgh, PA Allentown, PA Martinsburg, WV Charlotte, NC Atlanta, GA Orlando, FL Memphis, TN Grove City, OH Package Delivery System Simulation Framework Create a java application and a background simulation framework to display tracking information for the package delivery system of FedEx. Requirements: Implement a method to accept new packets with attributes such as the ones shown in the output window below . A user should also be able to query the system with a unique tracking number and get results (refer to the sample output below) . All packet data, from the birth of a packet till it reaches its destination, should be stored in a MySQL database Each thread should compute shortest path for delivery of a package (using Dijkstra's shortest path algorithm or similar) through the list of Fedex distribution centers shown below. Assume all point to point distance is 1, and every center is connected to its nearest 2 neighbors based on geographical distance). List of Fedex Distribution Centers Northborough, MA Edison, NJ Pittsburgh, PA Allentown, PA Martinsburg, WV Charlotte, NC Atlanta, GA Orlando, FL Memphis, TN Grove City, OH

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!