public class UnboundedLIFOQDisc extends LIFOQDisc
QueuingDiscipline.QueueEntry
lossProbability, numberOfMessages, numberOfUnits, parent, simNode, transferTime, waitingTime
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
UnboundedLIFOQDisc(SimNode ownNode) |
UnboundedLIFOQDisc(SimNode ownNode,
Parameters pars) |
Modifier and Type | Method and Description |
---|---|
static UnboundedLIFOQDisc |
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 UnboundedLIFOQDisc(SimNode ownNode)
public UnboundedLIFOQDisc(SimNode ownNode, Parameters pars)
public static UnboundedLIFOQDisc createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable