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