
Please help me with this
Job Object Class
ATTRIBUTES (Make “friendly” / “protected”)
-arrTime -random 1-250
-cpuBurst -random 2-15
-priority -random 1-5 (5 is highest)
-exitTime -
-turnAroundTime -algorithmresult
-remainingTime -updated in algorithms
METHODS:
-constructor(s)
-toString (to display initial jobs and algorithm results)
-compareTo (general, by arrival time)
//Note: different algorithms may need a different compare. i.e. by priority, etc.
Those can be defines in the algorithm methods.



Trending nowThis is a popular solution!
Step by stepSolved in 2 steps

- C++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage LearningOperations Research : Applications and AlgorithmsComputer ScienceISBN:9780534380588Author:Wayne L. WinstonPublisher:Brooks ColeC++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningProgramming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage




