|
RULE subtype_exclusiveness_representation_relationship FOR (representation_relationship); WHERE wr1: SIZEOF ( QUERY ( rr <* representation_relationship | NOT ( type_check_function ( rr , [ 'automotive_design.' + 'constructive_geometry_representation_relationship' , 'automotive_design.' + 'kinematic_link_representation_association' , 'automotive_design.' + 'motion_link_relationship' ] , 3 ) ) ) ) = 0 ; END_RULE; -- subtype_exclusiveness_representation_relationship |
|
public class RSubtype_exclusiveness_representation_relationship public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |