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