Uses of Class
org.eclipse.emf.emfstore.modelmutator.ESRandomChangeMode

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

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

Methods in org.eclipse.emf.emfstore.internal.modelmutator.mutation with parameters of type ESRandomChangeMode
 ESReferenceChangeMutation ReferenceChangeMutation.setRandomChangeMode(ESRandomChangeMode randomChangeMode)
          Sets the change mode for this attribute change.
 ESAttributeChangeMutation AttributeChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 

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

Methods in org.eclipse.emf.emfstore.modelmutator that return ESRandomChangeMode
static ESRandomChangeMode ESRandomChangeMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ESRandomChangeMode[] ESRandomChangeMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.emf.emfstore.modelmutator with parameters of type ESRandomChangeMode
 ESAttributeChangeMutation ESAttributeChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 ESReferenceChangeMutation ESReferenceChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 



Copyright © 2015. All Rights Reserved.