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