Overview Schemas Index

PRODUCT_CLASS_MIM (jsdai.SProduct_class_mim)


ENTITY product_concept_feature_category_usage
          SUBTYPE OF (group_assignment);
          SELF\group_assignment.assigned_group : product_concept_feature_category;
          items : SET [1:?] OF category_usage_item;
WHERE
          wr1:  SELF . role . name IN [ 'mandatory category usage' , 'optional category usage' ] ;
END_ENTITY; -- product_concept_feature_category_usage

Entity data types and their attributes

group_assignment
          assigned_group: group;
          (DER) role: object_role;
product_concept_feature_category_usage
          (RT) assigned_group: product_concept_feature_category;
          items: SET [1:?] OF category_usage_item;

Known subtypes

          class_category_association (PRODUCT_CLASS_XIM)

Users

group_assignment
          role_association.item_with_role
                    role_select
product_concept_feature_category_usage
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_approval_assignment.items
                    approval_item
                              automotive_design_approval_item
          applied_contract_assignment.items
                    contract_item
                              im_contract_item
                                        organization_item
                                                  organization_item_236cc1
          applied_date_and_time_assignment.items
                    date_and_time_item
                              automotive_design_date_and_time_item
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_effectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              event_occurrence_item_236cc1
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              automotive_design_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              person_and_organization_item_236cc1

Global rules for this entity data type

          restrict_effectivity_assignment_for_class_category_usage (AUTOMOTIVE_DESIGN)

public interface EProduct_concept_feature_category_usage extends EGroup_assignment

items (explicit attribute)

          boolean testItems(EProduct_concept_feature_category_usage type)
          ACategory_usage_item getItems(EProduct_concept_feature_category_usage type)
          ACategory_usage_item createItems(EProduct_concept_feature_category_usage type)
          void unsetItems(EProduct_concept_feature_category_usage type)

public class CProduct_concept_feature_category_usage implements EProduct_concept_feature_category_usage

          static EAttribute attributeItems(EProduct_concept_feature_category_usage type)
          static int usedinItems(EProduct_concept_feature_category_usage type, EEntity instance, ASdaiModel domain, AProduct_concept_feature_category_usage result)

public class AProduct_concept_feature_category_usage extends AEntity

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