Skip to content

danielive/task-manager

Repository files navigation

Task Manager Emulator

Build Status

At each cycle, a task is selected from queue of tasks for execution at a certain time in accordance with the Shortest-Job-First (SJF) scheduling algorithm. Each task has a specific execution priority and execute on a certain number of processors.

Stack

  • Gradle 2.5
  • JavaFX 2.2.21

for demonstration tests of JavaFX

  • jacoco 0.7.8
  • junit 4.12
  • testfx 4.0.6-alpha
  • hamcrest 2.0.0.0
  • loadui 3.1.2

Resource types

  • Program.exe
  • Music.mp3
  • Image.jpeg
  • Document.txt

Application

Interface

Start

Execution

End