protected void _execute() throws Exception {
_const.output.unlinkAll();
_rec.input.unlinkAll();
AddSubtract add = new AddSubtract(_top, "add");
SampleDelay sampleDelay = new SampleDelay(_top, "sampleDelay");
sampleDelay.initialOutputs.setExpression("{4, 5}");
_top.connect(_const.output, add.plus);
ComponentRelation relation = _top.connect(add.output,
sampleDelay.input);