public class UnboundedFIFOQueue extends QueuingEntity
Entity.PortAlias
inputPort, outputPort, qdisc
portAliases, ports, simNode
CREATE_INSTANCE_METHOD_NAME
Constructor and Description |
---|
UnboundedFIFOQueue(SimNode ownNode) |
Modifier and Type | Method and Description |
---|---|
static UnboundedFIFOQueue |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
getInput, getOutput, getQDisc, handleGetMessage, handleIsMessageAvailable, handleMessageIndication, setQDisc
addPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPort
public UnboundedFIFOQueue(SimNode ownNode)
public static UnboundedFIFOQueue createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable