public class MutationTargetSelector extends Object
A mutation target is an EObject and a EStructuralFeature to be mutated. This selector can be
configured with predicates that are respected during the selection and can also be partly pre-filled with, for
instance, an EStructuralFeature, and the selector will complete the selection based on the configuration or
pre-filled data.
| Constructor and Description |
|---|
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. |
public MutationTargetSelector(ESModelMutatorUtil util)
util.util - The model mutator util to be used.public MutationTargetSelector(ESModelMutatorUtil util, MutationTargetSelector selector)
selector and the given
util.util - The model mutator util to be used.selector - The selector to copy from.Copyright © 2017. All rights reserved.