Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_name_assignment_for_kinematic_structure FOR (kinematic_structure);

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

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