public class UnboundedFIFOQueue extends QueuingEntity
Entity.PortAliasinputPort, outputPort, qdiscportAliases, ports, simNodeCREATE_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, setQDiscaddPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPortpublic UnboundedFIFOQueue(SimNode ownNode)
public static UnboundedFIFOQueue createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructable