|
RULE template_version_constraint FOR (product_definition_formation); WHERE wr1: SIZEOF ( QUERY ( pv <* template_version | ( NOT ( 'physical_layout_template_xim.' + 'template_version' IN TYPEOF ( pv ) ) ) AND ( 'physical_layout_template_xim.' + 'template' IN TYPEOF ( pv . of_product ) ) ) ) = 0 ; END_RULE; -- template_version_constraint |
|
public class RTemplate_version_constraint public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |