public final class NonPreemptiveExample extends Object
nonpreemptive package.Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
public static void main(String[] args)
System.out.
In order to understand the generated output for the different queue types, we note that
to each concrete SimQueue, exactly 10 jobs, numbered 1 through 10 inclusive are submitted.
The arrival time and the requested service time of each job are equal to the job index.
In other words, job 1 arrives at t=1 and requests S=1, job 2 arrives at t=2 and requests S=2, etc.
args - The command-line arguments (ignored).Copyright © 2018. All rights reserved.