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 attributesgroup_assignmentassigned_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; |
class_category_association (PRODUCT_CLASS_XIM) |
Global rules for this entity data typerestrict_effectivity_assignment_for_class_category_usage (AUTOMOTIVE_DESIGN) |
public interface EProduct_concept_feature_category_usage extends EGroup_assignmentitems (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_usagestatic 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 AEntitypublic EProduct_concept_feature_category_usage getByIndex(int index)public EProduct_concept_feature_category_usage getCurrentMember(SdaiIterator it) |