Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE design_constraint_requires_product_definition FOR (product_definition, product_definition_formation, product_related_product_category);
 
WHERE
          wr1:  SIZEOF  ( QUERY  ( pdf <* product_definition_formation | ( SIZEOF  ( QUERY  ( prpc <* USEDIN  ( pdf . of_product , 'automotive_design.' + 'product_related_product_category.' + 'products' ) | prpc . name = 'requirement' ) ) > 0 ) AND ( SIZEOF ( QUERY ( pd <* USEDIN ( pdf , 'automotive_design.' + 'product_definition.' + 'formation' ) | pd . frame_of_reference . name = 'design constraint definition' ) ) <> 1 ) ) ) = 0 ;
END_RULE; -- design_constraint_requires_product_definition

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