this.outStop = outStop;
}
@Override
protected void describe() {
MasterBranchFlowFactory f = new MasterBranchFlowFactory();
SelectionWithParameter0 op = f.selectionWithParameter0(in2, in1, 50);
outHigh.add(op.high);
outLow.add(op.low);
outStop.add(op.stop);
}