|
RULE mandatory_part_occurrence_definition_relationship FOR (Assembly_component_relationship); LOCAL assemblies_of_parts: SET OF Assembly_component_relationship := []; END_LOCAL; WHERE WR1: SIZEOF(QUERY(ar <* assemblies_of_parts | NOT ('ITEM_DEFINITION_STRUCTURE_ARM.ASSEMBLED_PART_ASSOCIATION' IN TYPEOF(ar)) ))= 0; END_RULE; -- mandatory_part_occurrence_definition_relationship |
|
public class RMandatory_part_occurrence_definition_relationship public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |