net.sourceforge.cilib.ec
Class StaticPhenotypeUpdateStrategy

java.lang.Object
  extended by net.sourceforge.cilib.ec.StaticPhenotypeUpdateStrategy
All Implemented Interfaces:
Serializable, PhenotypeUpdateStrategy, Cloneable

public class StaticPhenotypeUpdateStrategy
extends Object
implements PhenotypeUpdateStrategy

Author:
gpampara
See Also:
Serialized Form

Constructor Summary
StaticPhenotypeUpdateStrategy()
           
 
Method Summary
 PhenotypeUpdateStrategy getClone()
          Create a cloned copy of the current object and return it.
 void updateControlParameters(Individual individual)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticPhenotypeUpdateStrategy

public StaticPhenotypeUpdateStrategy()
Method Detail

getClone

public PhenotypeUpdateStrategy getClone()
Description copied from interface: PhenotypeUpdateStrategy
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 PhenotypeUpdateStrategy
Specified by:
getClone in interface Cloneable
Returns:
An exact clone of the current object instance.
See Also:
Object.clone()

updateControlParameters

public void updateControlParameters(Individual individual)
Specified by:
updateControlParameters in interface PhenotypeUpdateStrategy


Copyright © 2009 CIRG. All Rights Reserved.