|
RULE subtype_mandatory_camera_model FOR (camera_model); WHERE wr1: SIZEOF ( QUERY ( cm <* camera_model | NOT ( type_check_function ( cm , [ 'automotive_design.' + 'camera_model_d2' , 'automotive_design.' + 'camera_model_d3' ] , 0 ) ) ) ) = 0 ; END_RULE; -- subtype_mandatory_camera_model |
|
public class RSubtype_mandatory_camera_model public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |