Uses of Class
org.eclipse.emf.emfstore.modelmutator.ESModelMutatorUtil

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

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

Constructors in org.eclipse.emf.emfstore.internal.modelmutator.mutation with parameters of type ESModelMutatorUtil
AddObjectMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
AttributeChangeMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
ContainmentChangeMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util making sure that only containment references are selected as target feature.
DeleteObjectMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
DeleteObjectMutation(ESModelMutatorUtil util, MutationTargetSelector selector)
          Creates a new mutation with the specified util and the selector.
FeatureMapKeyMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
FeatureMapKeyMutation(ESModelMutatorUtil util, MutationTargetSelector selector)
          Creates a new mutation with the specified util and the selector.
FeatureMapValueMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
FeatureMapValueMutation(ESModelMutatorUtil util, MutationTargetSelector selector)
          Creates a new mutation with the specified util and the selector.
MoveObjectMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
MutationTargetSelector(ESModelMutatorUtil util)
          Creates a new mutation target selector with the given util.
MutationTargetSelector(ESModelMutatorUtil util, MutationTargetSelector selector)
          Creates a new mutation target selector with the same values as the given selector and the given util.
ReferenceChangeMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
StructuralFeatureMutation(ESModelMutatorUtil util)
          Creates a new mutation with the specified util.
 

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

Methods in org.eclipse.emf.emfstore.modelmutator with parameters of type ESModelMutatorUtil
static ESAddObjectMutation ESMutationFactory.add(ESModelMutatorUtil util)
          Creates an ESAddObjectMutation.
static ESAttributeChangeMutation ESMutationFactory.attributeChange(ESModelMutatorUtil util)
          Creates an ESAttributeChangeMutation.
static ESDeleteObjectMutation ESMutationFactory.delete(ESModelMutatorUtil util)
          Creates an ESDeleteObjectMutation.
static ESFeatureMapKeyMutation ESMutationFactory.featureMap(ESModelMutatorUtil util)
          Creates an ESFeatureMapKeyMutation.
static ESMoveObjectMutation ESMutationFactory.move(ESModelMutatorUtil util)
          Creates an ESMoveObjectMutation.
static ESReferenceChangeMutation ESMutationFactory.referenceChange(ESModelMutatorUtil util)
          Creates an ESReferenceChangeMutation.
 



Copyright © 2015. All Rights Reserved.