Class Summary |
BetterFileFilter |
Taken from the JDK demos. |
ClockPanel |
A simple panel for showing time/idle/burst for any quantifier. |
CPUScheduler |
CPUScheduler runs a simulation of one of four different scheduling
algorithms (FCFS,SJF,ROUNDROBIN,PRIORITY). |
CPUSchedulerFrame |
CPUSchedulerFrame is a JFrame that contains and represents a CPUScheduler object. |
CPUSchedulerFrameForApplet |
CPUSchedulerFrameForApplet is a JFrame that contains and represents a CPUScheduler object. |
JunkApplet |
very simple container for a CPUSchedulerFrameForApplet class |
JunkGenerator |
Quick and dirty main routine to generate *big* random data files for
testing purposes. |
MainApp |
Run this with java to get a CPUSchedulerFrame from the local workstation |
Process |
An aggregate data type to represent a process to schedule. |
ProcessPanel |
A process panel is a thin tall (about 115x100) rectangle that consists
of a cpu meter and a priority indicator. |
StatsPanel |
A simple panel for showing min/mean/max for any quantifier. |