|
RULE externally_defined_class_with_known_source_requirement FOR (externally_defined_class); WHERE wr1: SIZEOF ( QUERY ( edc <* externally_defined_class | ( 'automotive_design.' + 'known_source' IN TYPEOF ( edc . source ) ) AND ( SIZEOF ( QUERY ( aoa <* USEDIN ( edc , 'automotive_design.applied_organization_assignment.items' ) | aoa . role . name = 'class supplier' ) ) = 0 ) ) ) = 0 ; END_RULE; -- externally_defined_class_with_known_source_requirement |
|
public class RExternally_defined_class_with_known_source_requirement public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |