|
RULE drawing_sheets_not_nested FOR (presentation_representation_relationship); WHERE wr1: SIZEOF ( QUERY ( p_r_r <* presentation_representation_relationship | ( 'drawing_definition_schema.drawing_sheet_revision' IN ( TYPEOF ( p_r_r . rep_1 ) ) ) AND ( 'drawing_definition_schema.drawing_sheet_revision' IN ( TYPEOF ( p_r_r . rep_2 ) ) ) ) ) = 0 ; END_RULE; -- drawing_sheets_not_nested |
|
public class RDrawing_sheets_not_nested public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |