Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_name_assignment_for_kinematic_link FOR (kinematic_link);

WHERE
          wr1: SIZEOF ( QUERY ( ent <* kinematic_link | SIZEOF ( USEDIN (
     ent , 'AUTOMOTIVE_DESIGN.'+'APPLIED_NAME_ASSIGNMENT.'+
     'ITEMS' ) ) >1 ) ) =0;
END_RULE; -- restrict_name_assignment_for_kinematic_link

public class RRestrict_name_assignment_for_kinematic_link
          public int rWr1(SdaiContext _context)
          public int run(SdaiContext _context, A_string violations)