wodka.test
Class DoubleTestValuesArray

java.lang.Object
  extended bywodka.util.DoubleValues
      extended bywodka.test.DoubleTestValuesArray
All Implemented Interfaces:
ContentComparable, java.io.Serializable, StreamPersistable

public class DoubleTestValuesArray
extends DoubleValues

An array of double values for testing crossover.

Author:
wwagner4
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wodka.util.DoubleValues
ranges, values
 
Method Summary
protected  DoubleValues createInstance()
           
static DoubleValues createNewInstance(DoubleRanges ranges)
           
protected  java.lang.String getRangeKey(java.lang.String name)
           
protected  void initDefaultValues()
           
 java.lang.String toString()
           
 
Methods inherited from class wodka.util.DoubleValues
crossover, defineValueWithDefault, fromStream, getName, getValue, getVersion, hasEqualContents, mutate, setAllValues, setRandomValues, setRanges, setValue, toStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

initDefaultValues

protected void initDefaultValues()
Specified by:
initDefaultValues in class DoubleValues

getRangeKey

protected java.lang.String getRangeKey(java.lang.String name)
Specified by:
getRangeKey in class DoubleValues

toString

public java.lang.String toString()

createInstance

protected DoubleValues createInstance()
Specified by:
createInstance in class DoubleValues

createNewInstance

public static DoubleValues createNewInstance(DoubleRanges ranges)