/**
* {@inheritDoc}
*/
@Override
protected void initExecutionSelectionStrategy() {
AbstractSelectionStrategy preProcessSelection = new SelectNodesAffectedByRemove(this, fSelection);
preProcessSelection.initSelection();
setPreLayoutSelectionStrategy(preProcessSelection);
setPostLayoutSelectionStrategy(new UnselectAllStrategy(this));
}