Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE product_definition_replacement_requires_effectivity_assignment FOR (applied_effectivity_assignment, product_definition_relationship);

WHERE
          wr1: SIZEOF ( QUERY ( pdr <* product_definition_relationship |
     ( pdr. name = 'definition replacement' ) AND ( SIZEOF (
     USEDIN ( pdr ,
     'AUTOMOTIVE_DESIGN.APPLIED_EFFECTIVITY_ASSIGNMENT.ITEMS' )
     ) =0 ) ) ) =0;
END_RULE; -- product_definition_replacement_requires_effectivity_assignment

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