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

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

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

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation that implement ESAddObjectMutation
 class AddObjectMutation
          A mutation, which adds a new object into the model.
 

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

Methods in org.eclipse.emf.emfstore.modelmutator that return ESAddObjectMutation
static ESAddObjectMutation ESMutationFactory.add(ESModelMutatorUtil util)
          Creates an ESAddObjectMutation.
 ESAddObjectMutation ESAddObjectMutation.setEObjectToAdd(org.eclipse.emf.ecore.EObject eObject)
          Sets the object to be added by this mutation.
 



Copyright © 2015. All Rights Reserved.