|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<T,T>
sbrt.kernel.fba.proc.FluxomeReducerProcess<T>
T
- a type of fluxome.public final class FluxomeReducerProcess<T extends Fluxome>
This class is used to execute fluxome reduction processes.
Constructor Summary | |
---|---|
FluxomeReducerProcess(T fluxome,
FluxomeReducer<T> reducer)
Constructs a new fluxome reduction process. |
Method Summary | |
---|---|
T |
getFluxome()
Returns the fluxome used in this process. |
ProgressMonitor |
getProgress()
Returns a progress monitor for this process. |
void |
run(ResultsManager<T> 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 FluxomeReducerProcess(T fluxome, FluxomeReducer<T> reducer)
fluxome
- the fluxome to be reduced.reducer
- the computer with which all results will be computed.Method Detail |
---|
public T getFluxome()
getFluxome
in class FbaProcess<T extends Fluxome,T extends Fluxome>
public ProgressMonitor getProgress()
getProgress
in interface MonitoredProcess<T extends Fluxome>
public void run(ResultsManager<T> resultsManager)
run
in interface KernelProcess<T extends Fluxome>
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 |