* the Strategy
* @param composite
* the parent Composite
*/
protected void addStrategyPart(Strategy strategy, Composite composite) {
StrategyPart part = buildStrategyPart(composite);
setStrategyPartValues(strategy, part);
setStrategyModelElementChangeListener(strategy, part);
setStrategyPartListener(strategy, part);