|
RULE product_requires_version FOR (product); WHERE wr1: SIZEOF ( QUERY ( prod <* product | ( SIZEOF ( USEDIN ( prod , 'automotive_design.' + 'product_definition_formation.' + 'of_product' ) ) = 0 ) ) ) = 0 ; END_RULE; -- product_requires_version |
|
public class RProduct_requires_version public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |