|
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.ResultEntry
public class ResultEntry
An entry in a result file.
ResultFileWriter,
ResultFileReader| Constructor Summary | |
|---|---|
ResultEntry(NondominatedPopulation population)
Constructs a result file entry with the specified non-dominated population. |
|
ResultEntry(NondominatedPopulation population,
Properties properties)
Constructs a result file entry with the specified non-dominated population and auxiliary properties. |
|
ResultEntry(NondominatedPopulation population,
TypedProperties properties)
Constructs a result file entry with the specified non-dominated population and auxiliary properties. |
|
| Method Summary | |
|---|---|
NondominatedPopulation |
getPopulation()
Returns the non-dominated population stored in this entry. |
Properties |
getProperties()
Returns the auxiliary properties stored in this entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResultEntry(NondominatedPopulation population)
population - the non-dominated population stored in this entry
public ResultEntry(NondominatedPopulation population,
Properties properties)
population - the non-dominated population stored in this entryproperties - the auxiliary properties stored in this entry
public ResultEntry(NondominatedPopulation population,
TypedProperties properties)
population - the non-dominated population stored in this entryproperties - the auxiliary properties stored in this entry| Method Detail |
|---|
public NondominatedPopulation getPopulation()
public Properties getProperties()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||