Overview Schemas Index

PRODUCT_CONCEPT_SCHEMA (jsdai.SProduct_concept_schema)


ENTITY concept_feature_relationship;
          name : label;
          description : OPTIONAL text;
          relating_product_concept_feature : product_concept_feature;
          related_product_concept_feature : product_concept_feature;
END_ENTITY; -- concept_feature_relationship

Entity data types and their attributes

concept_feature_relationship
          name: label;
          (OPT) description: text;
          relating_product_concept_feature: product_concept_feature;
          related_product_concept_feature: product_concept_feature;

Known subtypes

          concept_feature_relationship_with_condition (PRODUCT_CONCEPT_SCHEMA)

Users

concept_feature_relationship

Global rules for this entity data type

          -

public interface EConcept_feature_relationship extends EEntity

name (explicit attribute)

          boolean testName(EConcept_feature_relationship type)
          String getName(EConcept_feature_relationship type)
          void setName(EConcept_feature_relationship type, String value)
          void unsetName(EConcept_feature_relationship type)

description (explicit attribute)

          boolean testDescription(EConcept_feature_relationship type)
          String getDescription(EConcept_feature_relationship type)
          void setDescription(EConcept_feature_relationship type, String value)
          void unsetDescription(EConcept_feature_relationship type)

relating_product_concept_feature (explicit attribute)

          boolean testRelating_product_concept_feature(EConcept_feature_relationship type)
          EProduct_concept_feature getRelating_product_concept_feature(EConcept_feature_relationship type)
          void setRelating_product_concept_feature(EConcept_feature_relationship type, EProduct_concept_feature value)
          void unsetRelating_product_concept_feature(EConcept_feature_relationship type)

related_product_concept_feature (explicit attribute)

          boolean testRelated_product_concept_feature(EConcept_feature_relationship type)
          EProduct_concept_feature getRelated_product_concept_feature(EConcept_feature_relationship type)
          void setRelated_product_concept_feature(EConcept_feature_relationship type, EProduct_concept_feature value)
          void unsetRelated_product_concept_feature(EConcept_feature_relationship type)

public class CConcept_feature_relationship implements EConcept_feature_relationship

          static EAttribute attributeName(EConcept_feature_relationship type)
          static EAttribute attributeDescription(EConcept_feature_relationship type)
          static EAttribute attributeRelating_product_concept_feature(EConcept_feature_relationship type)
          static int usedinRelating_product_concept_feature(EConcept_feature_relationship type, EProduct_concept_feature instance, ASdaiModel domain, AConcept_feature_relationship result)
          static EAttribute attributeRelated_product_concept_feature(EConcept_feature_relationship type)
          static int usedinRelated_product_concept_feature(EConcept_feature_relationship type, EProduct_concept_feature instance, ASdaiModel domain, AConcept_feature_relationship result)

public class AConcept_feature_relationship extends AEntity

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