|
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 |
java.lang.Objectorg.evolvica.core.eval.IntegerScore
Integer score.
Field Summary | |
protected int |
score
Score value. |
Constructor Summary | |
IntegerScore()
Constructor. |
|
IntegerScore(int score)
Constructor with initial score. |
Method Summary | |
int |
getValue()
Gets the value of the score as int. |
java.lang.Object |
getValueAsObject()
Gets the value of the score as an Integer object. |
int |
intValue()
Deprecated. use getValue() |
void |
setValue(int value)
Sets the value of this score object. |
java.lang.String |
toString()
Returns a string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected int score
Constructor Detail |
public IntegerScore()
public IntegerScore(int score)
score
- scoreMethod Detail |
public int getValue()
public java.lang.Object getValueAsObject()
getValueAsObject
in interface IScore
public void setValue(int value)
value
- new score valuepublic int intValue()
public java.lang.String toString()
|
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 |