|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmetal.experiments.Settings
public abstract class Settings
Class representing Settings objects.
| Field Summary | |
|---|---|
protected java.lang.String |
paretoFrontFile_
|
protected Problem |
problem_
|
protected java.lang.String |
problemName_
|
| Constructor Summary | |
|---|---|
Settings()
Constructor |
|
Settings(java.lang.String problemName)
Constructor |
|
| Method Summary | |
|---|---|
abstract Algorithm |
configure()
Default configure method |
Algorithm |
configure(java.util.HashMap settings)
Configure method. |
Algorithm |
configure(java.util.Properties configuration)
Configure method based on reading a properties file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Problem problem_
protected java.lang.String problemName_
protected java.lang.String paretoFrontFile_
| Constructor Detail |
|---|
public Settings()
public Settings(java.lang.String problemName)
| Method Detail |
|---|
public abstract Algorithm configure()
throws JMException
JMException
public Algorithm configure(java.util.Properties configuration)
throws JMException
configuration - Properties file
JMException
public final Algorithm configure(java.util.HashMap settings)
throws JMException,
java.lang.IllegalArgumentException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
settings -
JMException
java.lang.ClassNotFoundException
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||