public class MissingGroupExpression extends RuleExpression
{
public MissingGroupExpression()
{
super(
new ExpressionGraph()
.arcs(
and( ElementCapture.Secondary,
not( new FlowElementExpression( Group.class ) ),
not( new FlowElementExpression( Every.class ) ),
not( new FlowElementExpression( true, Pipe.class ) )