org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute
Class AttributeSetterEBigInteger
java.lang.Object
org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute.AttributeSetter<BigInteger>
org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute.AttributeSetterEBigInteger
public class AttributeSetterEBigInteger
- extends AttributeSetter<BigInteger>
Class for creating random BigInteger values.
- Author:
- Eugen Neufeld, Stephan Koehler, Philip Achenbach
- See Also:
AttributeSetter
AttributeSetterEBigInteger
public AttributeSetterEBigInteger(Random random)
- Creates a new AttributeSetter for Integer attributes.
- Parameters:
random - Random object used to create attribute values
createNewAttribute
public BigInteger createNewAttribute()
- Creates one attribute of type
E.
The result is determined by random.
- Specified by:
createNewAttribute in class AttributeSetter<BigInteger>
- Returns:
- the created attribute
createNewAttributes
public Collection<BigInteger> createNewAttributes(int maxAmount)
- Creates a collection of attributes of type
E.
The result is determined by random.
- Specified by:
createNewAttributes in class AttributeSetter<BigInteger>
- Parameters:
maxAmount - the maximum amount of attributes to create
- Returns:
- all created attributes as a collection
Copyright © 2015. All Rights Reserved.