|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.comp.InitialPointComputer.Results
public class InitialPointComputer.Results
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 |
---|
public double getPMin()
public double getPAvg()
public int pVariables()
public java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
public java.util.Map<java.lang.String,java.lang.Double> getPVector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |