658659660661662663664
* * @param e the expression to negate * @return The negated expression */ public PropertyConstraint not(PropertyConstraint e) { return new NegatedPropertyConstraint(e); }