|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<F,LinearSystemSolution<java.lang.String>>
sbrt.kernel.fba.proc.FbaSolverProcess<F>
F
- the fluxome type.public final class FbaSolverProcess<F extends Fluxome>
This class is used to solve the equation Sv = 0.
FbaSolver
Constructor Summary | |
---|---|
FbaSolverProcess(F fluxome)
Constructs a new FBA solver process. |
Method Summary | |
---|---|
F |
getFluxome()
Returns the fluxome for which Sv = 0 is solved. |
void |
run(ResultsManager<LinearSystemSolution<java.lang.String>> resultsManager)
Solves Sv = 0 and adds the result to the provided manager. |
void |
setSolver(LinearSystemSolver<java.lang.String> solver)
Sets the linear system solver to be used. |
Methods inherited from class sbrt.kernel.fba.proc.FbaProcess |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FbaSolverProcess(F fluxome)
fluxome
- the fluxome with for which Sv = 0 is solved.Method Detail |
---|
public F getFluxome()
getFluxome
in class FbaProcess<F extends Fluxome,LinearSystemSolution<java.lang.String>>
public void setSolver(LinearSystemSolver<java.lang.String> solver)
solver
- the linear system solver to be used.public void run(ResultsManager<LinearSystemSolution<java.lang.String>> resultsManager)
resultsManager
- the results manager to which the solution to Sv = 0
will be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |