|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
F
- the fluxome type.public interface CycleComputer<F extends Fluxome>
This interface is used to represent algorithms for identifying steady state cycles in stoichiometric networks.
Method Summary | |
---|---|
SparseDoubleMatrix<?,java.lang.String> |
getCycles(F fluxome)
Returns the set of all steady state cycles contained in the provided fluxome. |
ProgressMonitor |
getProgress()
Returns a progress monitor for this cycle computer. |
Method Detail |
---|
ProgressMonitor getProgress()
SparseDoubleMatrix<?,java.lang.String> getCycles(F fluxome)
fluxome
- the fluxome for which all cycles will be returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |