Package | Description |
---|---|
examples.jmarkov | |
jmarkov.solvers |
Provides classes for customizing a solver used by JMarkov to solve transient
and steady state probabilities in different models.
|
Modifier and Type | Class and Description |
---|---|
class |
ErlangQueue
This class implements a system with N servers with erlang services.
|
class |
HiperExQueue
This class implements a system with one server with PH
service.
|
class |
PHLine
This class implements a system with two tandem servers, each one with a PH
service.
|
class |
QueueMEk1
This example represents a queueing system with Poisson arrivals at rate
lambda' if the system is empty, and a rate lambda otherwise.
|
class |
QueueMH2k1
This example represents a queueing system with Poisson arrivals at rate
$\lambda’$ if the system is empty, and a rate $\lambda$ otherwise.
|
class |
QueuePhPh2
This class implements a system whit two tandem servers each one with a phase
service.
|
Constructor and Description |
---|
MtjLogRedSolver(GeomProcess mp) |