public class SimQueuePredictor_IS extends SimQueuePredictor_FCFS
SimQueuePredictor for IS.Copyright (C) 2005-2017 Jan de Jongh, TNO
This file is covered by the LICENSE file in the root of this project.
| Modifier | Constructor and Description |
|---|---|
|
SimQueuePredictor_IS() |
protected |
SimQueuePredictor_IS(boolean overrideServiceTime,
double serviceTime) |
| Modifier and Type | Method and Description |
|---|---|
SimQueueState<SimJob,SimQueue> |
createQueueState(SimQueue queue,
boolean isROEL)
Creates a suitable
SimQueueState object for this predictor and given queue. |
String |
toString() |
doQueueEvents_SQ_SV_ROEL_U, doWorkloadEvents_SQ_SV_ROEL_U, getJobToStart, getNextQueueEventTimeBeyond, isStartArmed, updateToTimeis_ROEL_U_UnderWorkloadQueueEventClashes, is_U_UnderWorkloadQueueEventClashes, predict_SQ_SV_IOEL_U, predict_SQ_SV_ROEL_Uclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmatchVisitLogs_SQ_SVcreateWorkloadSchedule_SQ_SV_ROEL_U, createWorkloadSchedule_SQ_SV, doWorkloadEvents_SQ_SVhasServerAccessCredits, isQueueAccessVacationprotected SimQueuePredictor_IS(boolean overrideServiceTime,
double serviceTime)
public SimQueuePredictor_IS()
public SimQueueState<SimJob,SimQueue> createQueueState(SimQueue queue, boolean isROEL)
SimQueueEventPredictorSimQueueState object for this predictor and given queue.
The initial time must be set to Double.NaN.
queue - The queue, non-null.isROEL - Whether or not the event list used is a Random-Order Event List.SimQueueState object for this predictor and given queue.public String toString()
toString in class SimQueuePredictor_FCFSCopyright © 2018. All rights reserved.