|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJava.problem.ErrorFunction
public class ErrorFunction
Description of the error function
Constructor Summary | |
---|---|
ErrorFunction()
|
Method Summary | |
---|---|
java.lang.String |
getEquation()
Get the equation in string form |
double |
getLambda()
Get the lambda parameter |
java.lang.String |
getType()
Get the type |
int |
read(java.lang.String[] commands,
java.io.BufferedReader in,
int line_no,
int debug)
Read error function from input file in form of a buffered reader |
java.lang.String |
toString()
Get string representation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorFunction()
Method Detail |
---|
public int read(java.lang.String[] commands, java.io.BufferedReader in, int line_no, int debug)
commands
- vector of strings on first line to readin
- buffered readerline_no
- current line in the buffered reader (i.e., problem file)debug
- debug levelpublic java.lang.String getType()
public double getLambda()
public java.lang.String getEquation()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |