sbrt.kernel
Interface MonitoredProcess<R>

Type Parameters:
R - the type of result an instance of this interface produces.
All Superinterfaces:
KernelProcess<R>
All Known Implementing Classes:
CatalystDeletionProcess, CdHarFluxVectorProcess, CdHarProcess, CvCatalystDeletionProcess, CvFbaOptProcess, CvFluxIntervalProcess, CvObjectiveFunctionProcess, CvRxnDeletionProcess, CycleIdProcess, CycleIdProcess, ExtremeCurrentProcess, FluxActivityProcess, FluxCapProcess, FluxIntervalProcess, FluxomeReducerProcess, FluxPlasticityProcess, IntervalComparison, MultipleCorrelationAnalysis, ObjFunAnalysis, PathIdProcess, RandConstGeneratorV1, RandomObjectiveGenerator, RxnDeletionProcess, SvCdHarFluxVectorProcess, SvInitialPointProcess, VectorComparison

public interface MonitoredProcess<R>
extends KernelProcess<R>

This interface is used to represent monitored processes.

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 process.
 
Methods inherited from interface sbrt.kernel.KernelProcess
run
 

Method Detail

getProgress

ProgressMonitor getProgress()
Returns a progress monitor for this process.

Returns:
a progress monitor for this process.