Overview Schemas Index

AUTOMOTIVE_DESIGN (jsdai.SAutomotive_design)


RULE restrict_group_relationship_for_specification_category FOR (group_relationship, product_concept_feature_category);

WHERE
          wr1: SIZEOF ( QUERY ( gr <* group_relationship | ( gr. name =
     'specification category hierarchy' ) AND ( NOT  (
     'AUTOMOTIVE_DESIGN.'+ 'PRODUCT_CONCEPT_FEATURE_CATEGORY' IN
     TYPEOF  ( gr. related_group ) ) OR NOT (
     'AUTOMOTIVE_DESIGN.'+ 'PRODUCT_CONCEPT_FEATURE_CATEGORY' IN
     TYPEOF ( gr. relating_group ) ) ) ) ) =0;
END_RULE; -- restrict_group_relationship_for_specification_category

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