org.eclipse.emf.emfstore.modelmutator
Interface ESContainmentChangeMutation<T extends ESContainmentChangeMutation<?>>

Type Parameters:
T - the actual containment change mutation type
All Superinterfaces:
ESMutation, ESStructuralFeatureMutation<T>
All Known Subinterfaces:
ESAddObjectMutation, ESDeleteObjectMutation, ESMoveObjectMutation
All Known Implementing Classes:
AddObjectMutation, DeleteObjectMutation, MoveObjectMutation

public interface ESContainmentChangeMutation<T extends ESContainmentChangeMutation<?>>
extends ESStructuralFeatureMutation<T>

Mutation for mutating the containment tree of models.

Since:
2.0
Author:
Philip Langer, emueller

Method Summary
 
Methods inherited from interface org.eclipse.emf.emfstore.modelmutator.ESStructuralFeatureMutation
getExcludedTargetEClasses, getExcludedTargetFeatures, getExcludedTargetObjects, getTargetFeature, getTargetObject, setTargetFeature, setTargetObject
 
Methods inherited from interface org.eclipse.emf.emfstore.modelmutator.ESMutation
apply
 



Copyright © 2015. All Rights Reserved.