Uses of Class
com.epochx.stats.MutationStatField

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

Uses of MutationStatField in com.epochx.core
 

Methods in com.epochx.core that return MutationStatField
 MutationStatField[] GPAbstractModel.getMutationStatFields()
          Default implementation.
 

Methods in com.epochx.core with parameters of type MutationStatField
 void GPAbstractModel.setMutationStatFields(MutationStatField[] mutationStatFields)
          Set the mutation statistics that the given MutationStatListener will receive after each mutation operation.
 

Uses of MutationStatField in com.epochx.stats
 

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