|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmarkov.solvers.Solver
jmarkov.solvers.GeometricSolver
jmarkov.solvers.MtjLogRedSolver
public class MtjLogRedSolver
Constructor Summary | |
---|---|
MtjLogRedSolver(GeomProcess mp)
|
Method Summary | |
---|---|
java.lang.String |
description()
This method return a complete verbal describtion of this element. |
double[][] |
getRmatrix()
This process should be extended in order to compute the R matrix of the QBD. |
java.lang.String |
label()
The name of this solver. |
Methods inherited from class jmarkov.solvers.Solver |
---|
getMP, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jmarkov.basic.JMarkovElement |
---|
equals |
Constructor Detail |
---|
public MtjLogRedSolver(GeomProcess mp)
mp
- The given QBDMethod Detail |
---|
public double[][] getRmatrix() throws NotUnichainException
GeometricSolver
getRates(), getGenerator, and getRate(State,State)
getRmatrix
in class GeometricSolver
NotUnichainException
MarkovProcess.getGenerator()
,
MarkovProcess.getRates()
,
MarkovProcess.getRate(State, State)
public java.lang.String label()
Solver
label
in interface JMarkovElement
label
in class Solver
Solver.label()
public java.lang.String description()
JMarkovElement
JMarkovElement.label()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |