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.InfiniteServer
InfiniteServer.InfiniteServerEvent
Entity.PortAlias
Modifier and Type | Field and Description |
---|---|
protected double |
serviceTime |
activePhases, inputPort, occupancy, outputPort
portAliases, ports, simNode
Constructor and Description |
---|
DInfiniteServer(double d,
java.lang.String name,
SimNode owner) |
Modifier and Type | Method and Description |
---|---|
protected double |
getNextServiceTime() |
getInput, getOutput
addPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPort
public DInfiniteServer(double d, java.lang.String name, SimNode owner)
protected double getNextServiceTime()
getNextServiceTime
in class InfiniteServer