Arrays.asList(gen.output("op1.out1"), gen.output("op1.out2")),
gen.getAsSet("op1"));
FlowBlock bout = FlowBlock.fromPorts(
0,
gen.toGraph(),
Arrays.asList(gen.input("out1"), gen.input("out2")),
new ArrayList<FlowElementOutput>(gen.outputs()),
gen.getAsSet("out1", "out2"));
FlowBlock.connect(bin.getBlockOutputs().get(0), b1.getBlockInputs().get(0));
FlowBlock.connect(b1.getBlockOutputs().get(0), bout.getBlockInputs().get(0));
FlowBlock.connect(b1.getBlockOutputs().get(1), bout.getBlockInputs().get(1));