Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 a background simulation framework to display tracking information for the package delivery system of FedEx (as shown in Figure 1 below). Requirements: Implement a method to accept new packets (along with its attributes as shown in the figure below). A user should also be able to query the system with a unique tracking number and get results similar to what is shown in the snapshot attached below (Figure 1). All packet data, from the birth of a packet till it reaches its destination, should be stored in a MySQU databasee 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, N.J Pittsburgh, PA Allentown, PABD Strap Endlinksth Martinsburg, WV Charlotte, NC Atlanta, GA Orlando, FL Memphis, TN Grove City, OH Indianapolis, IN Detroit, MI
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started