wodka.test
Class DoubleTestValues

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

public class DoubleTestValues
extends DoubleValues

A list of double values named x, y, z.

Author:
wwagner4
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wodka.util.DoubleValues
ranges, values
 
Method Summary
protected  DoubleValues createInstance()
           
static DoubleTestValues 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

createNewInstance

public static DoubleTestValues createNewInstance(DoubleRanges ranges)

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