|
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.terminate.ScoreComparingCondition
Abstract base class for a score comparing condition. A score comparing condition relies on a user defined score. This score is compared to the best score in an individual collection. The result of the comparison is used to decide if the condition is fulfilled or not.
Field Summary | |
protected IScoreComparator |
comparator
Score comparator. |
Constructor Summary | |
ScoreComparingCondition(IScoreComparator comparator)
Constructor. |
Method Summary | |
IScoreComparator |
getComparator()
Returns the comparator. |
void |
setComparator(IScoreComparator comparator)
Sets the comparator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.evolvica.core.terminate.ICondition |
isTrue |
Field Detail |
protected IScoreComparator comparator
Constructor Detail |
public ScoreComparingCondition(IScoreComparator comparator)
comparator
- comparator to be usedMethod Detail |
public IScoreComparator getComparator()
public void setComparator(IScoreComparator comparator)
comparator
- new score comparator
|
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 |