Uses of Class
com.epochx.stats.GenerationStatField

Packages that use GenerationStatField
com.epochx.core   
com.epochx.stats   
 

Uses of GenerationStatField in com.epochx.core
 

Methods in com.epochx.core that return GenerationStatField
 GenerationStatField[] GPAbstractModel.getGenStatFields()
          Default implementation.
 

Methods in com.epochx.core with parameters of type GenerationStatField
 void GPAbstractModel.setGenStatFields(GenerationStatField[] generationStatFields)
          Set the generation statistics that the given GenerationStatListener will receive at the end of each generation.
 

Uses of GenerationStatField in com.epochx.stats
 

Methods in com.epochx.stats that return GenerationStatField
 GenerationStatField[] GenerationStatListener.getGenStatFields()
          The implementing class must return an array of fields which the listening objects are interested in listening to.
static GenerationStatField GenerationStatField.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GenerationStatField[] GenerationStatField.values()
          Returns an array containing the constants of this enum type, in the order they are declared.