|
RULE subtype_exclusiveness_document_reference FOR (document_reference); WHERE wr1: SIZEOF ( QUERY ( dr <* document_reference | NOT ( type_check_function ( dr , [ 'automotive_design.' + 'applied_document_reference' , 'automotive_design.' + 'draughting_specification_reference' ] , 3 ) ) ) ) = 0 ; END_RULE; -- subtype_exclusiveness_document_reference |
|
public class RSubtype_exclusiveness_document_reference public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |