299300301302303304305306
{ this.tupleConstraint = aConstraint; } else { this.tupleConstraint = new LogicalExpression(this.tupleConstraint, aConstraint, Operator.AND); } }