|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for scores of individuals.
Field Summary | |
static long |
serialVersionUID
Serialization version identifier. |
Method Summary | |
boolean |
isBetter(Score s)
Comparison, if this score is better than another. |
boolean |
isEqual(Score s)
Test for equality. |
boolean |
isWorse(Score s)
Comparison, if this score is worse than another. |
java.lang.Object |
value()
Gets the value of the score as an object. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Field Detail |
public static final long serialVersionUID
Method Detail |
public boolean isBetter(Score s)
s
- score to compare withpublic boolean isWorse(Score s)
s
- score to compare topublic boolean isEqual(Score s)
s
- score to compare withpublic java.lang.Object value()
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |