sbrt.kernel.fba.comp
Class CdHarFluxVectorComputer.Results

java.lang.Object
  extended by sbrt.kernel.fba.comp.CdHarFluxVectorComputer.Results
Enclosing class:
CdHarFluxVectorComputer

public class CdHarFluxVectorComputer.Results
extends java.lang.Object

This class is used to represent the results of a coordinate-direction hit-and-run flux vector computation.

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

Method Summary
 java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
          Returns the random interior flux vector that was computed.
 int unchangedFreeVariables()
          Returns the number of free variables whose values are the same as they were in the initial flux vector.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFluxVector

public java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
Returns the random interior flux vector that was computed.

Returns:
the random interior flux vector that was computed.

unchangedFreeVariables

public int unchangedFreeVariables()
Returns the number of free variables whose values are the same as they were in the initial flux vector. Ideally, this number should equal 0.

Returns:
the number of free variables whose values are the same as they were in the initial flux vector.