ENTITY concept_feature_relationship_with_condition SUBTYPE OF (concept_feature_relationship); conditional_operator : concept_feature_operator; END_ENTITY; -- concept_feature_relationship_with_condition |
Entity data types and their attributesconcept_feature_relationshipname: label; (OPT) description: text; relating_product_concept_feature: product_concept_feature; related_product_concept_feature: product_concept_feature; concept_feature_relationship_with_condition conditional_operator: concept_feature_operator; |
Users: by entity attributesconcept_feature_relationshipconcept_feature_relationship_with_condition conditional_concept_feature.condition specification_expression.condition specification_inclusion.condition Users: by defined types, not used by any entity attributeconcept_feature_relationship_with_condition- |
Global rules for this entity data type- |
public interface EConcept_feature_relationship_with_condition extends EConcept_feature_relationshipconditional_operator (explicit attribute)boolean testConditional_operator(EConcept_feature_relationship_with_condition type)EConcept_feature_operator getConditional_operator(EConcept_feature_relationship_with_condition type) void setConditional_operator(EConcept_feature_relationship_with_condition type, EConcept_feature_operator value) void unsetConditional_operator(EConcept_feature_relationship_with_condition type) |
public class CConcept_feature_relationship_with_condition implements EConcept_feature_relationship_with_conditionstatic EAttribute attributeConditional_operator(EConcept_feature_relationship_with_condition type)static int usedinConditional_operator(EConcept_feature_relationship_with_condition type, EConcept_feature_operator instance, ASdaiModel domain, AConcept_feature_relationship_with_condition result) |
public class AConcept_feature_relationship_with_condition extends AEntitypublic EConcept_feature_relationship_with_condition getByIndex(int index)public EConcept_feature_relationship_with_condition getCurrentMember(SdaiIterator it) |