|
RULE subtype_mandatory_annotation_occurrence FOR (annotation_occurrence); WHERE wr1: SIZEOF ( QUERY ( ao <* annotation_occurrence | NOT ( type_check_function ( ao , [ 'automotive_design.' + 'annotation_curve_occurrence' , 'automotive_design.' + 'annotation_fill_area_occurrence' , 'automotive_design.' + 'annotation_symbol_occurrence' , 'automotive_design.' + 'annotation_text_occurrence' , 'automotive_design.' + 'draughting_annotation_occurrence' ] , 0 ) ) ) ) = 0 ; END_RULE; -- subtype_mandatory_annotation_occurrence |
|
public class RSubtype_mandatory_annotation_occurrence public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |