Overview Schemas Index

GROUP_MIM (jsdai.SGroup_mim)


ENTITY applied_group_assignment
          SUBTYPE OF (group_assignment);
          items : SET [1:?] OF groupable_item;
END_ENTITY; -- applied_group_assignment

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;
applied_group_assignment
          items: SET [1:?] OF groupable_item;

Known subtypes

          aggregate_connectivity_requirement (FUNCTIONAL_DECOMPOSITION_WITH_NODAL_REPRESENTATION_TO_PACKAGED_MAPPING_MIM)
          assembly_item_number (PHYSICAL_UNIT_DESIGN_VIEW_MIM)
          design_composition_path (FUNCTIONAL_DECOMPOSITION_TO_DESIGN_MIM)
          functional_terminal_group_assignment (FUNCTIONAL_USAGE_VIEW_XIM)
          reference_composition_path (FUNCTIONAL_DECOMPOSITION_TO_DESIGN_MIM)

Users

group_assignment
          role_association.item_with_role
                    role_select
applied_group_assignment
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object

Global rules for this entity data type

          restrict_group_assignment (CATALOG_DATA_INFORMATION_MIM)

public interface EApplied_group_assignment extends EGroup_assignment

items (explicit attribute)

          boolean testItems(EApplied_group_assignment type)
          AGroupable_item getItems(EApplied_group_assignment type)
          AGroupable_item createItems(EApplied_group_assignment type)
          void unsetItems(EApplied_group_assignment type)

public class CApplied_group_assignment implements EApplied_group_assignment

          static EAttribute attributeItems(EApplied_group_assignment type)
          static int usedinItems(EApplied_group_assignment type, EEntity instance, ASdaiModel domain, AApplied_group_assignment result)

public class AApplied_group_assignment extends AEntity

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