|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.proc.FbaProcess<Fluxome,Fluxome>
sbrt.kernel.fba.proc.RedundRxnRemoverProcess
public final class RedundRxnRemoverProcess
This class is used to remove redundant reactions from a fluxome.
RedundRxnRemover
Constructor Summary | |
---|---|
RedundRxnRemoverProcess(IrrevRxnFluxome fluxome)
Constructs a new redundant reaction remover process. |
|
RedundRxnRemoverProcess(MixedFluxome fluxome)
Constructs a new redundant reaction remover process. |
Method Summary | |
---|---|
Fluxome |
getFluxome()
Returns the fluxome for which redundant reactions are to be removed. |
void |
run(ResultsManager<Fluxome> resultsManager)
Adds the information gathered about the fluxome to the provided results manager. |
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 RedundRxnRemoverProcess(MixedFluxome fluxome)
fluxome
- the fluxome for which redundant reactions will be removed.public RedundRxnRemoverProcess(IrrevRxnFluxome fluxome)
fluxome
- the fluxome for which redundant reactions will be removed.Method Detail |
---|
public Fluxome getFluxome()
getFluxome
in class FbaProcess<Fluxome,Fluxome>
public void run(ResultsManager<Fluxome> resultsManager)
resultsManager
- the results manager to which the gathered information will be
added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |