39404142434445464748
super( new OnlyPipeExpressionGraph(), new ExpressionGraph() .arcs( new OperationExpression( ElementCapture.Secondary, Buffer.class ), new FlowElementExpression( ElementCapture.Primary, Every.class ) ) ); }
40414243444546474849
{ super( new ExpressionGraph() .arcs( new FlowElementExpression( Group.class ), new OperationExpression( ElementCapture.Primary, GroupAssertion.class ), not( new FlowElementExpression( Every.class ) ) ) ); }
424344454647484950
new OnlyPipeExpressionGraph(), new ExpressionGraph() .arcs( not( new FlowElementExpression( ElementCapture.Primary, Group.class ) ), new OperationExpression( ElementCapture.Secondary, Buffer.class ) ) ); }