Overview Schemas Index

Ap210_electronic_assembly_interconnect_and_packaging_design_arm (jsdai.SAp210_electronic_assembly_interconnect_and_packaging_design_arm)


RULE physical_unit_network_definition_constraint FOR (Physical_unit_network_definition);

WHERE
          WR1: SIZEOF ( QUERY ( fund <* Physical_unit_network_definition | 
('ASSEMBLY_MODULE_DESIGN_ARM.' + 'ASSEMBLY_MODULE_DESIGN_VIEW' IN TYPEOF (fund)) OR
  (SIZEOF(USEDIN(fund,'PHYSICAL_UNIT_SHAPE_WITH_PARAMETERS_ARM.' + 
'PHYSICAL_UNIT_SHAPE_MODEL.SHAPE_CHARACTERIZED_DEFINITION')) = 0)
    )) = SIZEOF(Physical_unit_network_definition);
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)