Uses of Class
com.epochx.stats.RunStatField

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

Uses of RunStatField in com.epochx.core
 

Methods in com.epochx.core that return RunStatField
 RunStatField[] GPAbstractModel.getRunStatFields()
          Default implementation.
 

Methods in com.epochx.core with parameters of type RunStatField
 void GPAbstractModel.setRunStatFields(RunStatField[] runStatFields)
          Set the run statistics that the given RunStatListener will receive at the end of each run.
 

Uses of RunStatField in com.epochx.stats
 

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