|
||||||||||
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.CycleIdProcess<F>
F
- the fluxome type.public final class CycleIdProcess<F extends Fluxome>
This class is used to execute steady state cycle identification processes.
Constructor Summary | |
---|---|
CycleIdProcess(F fluxome,
CycleComputer<F> computer)
Constructs a new steady state cycle identification 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 CycleIdProcess(F fluxome, CycleComputer<F> computer)
fluxome
- the fluxome whose cycles are to be computed.computer
- the computer with which all results will be computed.Method Detail |
---|
public F getFluxome()
getFluxome
in class FbaProcess<F extends Fluxome,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 |