|
ENTITY product_concept_feature_category SUBTYPE OF (group); WHERE wr1: SIZEOF ( QUERY ( aga <* USEDIN ( SELF , 'management_resources_schema.' + 'group_assignment.assigned_group' ) | ( 'group_mim.' + 'applied_group_assignment' IN TYPEOF ( aga ) ) AND ( ( aga . role . name <> 'specification category member' ) OR ( SIZEOF ( QUERY ( i <* aga . items | ( 'product_concept_schema.' + 'product_concept_feature' IN TYPEOF ( i ) ) AND NOT ( 'product_concept_schema.' + 'conditional_concept_feature' IN TYPEOF ( i ) ) ) ) <> SIZEOF ( aga . items ) ) ) ) ) = 0 ; END_ENTITY; -- product_concept_feature_category |
Entity data types and their attributesgroupname: label; (OPT) description: text; (DER) id: identifier; product_concept_feature_category - |
| exclusive_product_concept_feature_category (PRODUCT_CLASS_MIM) |
| specification_category (PRODUCT_CLASS_XIM) |
Global rules for this entity data typeproduct_concept_feature_requires_category (AUTOMOTIVE_DESIGN)restrict_group_relationship_for_specification_category (AUTOMOTIVE_DESIGN) |
public interface EProduct_concept_feature_category extends EGroup |
public class CProduct_concept_feature_category implements EProduct_concept_feature_category |
public class AProduct_concept_feature_category extends AEntitypublic EProduct_concept_feature_category getByIndex(int index)public EProduct_concept_feature_category getCurrentMember(SdaiIterator it) |