StevenMHernandez / cmsc312-operating-system-simulator

CMSC 312: "Introduction to Operating Systems"
0 stars 1 forks source link

Scheduler #6

Closed StevenMHernandez closed 7 years ago

StevenMHernandez commented 7 years ago

Scheduler needs to be able to accept a Process which is then stored into an ArrayList.

From there, the other methods should be fairly straight forward to implement.

We can worry about implement the scheduler into the Main file after this is completed.