|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.fba.comp.FbaOptComputer.Results
public class FbaOptComputer.Results
This class is used to store the results of an FBA optimization problem.
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 |
---|
public double getObjectiveValue()
public java.util.Map<?,java.lang.Double> getSolutionVector()
public java.util.Map<java.lang.String,java.lang.Double> getFluxVector()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |