|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimbad.picoevo.core.evolution.Operator
simbad.picoevo.core.evolution.StatisticsOperator
public abstract class StatisticsOperator
This operator is usually called through a displayStatistics method to display stats for the object passed as parameter. Defining this operator is usually optional
Field Summary |
---|
Fields inherited from class simbad.picoevo.core.evolution.Operator |
---|
_name |
Constructor Summary | |
---|---|
StatisticsOperator(java.lang.String __name)
|
Method Summary | |
---|---|
abstract void |
displayStatistics(java.lang.Object __o)
|
abstract void |
logStatistics(java.lang.Object __o,
java.lang.String __filename)
|
Methods inherited from class simbad.picoevo.core.evolution.Operator |
---|
getName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatisticsOperator(java.lang.String __name)
Method Detail |
---|
public abstract void displayStatistics(java.lang.Object __o)
public abstract void logStatistics(java.lang.Object __o, java.lang.String __filename)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |