60616263646566676869
} @Override protected void describe() { GroupSortFlowFactory f = new GroupSortFlowFactory(); WithParameter op = f.withParameter(in1, 100); out1.add(op.r1); out2.add(op.r2); } }