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

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

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

Subclasses of Mutation 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.
 class StructuralFeatureMutation<M extends ESStructuralFeatureMutation<?>>
          An abstract mutation for changing structural feature values.
 

Methods in org.eclipse.emf.emfstore.internal.modelmutator.mutation that return Mutation
 Mutation DeleteObjectMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
abstract  Mutation Mutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation AddObjectMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation FeatureMapKeyMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation ReferenceChangeMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation MoveObjectMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation AttributeChangeMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 Mutation FeatureMapValueMutation.clone()
          Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator will clone pre-configured mutations before they will be completed and applied.
 



Copyright © 2015. All Rights Reserved.