Uses of Interface
org.eclipse.emf.emfstore.modelmutator.ESAttributeChangeMutation

Packages that use ESAttributeChangeMutation
org.eclipse.emf.emfstore.internal.modelmutator.mutation   
org.eclipse.emf.emfstore.modelmutator   
 

Uses of ESAttributeChangeMutation in org.eclipse.emf.emfstore.internal.modelmutator.mutation
 

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation that implement ESAttributeChangeMutation
 class AttributeChangeMutation
          A mutation, which adds, deletes, or reorders an attribute value of an object.
 

Methods in org.eclipse.emf.emfstore.internal.modelmutator.mutation that return ESAttributeChangeMutation
 ESAttributeChangeMutation AttributeChangeMutation.setNewValue(Object newValue)
          Sets the value that should be used when changing the attribute.
 ESAttributeChangeMutation AttributeChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 

Uses of ESAttributeChangeMutation in org.eclipse.emf.emfstore.modelmutator
 

Methods in org.eclipse.emf.emfstore.modelmutator that return ESAttributeChangeMutation
static ESAttributeChangeMutation ESMutationFactory.attributeChange(ESModelMutatorUtil util)
          Creates an ESAttributeChangeMutation.
 ESAttributeChangeMutation ESAttributeChangeMutation.setNewValue(Object newValue)
          Sets the value that should be used when changing the attribute.
 ESAttributeChangeMutation ESAttributeChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 



Copyright © 2015. All Rights Reserved.