public class DInfiniteServer extends InfiniteServer
DInfiniteServer is a standard infinite server component with a
constant service time that can be specified in the constructor. It can be
used to model delays of all kinds.InfiniteServerInfiniteServer.InfiniteServerEventEntity.PortAlias| Modifier and Type | Field and Description |
|---|---|
protected double |
serviceTime |
activePhases, inputPort, occupancy, outputPortportAliases, ports, simNode| Constructor and Description |
|---|
DInfiniteServer(double d,
java.lang.String name,
SimNode owner) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getNextServiceTime() |
getInput, getOutputaddPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPortpublic DInfiniteServer(double d,
java.lang.String name,
SimNode owner)
protected double getNextServiceTime()
getNextServiceTime in class InfiniteServer