public abstract class Mutation extends Object implements Cloneable, ESMutation
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply()
Applies this mutation and returns whether it succeeded in being applied.
|
abstract Mutation |
clone()
Mutations must follow the prototype pattern as org.eclipse.emf.emfstore.internal.modelmutator.api.ModelMutator
will clone pre-configured mutations before
they will be completed and applied.
|
public abstract Mutation clone()
clone in class ObjectObject.clone()public abstract void apply()
throws ESMutationException
apply in interface ESMutationESMutationException - thrown if the mutation failed.ESMutation.apply()Copyright © 2017. All rights reserved.