|
RULE restrict_version_assignment_for_product_concept_feature FOR (product_concept_feature); WHERE wr1: SIZEOF ( QUERY ( ent <* product_concept_feature | SIZEOF ( QUERY ( ia <* USEDIN ( ent , 'automotive_design.' + 'applied_identification_assignment.' + 'items' ) | ia . role . name = 'version' ) ) > 1 ) ) = 0 ; END_RULE; -- restrict_version_assignment_for_product_concept_feature |
|
public class RRestrict_version_assignment_for_product_concept_feature public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |