Overview Schemas Index

AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM (jsdai.SAp242_managed_model_based_3d_engineering_mim)


ENTITY change
          SUBTYPE OF (action_assignment);
          items : SET [1:?] OF work_item;
END_ENTITY; -- change

Entity data types and their attributes

action_assignment
          assigned_action: action;
          (DER) role: object_role;
change
          items: SET [1:?] OF work_item;

Users: by entity attributes

action_assignment
          role_association.item_with_role
                    role_select
change
          cc_design_approval.items
                    approved_item
          cc_design_date_and_time_assignment.items
                    date_time_item
          cc_design_person_and_organization_assignment.items
                    cc_person_organization_item

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

change
          -

Global rules for this entity data type

          -

public interface EChange extends EAction_assignment

items (explicit attribute)

          boolean testItems(EChange type)
          AWork_item getItems(EChange type)
          AWork_item createItems(EChange type)
          void unsetItems(EChange type)

public class CChange implements EChange

          static EAttribute attributeItems(EChange type)
          static int usedinItems(EChange type, EEntity instance, ASdaiModel domain, AChange result)

public class AChange extends AEntity

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