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

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

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

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation that implement ESReferenceChangeMutation
 class ReferenceChangeMutation
          A mutation, which changes reference values.
 

Methods in org.eclipse.emf.emfstore.internal.modelmutator.mutation that return ESReferenceChangeMutation
 ESReferenceChangeMutation ReferenceChangeMutation.setNewReferenceValue(org.eclipse.emf.ecore.EObject newValue)
          Sets the value that should be used when changing the reference.
 ESReferenceChangeMutation ReferenceChangeMutation.setRandomChangeMode(ESRandomChangeMode randomChangeMode)
          Sets the change mode for this attribute change.
 

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

Methods in org.eclipse.emf.emfstore.modelmutator that return ESReferenceChangeMutation
static ESReferenceChangeMutation ESMutationFactory.referenceChange(ESModelMutatorUtil util)
          Creates an ESReferenceChangeMutation.
 ESReferenceChangeMutation ESReferenceChangeMutation.setNewReferenceValue(org.eclipse.emf.ecore.EObject newValue)
          Sets the value that should be used when changing the reference.
 ESReferenceChangeMutation ESReferenceChangeMutation.setRandomChangeMode(ESRandomChangeMode mode)
          Sets the change mode for this attribute change.
 



Copyright © 2015. All Rights Reserved.