scalation.simulation.queueingnet.JacksonNet
The JacksonNet
class is used to solve Jackson Queueing Network problems. Each node in the network represents a service station consisting of one queue and k_i servers. It is currently limited to networks of M/M/k queues.
Value parameters
k
the number of servers for each node
mu
the service rates for each node
p
the routing probabilities from node to node
r
the external arrival rates for each node
Attributes
Graph
Reset zoom Hide graph Show graph
Supertypes
class Object
trait Matchable
class Any
Members list
Calculate the expected number in the queue at the j-th node.
Calculate the expected number in the queue at the j-th node.
Value parameters
j
the j-th node
Attributes
Calculate the expected number in the queue at the j-th node for an M/M/1 queue.
Calculate the expected number in the queue at the j-th node for an M/M/1 queue.
Value parameters
j
the j-th node
Attributes
Calculate the expected number in the queue at the j-th node for an M/M/k queue.
Calculate the expected number in the queue at the j-th node for an M/M/k queue.
Value parameters
j
the j-th node
Attributes
Calculate the probability of a node being empty, based on its utilization factor and number of servers.
Calculate the probability of a node being empty, based on its utilization factor and number of servers.
Value parameters
kk
the number of servers
ro
the utilization factor
Attributes
View/check intermediate results.
View/check intermediate results.
Attributes