public class MtjLogRedSolver extends GeometricSolver
| Constructor and Description |
|---|
MtjLogRedSolver(GeomProcess mp) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitequalspublic MtjLogRedSolver(GeomProcess mp)
mp - The given QBDpublic double[][] getRmatrix()
throws NotUnichainException
GeometricSolvergetRates(), getGenerator, and getRate(State,State)getRmatrix in class GeometricSolverNotUnichainExceptionMarkovProcess.getGenerator(),
MarkovProcess.getRates(),
MarkovProcess.getRate(State, State)public java.lang.String label()
Solverlabel in interface JMarkovElementlabel in class SolverSolver.label()public java.lang.String description()
JMarkovElementJMarkovElement.label()