|
RULE restrict_effectivity_for_effectivity_relationship FOR (effectivity_relationship); WHERE wr1: SIZEOF ( QUERY ( er <* effectivity_relationship | ( SIZEOF ( [ 'automotive_design.' + 'lot_effectivity' , 'automotive_design.' + 'serial_numbered_effectivity' , 'automotive_design.' + 'product_definition_effectivity' ] * TYPEOF ( er . relating_effectivity ) ) > 0 ) OR ( SIZEOF ( [ 'automotive_design.' + 'lot_effectivity' , 'automotive_design.' + 'serial_numbered_effectivity' , 'automotive_design.' + 'product_definition_effectivity' ] * TYPEOF ( er . related_effectivity ) ) > 0 ) ) ) = 0 ; END_RULE; -- restrict_effectivity_for_effectivity_relationship |
|
public class RRestrict_effectivity_for_effectivity_relationship public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |