|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a score that consists of other scores. This can be used for multiobjective optimization problems. The contained scores are held in an arraylike structure.
Method Summary | |
IScore |
getScore(int index)
Deprecated. use getScores() to access the array directly |
IScore[] |
getScores()
Returns the array of scores that this multi score consists of. |
int |
scoreSize()
Deprecated. use getScores().length learn about the number of scores |
void |
setScore(IScore score,
int index)
Deprecated. use setScores() to set the array directly |
void |
setScores(IScore[] scores)
Sets the scores of this multiscore. |
Methods inherited from interface org.evolvica.core.IScore |
getValueAsObject |
Method Detail |
public IScore[] getScores()
public IScore getScore(int index)
index
- index of the score
public void setScores(IScore[] scores)
scores
- array of scorespublic void setScore(IScore score, int index)
score
- score to setindex
- indexpublic int scoreSize()
|
Evolvica Core API Version 0.6.2 Last Modified: June 29 2004 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |