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