|
RULE sheets_belong_to_one_drawing FOR (drawing_sheet_revision); WHERE wr1: SIZEOF ( QUERY ( dsr <* drawing_sheet_revision | SIZEOF ( QUERY ( dsru <* USEDIN ( dsr , 'automotive_design.area_in_set.area' ) | ( 'automotive_design.' + 'drawing_sheet_revision_usage' IN TYPEOF ( dsru ) ) ) ) <> 1 ) ) = 0 ; END_RULE; -- sheets_belong_to_one_drawing |
|
public class RSheets_belong_to_one_drawing public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |