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