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

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

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

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation with type parameters of type ESContainmentChangeMutation
 class ContainmentChangeMutation<M extends ESContainmentChangeMutation<?>>
          Abstract mutation for mutating the containment tree of models.
 

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation that implement ESContainmentChangeMutation
 class AddObjectMutation
          A mutation, which adds a new object into the model.
 class DeleteObjectMutation
          A mutation, which deletes a new object from the model.
 class MoveObjectMutation
          A mutation, which moves an object from one container into another.
 

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

Classes in org.eclipse.emf.emfstore.modelmutator with type parameters of type ESContainmentChangeMutation
 interface ESContainmentChangeMutation<T extends ESContainmentChangeMutation<?>>
          Mutation for mutating the containment tree of models.
 

Subinterfaces of ESContainmentChangeMutation in org.eclipse.emf.emfstore.modelmutator
 interface ESAddObjectMutation
          A mutation, which adds a new object into the model.
 interface ESDeleteObjectMutation
          A mutation, which deletes a new object from the model.
 interface ESMoveObjectMutation
          A mutation, which moves an object from one container into another.
 



Copyright © 2015. All Rights Reserved.