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