Uses of Class
jmarkov.solvers.TransientSolver

Packages that use TransientSolver
jmarkov Provides the basic elements to model continuous time Markov chains (CTMC). 
jmarkov.solvers Provides classes for customizing a solver used by JMarkov to solve transient and steady state probabilities in different models. 
 

Uses of TransientSolver in jmarkov
 

Fields in jmarkov declared as TransientSolver
protected  TransientSolver MarkovProcess.defaultTransientSolver
          Deafualt Transient solver
 

Methods in jmarkov that return TransientSolver
protected  TransientSolver MarkovProcess.getDefaultTransientSolver()
          The default solver for transient state.
 TransientSolver MarkovProcess.getTransientSolver()
          The currently defined solver for transient state.
 

Methods in jmarkov with parameters of type TransientSolver
 void MarkovProcess.setTransientSolver(TransientSolver transientSolver)
          Allows the user to set an alternate solver.
 

Uses of TransientSolver in jmarkov.solvers
 

Subclasses of TransientSolver in jmarkov.solvers
 class JamaTransientSolver
          This class claculate the transient probabilities.