|
RULE no_component_assembly_2d_location_for_area_component FOR (area_component); WHERE wr1: SIZEOF ( QUERY ( ac <* area_component | NOT ( ( SIZEOF ( USEDIN ( ac , 'physical_unit_2d_design_view_arm.assembly_component_2d_shape_model.shape_characterized_component' ) ) = 0 ) OR ( no_2d_location_for_component ( ac ) ) ) ) ) = 0 ; END_RULE; -- no_component_assembly_2d_location_for_area_component |
|
public class RNo_component_assembly_2d_location_for_area_component public int rWr1(SdaiContext _context) public int run(SdaiContext _context, A_string violations) |