Overview Schemas Index

MANAGEMENT_RESOURCES_SCHEMA (jsdai.SManagement_resources_schema)


ENTITY group_assignment;
          ABSTRACT SUPERTYPE;
          assigned_group : group;
DERIVE
          role : object_role := get_role(SELF);
WHERE
          wr1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'ROLE_ASSOCIATION.ITEM_WITH_ROLE')) <= 1;
END_ENTITY; -- group_assignment

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;

Known subtypes

          analysis_item (ANALYSIS_ASSIGNMENT_MIM)
          applied_group_assignment (GROUP_MIM)
          applied_position_in_organization_assignment_group_assignment (POSITION_IN_ORGANIZATION_MIM)
          applied_position_in_organization_group_assignment (POSITION_IN_ORGANIZATION_MIM)
          assigned_analysis (ANALYSIS_ASSIGNMENT_MIM)
          assigned_requirement (REQUIREMENT_ASSIGNMENT_MIM)
          breakdown_element_group_assignment (PRODUCT_BREAKDOWN_MIM)
          component_material_relationship_assignment (PHYSICAL_UNIT_DESIGN_VIEW_MIM)
          containing_message (MESSAGE_MIM)
          document_identifier_assignment (SPECIFICATION_DOCUMENT_MIM)
          draughting_group_assignment (IDA_STEP_AIM_SCHEMA)
          draughting_group_elements_assignment (IDA_STEP_AIM_SCHEMA)
          for_document_group_assignment (DOCUMENT_ORDER_MIM)
          justification_group_assignment (JUSTIFICATION_MIM)
          justification_item_group_assignment (JUSTIFICATION_MIM)
          justification_support_item_group_assignment (JUSTIFICATION_MIM)
          message_contents_assignment (MESSAGE_MIM)
          ordered_items_group_assignment (DOCUMENT_ORDER_MIM)
          product_concept_feature_category_usage (PRODUCT_CLASS_MIM)
          product_definition_group_assignment (PRODUCT_BREAKDOWN_MIM)
          product_group_attribute_assignment (PRODUCT_GROUP_MIM)
          product_group_attribute_set (PRODUCT_GROUP_MIM)
          product_group_membership (PRODUCT_GROUP_MIM)
          product_group_membership_rules (PRODUCT_GROUP_MIM)
          product_group_rule_assignment (PRODUCT_GROUP_MIM)
          requirement_assigned_object (REQUIREMENT_ASSIGNMENT_MIM)
          selected_items_assignment_in_context_group (SELECTED_ITEM_MIM)
          selected_items_context_group_to_context (SELECTED_ITEM_MIM)
          source_for_requirement (REQUIREMENT_ASSIGNMENT_MIM)
          sourced_requirement (REQUIREMENT_ASSIGNMENT_MIM)
          verification_evidence (VERIFICATION_AND_VALIDATION_MIM)

Users

group_assignment
          role_association.item_with_role
                    role_select

Global rules for this entity data type

          subtype_exclusiveness_group_assignment (AUTOMOTIVE_DESIGN)
          subtype_exclusiveness_group_assignment (CATALOG_DATA_INFORMATION_MIM)

public interface EGroup_assignment extends EEntity

assigned_group (explicit attribute)

          boolean testAssigned_group(EGroup_assignment type)
          EGroup getAssigned_group(EGroup_assignment type)
          void setAssigned_group(EGroup_assignment type, EGroup value)
          void unsetAssigned_group(EGroup_assignment type)

role (derived attribute)

          EObject_role getRole(EGroup_assignment type)
          boolean testRole(EGroup_assignment type)

public class CGroup_assignment implements EGroup_assignment

          static EAttribute attributeAssigned_group(EGroup_assignment type)
          static int usedinAssigned_group(EGroup_assignment type, EGroup instance, ASdaiModel domain, AGroup_assignment result)
          static EAttribute attributeRole(EGroup_assignment type)
          static int usedinRole(EGroup_assignment type, EObject_role instance, ASdaiModel domain, AGroup_assignment result)

public class AGroup_assignment extends AEntity

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