|
RULE physical_unit_network_definition_constraint FOR (physical_unit_network_definition_armx); WHERE wr1: SIZEOF ( QUERY ( fund <* physical_unit_network_definition_armx | ( 'assembly_module_design_xim.' + 'assembly_module' IN TYPEOF ( fund ) ) OR ( SIZEOF ( USEDIN ( fund , 'physical_unit_shape_with_parameters_xim.' + 'physical_unit_shape_model.shape_characterized_definition' ) ) = 0 ) ) ) = SIZEOF ( physical_unit_network_definition_armx ) ; END_RULE; -- physical_unit_network_definition_constraint |
|
public class RPhysical_unit_network_definition_constraint public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |