class MMck_Queue extends Error
The MMck_Queue
class is used to solve single node Markovian Queueing problems.
It models a service station consisting of one queue, 'c' servers and a capacity
to hold at most 'k' entities, i.e., an M/M/c/k queue.
------------------------------------------------------------------------------
- See also
also
MMc_Queue
to model infinite capacity Markovian queues.also
MGc_Queue
to model queues with general service time distributions. ------------------------------------------------------------------------------
- Alphabetic
- By Inheritance
- MMck_Queue
- Error
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new MMck_Queue(lambda: Double, mu: Double, c: Int = 1, k: Int = 1)
- lambda
the arrival rate
- mu
the service rate
- c
the number of servers
- k
the capacity of the queue
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def flaw(method: String, message: String): Unit
- Definition Classes
- Error
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val l_q: Double
Expected length of the waiting queue.
- val l_s: Double
Expected length/number in Service.
- val l_y: Double
Expected length/number in sYstem.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def prob_0: Double
Probability system is empty
- def prob_k: Double
Probability system is full.
- def report(): Unit
Report the results.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val t_q: Double
Expected time in the waiting Queue (using Little's Law).
- val t_s: Double
Expected time in Service.
- val t_y: Double
Expected time in the sYstem.
- def toString(): String
- Definition Classes
- AnyRef → Any
- def view(): Unit
View/check intermediate results.
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated