sbrt.kernel.fba.proc
Class FluxActivityProcess.Results

java.lang.Object
  extended by sbrt.kernel.fba.proc.FluxActivityProcess.Results
Enclosing class:
FluxActivityProcess<F extends Fluxome>

public static class FluxActivityProcess.Results
extends java.lang.Object

This class is used to represent the results of a flux activity process.

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

Method Summary
 int active()
          Returns the number of active fluxes.
 int inactive()
          Returns the number of inactive fluxes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

active

public int active()
Returns the number of active fluxes.

Returns:
the number of active fluxes.

inactive

public int inactive()
Returns the number of inactive fluxes.

Returns:
the number of inactive fluxes.