Uses of Interface
sbrt.kernel.utilities.MutableProgressMonitor

Packages that use MutableProgressMonitor
sbrt.kernel.fba.comp Provides classes and interfaces for performing Flux Balance Analysis computations. 
sbrt.kernel.utilities Provides classes and interfaces for performing utility functions. 
 

Uses of MutableProgressMonitor in sbrt.kernel.fba.comp
 

Methods in sbrt.kernel.fba.comp with parameters of type MutableProgressMonitor
protected  java.util.Map<java.lang.String,java.lang.Double> ReverseRxnIntervalComp.getFluxMaxima(java.util.Collection<java.lang.String> rxnNames, MutableProgressMonitor progress)
          Computes and returns the maximum fluxes of the reactions with the provided names.
protected  java.util.Map<java.lang.String,java.lang.Double> ReverseRxnIntervalComp.getFluxMinima(java.util.Collection<java.lang.String> rxnNames, MutableProgressMonitor progress)
          Computes and returns the minimum fluxes of the reactions with the provided names.
 SparseDoubleMatrix<?,java.lang.String> SlpExCurrComputerV2.getMatrix(IrrevRxnFluxome fluxome, MutableProgressMonitor pm)
          Returns the extreme current matrix for the provided fluxome.
 SparseDoubleMatrix<?,java.lang.String> ExtremeCurrentComputer.getMatrix(IrrevRxnFluxome fluxome, MutableProgressMonitor pm)
          Returns the extreme current matrix for the provided fluxome.
 java.util.Map<java.lang.String,java.lang.Double> SimpleFluxIntervalComputer.getMaximumFluxes(java.util.Collection<java.lang.String> rxnNames, MutableProgressMonitor progress)
          Computes and returns the maximum fluxes of the reactions with the provided names.
 

Uses of MutableProgressMonitor in sbrt.kernel.utilities
 

Classes in sbrt.kernel.utilities that implement MutableProgressMonitor
 class AbstractProgressMonitor
          This abstract class is a skeleton implementation of ProgressMonitor.
 class DiscreteProgressMonitor
          This class is used to monitor the progress of a process that occurs in discrete events.
 class PercentProgressMonitor
          This class is used to monitor a process whose progress can be measured as a percentage.