ec.display.chart
Class SimpleChartableStatistics

java.lang.Object
  extended byec.Statistics
      extended byec.display.chart.ChartableStatistics
          extended byec.display.chart.SimpleChartableStatistics
All Implemented Interfaces:
Clique, java.io.Serializable, Setup

public class SimpleChartableStatistics
extends ChartableStatistics

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ec.display.chart.ChartableStatistics
P_TITLE, P_XAXIS, P_YAXIS, seriesCollection, title, xlabel, ylabel
 
Fields inherited from class ec.Statistics
children, P_CHILD, P_NUMCHILDREN
 
Constructor Summary
SimpleChartableStatistics()
           
 
Method Summary
 void postEvaluationStatistics(EvolutionState state)
          Called immediately after evaluation occurs.
 void setup(EvolutionState state, Parameter base)
          Sets up the object by reading it from the parameters stored in state, built off of the parameter base base.
 
Methods inherited from class ec.display.chart.ChartableStatistics
addDataPoint, addSeries
 
Methods inherited from class ec.Statistics
finalStatistics, postBreedingStatistics, postCheckpointStatistics, postInitializationStatistics, postPostBreedingExchangeStatistics, postPreBreedingExchangeStatistics, preBreedingStatistics, preCheckpointStatistics, preEvaluationStatistics, preInitializationStatistics, prePostBreedingExchangeStatistics, prePreBreedingExchangeStatistics
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleChartableStatistics

public SimpleChartableStatistics()
Method Detail

setup

public void setup(EvolutionState state,
                  Parameter base)
Description copied from interface: Setup
Sets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.

Specified by:
setup in interface Setup
Overrides:
setup in class ChartableStatistics

postEvaluationStatistics

public void postEvaluationStatistics(EvolutionState state)
Description copied from class: Statistics
Called immediately after evaluation occurs.

Overrides:
postEvaluationStatistics in class Statistics