public class AttributeSetterEDouble extends AttributeSetter<Double>
AttributeSetter| Constructor and Description |
|---|
AttributeSetterEDouble(Random random)
Creates a new AttributeSetter for Double attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Double |
createNewAttribute()
Creates one attribute of type
E. |
Collection<Double> |
createNewAttributes(int maxAmount)
Creates a collection of attributes of type
E. |
getRandompublic AttributeSetterEDouble(Random random)
random - Random object used to create attribute valuespublic Double createNewAttribute()
E.
The result is determined by random.createNewAttribute in class AttributeSetter<Double>public Collection<Double> createNewAttributes(int maxAmount)
E.
The result is determined by random.createNewAttributes in class AttributeSetter<Double>maxAmount - the maximum amount of attributes to createCopyright © 2017. All rights reserved.