 |
Synthia
Generic and flexible data structure generator
|
Go to the documentation of this file.
19 package ca.uqac.lif.synthia.util;
51 return (Float) (n + o);
58 super.copyInto(o, with_state);
Picker<? extends Number > m_offset
The picker determining the offset of each value.
Picker<? extends T > m_picker
The underlying picker producing the values to transform.
Offset(Picker<? extends Number > picker, Picker<? extends Number > offset)
Creates a new offset instance.
A picker that applies a transformation ("mutation") on the value produced by another picker.
Takes the numerical value of a picker, and offsets it by an amount determined by another picker.
Offset duplicate(boolean with_state)
Picker< T > duplicate(boolean with_state)
Creates a copy of the picker.