Uses of Class
org.eclipse.emf.emfstore.internal.modelmutator.mutation.StructuralFeatureMutation

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

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

Subclasses of StructuralFeatureMutation in org.eclipse.emf.emfstore.internal.modelmutator.mutation
 class AddObjectMutation
          A mutation, which adds a new object into the model.
 class AttributeChangeMutation
          A mutation, which adds, deletes, or reorders an attribute value of an object.
 class ContainmentChangeMutation<M extends ESContainmentChangeMutation<?>>
          Abstract mutation for mutating the containment tree of models.
 class DeleteObjectMutation
          A mutation, which deletes a new object from the model.
 class FeatureMapKeyMutation
          A mutation, which changes the keys of feature map entries.
 class FeatureMapValueMutation
          A mutation, which changes the value of feature map entries.
 class MoveObjectMutation
          A mutation, which moves an object from one container into another.
 class ReferenceChangeMutation
          A mutation, which changes reference values.
 



Copyright © 2015. All Rights Reserved.