Issue 10940: 9.18 GuardPattern assignments (qvt-rtf) Source: Model Driven Solutions (Dr. Edward Willink, ed(at)willink.me.uk) Nature: Uncategorized Issue Severity: Summary: The concrete sysntax allows guard patterns to have assignments. The abstract syntax does not. Suggest: GuardPattern uses Predicate rather than Constraint Resolution: Simple change Revised Text: From 9.18 Concrete Syntax change GuardPattern ::= [Variable(“,”Variable )* “|” ] ( Constraint “;” )* to GuardPattern ::= [Variable(“,”Variable )* “|” ] ( Predicate “;” )* Actions taken: March 25, 2007: received issue July 15, 2014: closed issue Discussion: End of Annotations:===== s is issue # 10940 From: "Ed Willink" 9.18 GuardPattern assignments The concrete sysntax allows guard patterns to have assignments. The abstract syntax does not. Suggest: GuardPattern uses Predicate rather than Constraint