|
RULE subtype_mandatory_configurable_item FOR (configurable_item); WHERE wr1: SIZEOF ( QUERY ( ci <* configurable_item | NOT ( type_check_function ( ci , [ 'automotive_design.' + 'product_specification' ] , 0 ) ) ) ) = 0 ; END_RULE; -- subtype_mandatory_configurable_item |
|
public class RSubtype_mandatory_configurable_item public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |