JGAP

org.jgap.util
Interface ICloneable

All Superinterfaces:
java.lang.Cloneable
All Known Subinterfaces:
IBreeder, IChromosome, IGPProgram
All Known Implementing Classes:
Abs, AbstractChangeFitnessFunction, Add, Add3, Add4, AddAndStore, AddAndStoreTerminal, And, ArcCosine, ArcSine, ArcTangent, BaseChromosome, BestChromosomesSelector, BreederBase, BulkFitnessFunction, BulkFitnessOffsetRemover, CachedFitnessFunction, Ceil, ChainOfSelectors, CharacterProvider, Chromosome, CoinsEnergyFitnessFunction, CoinsExampleFitnessFunction, Configuration, Cosine, CountMatrix, DefaultCloneHandler, DefaultCompareToHandler, DefaultConfiguration, DefaultEvolveStrategy, DefaultEvolveStrategyGP, DefaultFitnessEvaluator, DefaultInitializer, DeltaFitnessEvaluator, Divide, DrawingGPConfiguration, DynamicMutationFitnessFunction, Equals, EventManager, ExchangeMemory, Exp, False, FitnessFunction, Floor, ForLoop, ForXLoop, GABreeder, GAConfiguration, GPConfiguration, GPProgram, GPProgramBase, GreaterThan, If, IfColor, IfDyn, IfElse, IfIsFree, IfIsOccupied, Increment, IncrementMemory, IsOwnColor, JGAPFactory, JGAPRequest, JGAPRequestGP, KeyedValue, KeyedValues, KeyedValues2D, KnapsackFitnessFunction, LesserThan, LMSFitnessFunction, Log, Loop, Max, MaxFunction, MaxFunction, MaxFunction, MaximizingFunctionFitnessFunction, Min, MinimizingFitnessFunctionCached, MinimizingMakeChangeFitnessFunction, Modulo, MultiObjectiveFitnessFunction, Multiply, Multiply3, MyChromosome, MyRequest, Not, Or, PermutingConfiguration, Pop, Population, Pow, Push, PutStone, PutStone1, RandomGenerator, ReadBoard, ReadFromMatrix, ReadTerminal, ReadTerminalIndexed, ReplaceInMatrix, ResetMatrix, Round, SalesmanFitnessFunction, SampleFitnessFunction, SampleFitnessFunction, SampleFitnessFunction, SampleFitnessFunction, Sine, StandardPostSelector, StockRandomGenerator, StoreTerminal, StoreTerminalIndexed, SubProgram, Subtract, SupergeneChangeFitnessFunction, Tangent, Terminal, TransferBoardToMemory, TransferMemory, True, TruthTableFitnessFunction, Tupel, WeightedRouletteSelector, WriteToMatrix, Xor

public interface ICloneable
extends java.lang.Cloneable

Interface introducing the clone method that should already be there with java.lang.Cloneable!

Since:
3.1

Field Summary
static java.lang.String CVS_REVISION
          String containing the CVS revision.
 
Method Summary
 java.lang.Object clone()
           
 

Field Detail

CVS_REVISION

static final java.lang.String CVS_REVISION
String containing the CVS revision. Read out via reflection!

See Also:
Constant Field Values
Method Detail

clone

java.lang.Object clone()
Returns:
clone of the current object instance

JGAP