|
RULE subtype_mandatory_pre_defined_curve_font FOR (pre_defined_curve_font); WHERE wr1: SIZEOF ( QUERY ( pdcf <* pre_defined_curve_font | NOT ( type_check_function ( pdcf , [ 'automotive_design.' + 'draughting_pre_defined_curve_font' ] , 0 ) ) ) ) = 0 ; END_RULE; -- subtype_mandatory_pre_defined_curve_font |
|
public class RSubtype_mandatory_pre_defined_curve_font public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |