|
RULE approval_requires_approval_assignment FOR (approval); WHERE wr1: SIZEOF ( QUERY ( a <* approval | SIZEOF ( USEDIN ( a , 'automotive_design.approval_assignment.assigned_approval' ) ) = 0 ) ) = 0 ; END_RULE; -- approval_requires_approval_assignment |
|
public class RApproval_requires_approval_assignment public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |