|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.analysis.sensitivity.ParameterFile
public class ParameterFile
Loads the parameters in a parameter file. A parameter file contains on each line the name, lower bound, and upper bound of a parameter separated by whitespace.
| Constructor Summary | |
|---|---|
ParameterFile(File file)
Constructs a parameter file with the parameters contained in the specified parameter description file. |
|
ParameterFile(Reader reader)
Constructs a parameter file with the parameters read from the underlying reader. |
|
| Method Summary | |
|---|---|
Parameter |
get(int index)
Returns the parameter at the specified index. |
int |
size()
Returns the number of parameters in this parameter file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ParameterFile(File file)
throws IOException
file - the parameter file
IOException - if an I/O error occurred
public ParameterFile(Reader reader)
throws IOException
reader - the reader of the parameters
IOException - if an I/O error occurred| Method Detail |
|---|
public int size()
public Parameter get(int index)
index - the index of the parameter to be returned
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||