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