|
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.FloatScore
Float score.
Field Summary | |
protected float |
score
Score value. |
Constructor Summary | |
FloatScore()
Constructor. |
|
FloatScore(float score)
Constructor with initial score. |
Method Summary | |
float |
floatValue()
Deprecated. use getValue() |
float |
getValue()
Gets the value of the score as float. |
java.lang.Object |
getValueAsObject()
Gets the value of the score as a Float object. |
void |
setValue(float 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 float score
Constructor Detail |
public FloatScore()
public FloatScore(float score)
score
- scoreMethod Detail |
public float getValue()
public java.lang.Object getValueAsObject()
getValueAsObject
in interface IScore
public void setValue(float value)
value
- new score valuepublic float floatValue()
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 |