sbrt.kernel.fba.comp
Interface FluxomeReducer<T extends Fluxome>

Type Parameters:
T - a type of fluxome.
All Known Implementing Classes:
MsFluxomeReducer, WwFluxomeReducer

public interface FluxomeReducer<T extends Fluxome>

This interface is used to represent algorithms that reduce the size of fluxomes.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 ProgressMonitor getProgress()
          Returns a progress monitor for this fluxome reducer.
 T makeFluxome(T fluxome)
          Returns a sub-fluxome of the one provided.
 

Method Detail

makeFluxome

T makeFluxome(T fluxome)
Returns a sub-fluxome of the one provided.

Parameters:
fluxome - the fluxome for which size reduction will be performed.
Returns:
a sub-fluxome of the one provided.

getProgress

ProgressMonitor getProgress()
Returns a progress monitor for this fluxome reducer.

Returns:
a progress monitor for this fluxome reducer.