public class StochasticInfiniteServer extends InfiniteServer
If a deterministic service time is required, it is advantageous to use a
DInfiniteServer.
DInfiniteServerInfiniteServer.InfiniteServerEventEntity.PortAlias| Modifier and Type | Field and Description |
|---|---|
protected ContinuousDistribution |
serviceTime |
activePhases, inputPort, occupancy, outputPortportAliases, ports, simNodeCREATE_INSTANCE_METHOD_NAME| Constructor and Description |
|---|
StochasticInfiniteServer(ContinuousDistribution d,
SimNode ownNode) |
| Modifier and Type | Method and Description |
|---|---|
static StochasticInfiniteServer |
createInstance(SimNode ownNode,
Parameters pars)
as required by
ReflectionConstructable |
protected double |
getNextServiceTime() |
getInput, getOutputaddPort, aliasPort, aliasPort, connect, disconnect, getName, getNode, getPortByName, getPorts, isPortKnown, unaliasPortprotected final ContinuousDistribution serviceTime
public StochasticInfiniteServer(ContinuousDistribution d, SimNode ownNode)
public static StochasticInfiniteServer createInstance(SimNode ownNode, Parameters pars)
ReflectionConstructableprotected double getNextServiceTime()
getNextServiceTime in class InfiniteServer