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