|
RULE subtype_exclusiveness_geometric_tolerance FOR (geometric_tolerance); WHERE wr1: SIZEOF ( QUERY ( gt <* geometric_tolerance | NOT ( type_check_function ( gt , [ 'automotive_design.' + 'angularity_tolerance' , 'automotive_design.' + 'circular_runout_tolerance' , 'automotive_design.' + 'coaxiality_tolerance' , 'automotive_design.' + 'concentricity_tolerance' , 'automotive_design.' + 'cylindricity_tolerance' , 'automotive_design.' + 'flatness_tolerance' , 'automotive_design.' + 'line_profile_tolerance' , 'automotive_design.' + 'parallelism_tolerance' , 'automotive_design.' + 'perpendicularity_tolerance' , 'automotive_design.' + 'position_tolerance' , 'automotive_design.' + 'roundness_tolerance' , 'automotive_design.' + 'straightness_tolerance' , 'automotive_design.' + 'surface_profile_tolerance' , 'automotive_design.' + 'symmetry_tolerance' , 'automotive_design.' + 'total_runout_tolerance' ] , 3 ) ) ) ) = 0 ; END_RULE; -- subtype_exclusiveness_geometric_tolerance |
|
public class RSubtype_exclusiveness_geometric_tolerance public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |