net.sourceforge.cilib.ec
Interface PhenotypeUpdateStrategy

All Superinterfaces:
Cloneable, Serializable
All Known Implementing Classes:
LognormalPhenotypeUpdateStrategy, StaticPhenotypeUpdateStrategy

public interface PhenotypeUpdateStrategy
extends Cloneable

Author:
gpampara

Method Summary
 PhenotypeUpdateStrategy getClone()
          Create a cloned copy of the current object and return it.
 void updateControlParameters(Individual individual)
           
 

Method Detail

getClone

PhenotypeUpdateStrategy getClone()
Create a cloned copy of the current object and return it. In general the created copy will be a deep copy of the provided instance. As a result this operation an be quite expensive if used incorrectly.

Specified by:
getClone in interface Cloneable
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

updateControlParameters

void updateControlParameters(Individual individual)


Copyright © 2009 CIRG. All Rights Reserved.