JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class PhenotypeChangerDummy

java.lang.Object
  extended bygov.nasa.javaGenes.core.PhenotypeChangerDummy
All Implemented Interfaces:
PhenotypeChanger, java.io.Serializable

public class PhenotypeChangerDummy
extends java.lang.Object
implements PhenotypeChanger

Used for testing and as a placeholder. getVariations() just makes an array for the input evolvable and returns it.

See Also:
Serialized Form

Constructor Summary
PhenotypeChangerDummy()
           
 
Method Summary
 Evolvable[] getVariations(Evolvable evolvable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhenotypeChangerDummy

public PhenotypeChangerDummy()
Method Detail

getVariations

public Evolvable[] getVariations(Evolvable evolvable)
Specified by:
getVariations in interface PhenotypeChanger

JavaGenes, NASA Ames. Written largely by Al Globus