Overview Schemas Index

AP203_CONFIGURATION_CONTROLLED_3D_DESIGN_OF_MECHANICAL_PARTS_AND_ASSEMBLIES_MIM (jsdai.SAp203_configuration_controlled_3d_design_of_mechanical_parts_and_assemblies_mim)


ENTITY cc_design_certification
          SUBTYPE OF (certification_assignment);
          items : SET [1:?] OF certified_item;
END_ENTITY; -- cc_design_certification

Entity data types and their attributes

certification_assignment
          assigned_certification: certification;
          (DER) role: object_role;
cc_design_certification
          items: SET [1:?] OF certified_item;

Users: by entity attributes

certification_assignment
          role_association.item_with_role
                    role_select
cc_design_certification

Users: by defined types, not used by any entity attribute

cc_design_certification
          -

Global rules for this entity data type

          -

public interface ECc_design_certification extends ECertification_assignment

items (explicit attribute)

          boolean testItems(ECc_design_certification type)
          ACertified_item getItems(ECc_design_certification type)
          ACertified_item createItems(ECc_design_certification type)
          void unsetItems(ECc_design_certification type)

public class CCc_design_certification implements ECc_design_certification

          static EAttribute attributeItems(ECc_design_certification type)
          static int usedinItems(ECc_design_certification type, EEntity instance, ASdaiModel domain, ACc_design_certification result)

public class ACc_design_certification extends AEntity

          public ECc_design_certification getByIndex(int index)
          public ECc_design_certification getCurrentMember(SdaiIterator it)