|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcomputer.QueueLengthManager
public class QueueLengthManager
Constructor Summary | |
---|---|
QueueLengthManager(double previousWeight,
double queueTime,
double minRuntime)
|
Method Summary | |
---|---|
int |
getQueueLength()
|
void |
resetQueue()
|
void |
update(double runtime)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueueLengthManager(double previousWeight, double queueTime, double minRuntime)
Method Detail |
---|
public void update(double runtime)
public int getQueueLength()
public void resetQueue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |