Packages

class MMc_Queue extends Error

The MMc_Queue class is used to solve single node Markovian Queueing problems. It models a service station consisting of one queue and 'c' servers, i.e., an M/M/c queue. The arrivals are Poisson and the service time distribution is Exponential. ------------------------------------------------------------------------------

See also

also MGc_Queue to model queues with general service time distributions. ------------------------------------------------------------------------------

also MMck_Queue to model finite capacity queues.

Linear Supertypes
Error, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MMc_Queue
  2. Error
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MMc_Queue(lambda: Double, mu: Double, c: Int = 1)

    lambda

    the arrival rate

    mu

    the service rate

    c

    the number of servers

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val _1_a: Double
    Attributes
    protected
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val c_fac: Double
    Attributes
    protected
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def flaw(method: String, message: String): Unit

    Show the flaw by printing the error message.

    Show the flaw by printing the error message.

    method

    the method where the error occurred

    message

    the error message

    Definition Classes
    Error
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val l_q: Double

    Expected length of the waiting queue.

  16. val l_s: Double

    Expected length/number in Service.

  17. val l_y: Double

    Expected length/number in sYstem.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. def prob_0: Double

    Probability system is empty.

  22. def report(): Unit

    Report the results.

  23. val rho: Double
    Attributes
    protected
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val t_q: Double

    Expected time in the waiting Queue (using Little's Law).

  26. val t_s: Double

    Expected time in Service.

  27. def t_wait: Double
  28. val t_y: Double

    Expected time in the sYstem.

  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def view(): Unit

    View/check intermediate results.

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Error

Inherited from AnyRef

Inherited from Any

Ungrouped