59606162636465666768
this.out2 = out2; } @Override protected void describe() { GroupSortFlowFactory f = new GroupSortFlowFactory(); WithParameter op = f.withParameter(in1, 100); out1.add(op.r1); out2.add(op.r2); }
535455565758596061
this.out1 = out1; } @Override protected void describe() { GroupSortFlowFactory f = new GroupSortFlowFactory(); Min op = f.min(in1); out1.add(op.r1); }
this.out1 = out1; } @Override protected void describe() { GroupSortFlowFactory f = new GroupSortFlowFactory(); Max op = f.max(in1); out1.add(op.r1); }