/**
* {@inheritDoc}
*/
@Override
protected void initExecutionSelectionStrategy() {
AbstractSelectionStrategy preLayoutSelection = new SelectEditedEntities(this);
preLayoutSelection.initSelection();
setPreLayoutSelectionStrategy(preLayoutSelection);
AbstractSelectionStrategy postLayoutSelectionStrategy = new SelectNode(this, fSelectedNode);
postLayoutSelectionStrategy.initSelection();
setPostLayoutSelectionStrategy(postLayoutSelectionStrategy);