|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJava.solution.Solution
public class Solution
Description of a solution to a problem
Constructor Summary | |
---|---|
Solution(Problem p)
To read a solution requires reactionsTypes and variables from the problem |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of the solution |
int |
getRAND1()
Get the number of random starts in local parameter estimation |
int |
getRAND2()
Get the number of random starts in global parameter estimation |
int |
getSEED()
Get random seed used to generate solution |
double |
getSmoothingParameter()
Get the smoothing parameter used to process data in problem |
void |
read(java.io.File file,
int debug)
Read the solution file |
void |
saveSBML(java.io.File file,
java.lang.String solname,
int debug)
save the solution model as SBML |
java.lang.String |
toString()
String value of solution |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Solution(Problem p)
p
- the problem from which the solution has been generatedMethod Detail |
---|
public void read(java.io.File file, int debug)
file
- to be readdebug
- debug level; 0=nonepublic void saveSBML(java.io.File file, java.lang.String solname, int debug)
file
- to save insolname
- name of solutiondebug
- debug level; 0=nonepublic java.lang.String toString()
toString
in class java.lang.Object
public int getSEED()
public double getSmoothingParameter()
public int getRAND1()
public int getRAND2()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |