public class UnboundedFIFOQDisc extends FIFOQDisc
QueuingDiscipline.QueueEntry
lossProbability, numberOfMessages, numberOfUnits, parent, simNode, transferTime, waitingTime
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
UnboundedFIFOQDisc(SimNode ownNode) |
UnboundedFIFOQDisc(SimNode ownNode,
Parameters pars) |
Modifier and Type | Method and Description |
---|---|
static UnboundedFIFOQDisc |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
getMaxSizeInUnits, isEmpty, peek, pop, push
dequeue, dropScheduledNext, enqueue, getCurrentNumberOfMessages, getCurrentNumberOfUnits, getName, getNode, getParent, handleLossMessage, handleMessage, handleRejectedMessage, hasSpaceFor, statsUpdateDequeue, statsUpdateEnqueue, statsUpdateLoss, statsUpdateReject, wouldStore
public UnboundedFIFOQDisc(SimNode ownNode)
public UnboundedFIFOQDisc(SimNode ownNode, Parameters pars)
public static UnboundedFIFOQDisc createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable