|
ENTITY package_product_concept_feature SUBTYPE OF (product_concept_feature); WHERE wr1: NOT ( 'product_concept_schema.' + 'conditional_concept_feature' IN TYPEOF ( SELF ) ) ; wr2: SIZEOF ( QUERY ( cfr <* USEDIN ( SELF , 'product_concept_schema.' + 'concept_feature_relationship.' + 'relating_product_concept_feature' ) | ( 'product_concept_schema.' + 'concept_feature_relationship_with_condition' IN TYPEOF ( cfr ) ) AND ( SIZEOF ( QUERY ( ipcf <* USEDIN ( cfr , 'product_concept_schema.' + 'conditional_concept_feature.' + 'condition' ) | 'product_class_mim.' + 'inclusion_product_concept_feature' IN TYPEOF ( ipcf ) ) ) = 1 ) ) ) > 0 ; END_ENTITY; -- package_product_concept_feature |
Entity data types and their attributesproduct_concept_featureid: identifier; name: label; (OPT) description: text; package_product_concept_feature - |
| specification__package (PRODUCT_CLASS_XIM) |
Global rules for this entity data type- |
public interface EPackage_product_concept_feature extends EProduct_concept_feature |
public class CPackage_product_concept_feature implements EPackage_product_concept_feature |
public class APackage_product_concept_feature extends AEntitypublic EPackage_product_concept_feature getByIndex(int index)public EPackage_product_concept_feature getCurrentMember(SdaiIterator it) |