public class FIFODropTailQueueParser extends StdSingleServerQueueParser implements ParserWithSimNode<FIFODropTailQueue>
Modifier and Type | Field and Description |
---|---|
protected boolean |
dequeueForService |
protected boolean |
traceOccupancy |
protected boolean |
traceQueueLength |
bufferSize, serviceTime, useStatistics
Constructor and Description |
---|
FIFODropTailQueueParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKeyword()
Each parser object needs a unique keyword.
|
protected void |
parse(Parameter par) |
FIFODropTailQueue |
parse(Parameter par,
java.lang.String name,
SimNode parentNode) |
protected boolean dequeueForService
protected boolean traceQueueLength
protected boolean traceOccupancy
protected void parse(Parameter par)
parse
in class StdSingleServerQueueParser
public FIFODropTailQueue parse(Parameter par, java.lang.String name, SimNode parentNode)
parse
in interface ParserWithSimNode<FIFODropTailQueue>
public java.lang.String getKeyword()
AbstractParser
ParseManager
object can use these keywords to distinguish the parser objects.getKeyword
in interface AbstractParser