|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<F,DoubleMatrix<?,java.lang.String>>
sbrt.kernel.fba.proc.ExtremeCurrentProcess<F>
F
- the fluxome type.public final class ExtremeCurrentProcess<F extends IrrevRxnFluxome>
This class is used to identify the extreme currents in stoichiometric networks.
Constructor Summary | |
---|---|
ExtremeCurrentProcess(F fluxome,
ExtremeCurrentComputer computer)
Constructs a new extreme current process. |
Method Summary | |
---|---|
F |
getFluxome()
Returns the fluxome used in this process. |
ProgressMonitor |
getProgress()
Returns a progress monitor for this process. |
void |
run(ResultsManager<DoubleMatrix<?,java.lang.String>> resultsManager)
Runs this process and adds the generated results to the provided results manager via its ResultsManager.addData(Object) method. |
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 ExtremeCurrentProcess(F fluxome, ExtremeCurrentComputer computer)
fluxome
- the fluxome for which extreme currents will be identified.computer
- the computer with which all results will be computed.Method Detail |
---|
public F getFluxome()
getFluxome
in class FbaProcess<F extends IrrevRxnFluxome,DoubleMatrix<?,java.lang.String>>
public ProgressMonitor getProgress()
getProgress
in interface MonitoredProcess<DoubleMatrix<?,java.lang.String>>
public void run(ResultsManager<DoubleMatrix<?,java.lang.String>> resultsManager)
run
in interface KernelProcess<DoubleMatrix<?,java.lang.String>>
resultsManager
- the results manager
to which the results will be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |