AbstractSelectionStrategy preLayoutSelection = new SelectEditedEntities(this);
preLayoutSelection.initSelection();
setPreLayoutSelectionStrategy(preLayoutSelection);
AbstractSelectionStrategy postLayoutSelection = new SelectNode(this, fSelectedNode);
postLayoutSelection.initSelection();
setPostLayoutSelectionStrategy(postLayoutSelection);
}
/**
* Determine entities with not dependency to the selected entity. They are the candidates