|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.emfstore.internal.modelmutator.mutation.Mutation
public abstract class Mutation
Abstract mutation acting as a common super class of specific implementations of mutations.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||