| Class | Description |
|---|---|
| AddObjectMutation |
A mutation, which adds a new object into the model.
|
| AttributeChangeMutation |
A mutation, which adds, deletes, or reorders an attribute value of an object.
|
| ContainmentChangeMutation<M extends ESContainmentChangeMutation<?>> |
Abstract mutation for mutating the containment tree of models.
|
| DeleteObjectMutation |
A mutation, which deletes a new object from the model.
|
| FeatureMapKeyMutation |
A mutation, which changes the keys of
feature map entries. |
| FeatureMapValueMutation |
A mutation, which changes the value of
feature map entries. |
| Messages |
Mutation related messages.
|
| MoveObjectMutation |
A mutation, which moves an object from one container into another.
|
| Mutation |
Abstract mutation acting as a common super class of specific implementations of mutations.
|
| MutationPredicates |
A set of predicates used by mutations for selecting, filtering, checking objects and features.
|
| MutationTargetSelector |
A selector of a mutation target.
|
| ReferenceChangeMutation |
A mutation, which changes reference values.
|
| StructuralFeatureMutation<M extends ESStructuralFeatureMutation<?>> |
An abstract mutation for changing structural feature values.
|
Copyright © 2017. All rights reserved.