| Package | Description |
|---|---|
| org.eclipse.emf.emfstore.internal.modelmutator.mutation | |
| org.eclipse.emf.emfstore.modelmutator |
| Modifier and Type | Class and Description |
|---|---|
class |
StructuralFeatureMutation<M extends ESStructuralFeatureMutation<?>>
An abstract mutation for changing structural feature values.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ESStructuralFeatureMutation<T extends ESStructuralFeatureMutation<?>>
An abstract mutation for changing structural feature values.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ESAddObjectMutation
A mutation, which adds a new object into the model.
|
interface |
ESAttributeChangeMutation
A mutation, which adds, deletes, or reorders an attribute value of an object.
|
interface |
ESContainmentChangeMutation<T extends ESContainmentChangeMutation<?>>
Mutation for mutating the containment tree of models.
|
interface |
ESDeleteObjectMutation
A mutation, which deletes a new object from the model.
|
interface |
ESFeatureMapKeyMutation
A mutation, which changes the keys of
feature map entries. |
interface |
ESFeatureMapValueMutation
A mutation, which changes the value of
feature map entries. |
interface |
ESMoveObjectMutation
A mutation, which moves an object from one container into another.
|
interface |
ESReferenceChangeMutation
A mutation, which changes reference values.
|
Copyright © 2017. All rights reserved.