sbrt.kernel.fba.comp
Class FbaOptComputer.Results

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

public class FbaOptComputer.Results
extends java.lang.Object

This class is used to store the results of an FBA optimization problem.

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

Method Summary
 java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
          Returns the flux vector computed during optimization.
 double getObjectiveValue()
          Returns the computed objective value.
 java.util.Map<?,java.lang.Double> getSolutionVector()
          Returns the solution vector computed during optimization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getObjectiveValue

public double getObjectiveValue()
Returns the computed objective value.

Returns:
the computed objective value.

getSolutionVector

public java.util.Map<?,java.lang.Double> getSolutionVector()
Returns the solution vector computed during optimization.

Returns:
the solution vector computed during optimization.

getFluxVector

public java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
Returns the flux vector computed during optimization.

Returns:
the flux vector computed during optimization.