org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute
Class AttributeSetterEInt

java.lang.Object
  extended by org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute.AttributeSetter<Integer>
      extended by org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute.AttributeSetterEInt

public class AttributeSetterEInt
extends AttributeSetter<Integer>

Class for creating random Integer values.

Author:
Eugen Neufeld, Stephan Koehler, Philip Achenbach
See Also:
AttributeSetter

Constructor Summary
AttributeSetterEInt(Random random)
          Creates a new AttributeSetter for Integer attributes.
 
Method Summary
 Integer createNewAttribute()
          Creates one attribute of type E.
 Collection<Integer> createNewAttributes(int maxAmount)
          Creates a collection of attributes of type E.
 
Methods inherited from class org.eclipse.emf.emfstore.internal.modelmutator.intern.attribute.AttributeSetter
getRandom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSetterEInt

public AttributeSetterEInt(Random random)
Creates a new AttributeSetter for Integer attributes.

Parameters:
random - Random object used to create attribute values
Method Detail

createNewAttribute

public Integer createNewAttribute()
Creates one attribute of type E. The result is determined by random.

Specified by:
createNewAttribute in class AttributeSetter<Integer>
Returns:
the created attribute

createNewAttributes

public Collection<Integer> createNewAttributes(int maxAmount)
Creates a collection of attributes of type E. The result is determined by random.

Specified by:
createNewAttributes in class AttributeSetter<Integer>
Parameters:
maxAmount - the maximum amount of attributes to create
Returns:
all created attributes as a collection


Copyright © 2015. All Rights Reserved.