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

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

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

Classes in org.eclipse.emf.emfstore.internal.modelmutator.mutation that implement ESMoveObjectMutation
 class MoveObjectMutation
          A mutation, which moves an object from one container into another.
 

Methods in org.eclipse.emf.emfstore.internal.modelmutator.mutation that return ESMoveObjectMutation
 ESMoveObjectMutation MoveObjectMutation.setEObjectToMove(org.eclipse.emf.ecore.EObject eObjectToMove)
          Sets the EObject to be moved.
 ESMoveObjectMutation MoveObjectMutation.setSourceFeature(org.eclipse.emf.ecore.EStructuralFeature sourceFeature)
          Sets the EStructuralFeature of a source object from which this mutation will move or moved an object.
 ESMoveObjectMutation MoveObjectMutation.setSourceObject(org.eclipse.emf.ecore.EObject sourceObject)
          Sets the EObject to be used as source object from which this mutation will move an object.
 

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

Methods in org.eclipse.emf.emfstore.modelmutator that return ESMoveObjectMutation
static ESMoveObjectMutation ESMutationFactory.move(ESModelMutatorUtil util)
          Creates an ESMoveObjectMutation.
 ESMoveObjectMutation ESMoveObjectMutation.setEObjectToMove(org.eclipse.emf.ecore.EObject eObjectToMove)
          Sets the EObject to be moved.
 ESMoveObjectMutation ESMoveObjectMutation.setSourceFeature(org.eclipse.emf.ecore.EStructuralFeature sourceFeature)
          Sets the EStructuralFeature of a source object from which this mutation will move or moved an object.
 ESMoveObjectMutation ESMoveObjectMutation.setSourceObject(org.eclipse.emf.ecore.EObject sourceObject)
          Sets the EObject to be used as source object from which this mutation will move an object.
 



Copyright © 2015. All Rights Reserved.