|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MtjSolver.IterSolvers | |
---|---|
jmarkov.solvers |
Uses of MtjSolver.IterSolvers in jmarkov.solvers |
---|
Methods in jmarkov.solvers that return MtjSolver.IterSolvers | |
---|---|
MtjSolver.IterSolvers |
MtjSolver.getIterSolver()
|
static MtjSolver.IterSolvers |
MtjSolver.IterSolvers.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MtjSolver.IterSolvers[] |
MtjSolver.IterSolvers.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in jmarkov.solvers with parameters of type MtjSolver.IterSolvers | |
---|---|
void |
MtjSolver.setIterSolver(MtjSolver.IterSolvers iterSolver)
Sets the solver to use. |
void |
MtjSolver.setIterSolver(MtjSolver.IterSolvers iterSolver,
boolean tryOthers)
Sets the solver to use. |
Constructors in jmarkov.solvers with parameters of type MtjSolver.IterSolvers | |
---|---|
MtjSolver(MarkovProcess mp,
MtjSolver.IterSolvers solver)
Construct a solver for the given MarkovProcess. |
|
MtjSolver(MarkovProcess mp,
MtjSolver.IterSolvers solver,
boolean tryOthers)
Construct a solver for the given MarkovProcess. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |