Overview Schemas Index

PRODUCT_CONCEPT_SCHEMA (jsdai.SProduct_concept_schema)


ENTITY concept_feature_operator;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- concept_feature_operator

Entity data types and their attributes

concept_feature_operator
          name: label;
          (OPT) description: text;

Users

concept_feature_operator
          concept_feature_relationship_with_condition.conditional_operator

Global rules for this entity data type

          restrict_concept_feature_operator (AUTOMOTIVE_DESIGN)
          restrict_concept_feature_operator (PRODUCT_CLASS_MIM)

public interface EConcept_feature_operator extends EEntity

name (explicit attribute)

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

description (explicit attribute)

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

public class CConcept_feature_operator implements EConcept_feature_operator

          static EAttribute attributeName(EConcept_feature_operator type)
          static EAttribute attributeDescription(EConcept_feature_operator type)

public class AConcept_feature_operator extends AEntity

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