sbrt.kernel.fba.comp
Class InitialPointComputer.Results

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

public class InitialPointComputer.Results
extends java.lang.Object

This class is used to represent the results of the initial point computation.


Method Summary
 java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
          Returns the computed flux vector.
 double getPAvg()
          Returns the average value of all created positioning variables.
 double getPMin()
          Returns the minimum value of the linear combination of all created positioning variables.
 java.util.Map<java.lang.String,java.lang.Double> getPVector()
          Returns the vector of values of all positioning variables that were created.
 int pVariables()
          Returns the number of created positioning variables.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPMin

public double getPMin()
Returns the minimum value of the linear combination of all created positioning variables.

Returns:
the minimum value of the linear combination of all created positioning variables.

getPAvg

public double getPAvg()
Returns the average value of all created positioning variables.

Returns:
the average value of all created positioning variables.

pVariables

public int pVariables()
Returns the number of created positioning variables.

Returns:
the number of created positioning variables.

getFluxVector

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

Returns:
the computed flux vector.

getPVector

public java.util.Map<java.lang.String,java.lang.Double> getPVector()
Returns the vector of values of all positioning variables that were created. Note that a positioning variable is created only if the range (max-min) of a flux interval is greater than zero.

Returns:
reaction names mapped to the value of their associated positioning variable.