Overview Schemas Index

PRODUCT_CONCEPT_SCHEMA (jsdai.SProduct_concept_schema)


ENTITY product_concept_feature;
          id : identifier;
          name : label;
          description : OPTIONAL text;
END_ENTITY; -- product_concept_feature

Entity data types and their attributes

product_concept_feature
          id: identifier;
          name: label;
          (OPT) description: text;

Known subtypes

          conditional_concept_feature (PRODUCT_CONCEPT_SCHEMA)
          package_product_concept_feature (PRODUCT_CLASS_MIM)
          specification (PRODUCT_CLASS_XIM)

Users

product_concept_feature
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  specification_for_category
          applied_action_request_assignment.items
                    action_request_item
                              automotive_design_action_request_item
          applied_approval_assignment.items
                    approval_item
                              automotive_design_approval_item
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  specification_for_category
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  automotive_design_person_and_organization_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              date_and_time_item_236cc1
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  specification_for_category
          applied_document_reference.items
                    document_reference_item
                              automotive_design_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              document_reference_item_236cc1
          applied_effectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              event_occurrence_item_236cc1
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  specification_for_category
          applied_group_assignment.items
                    groupable_item
                              specification_for_category
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          applied_ineffectivity_assignment.items
                    effectivity_item
                              automotive_design_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              organization_item_236cc1
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              person_and_organization_item_236cc1
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  specification_for_category
          applied_presented_item.items
                    presented_item_select
                              presented_item_select_203e2
          applied_security_classification_assignment.items
                    security_classification_item
                              automotive_design_security_classification_item
          applied_time_interval_assignment.items
                    time_interval_item
                              automotive_design_time_interval_item
          attribute_language_assignment.items
                    attribute_language_item
                              automotive_design_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          concept_feature_relationship.related_product_concept_feature
          concept_feature_relationship.relating_product_concept_feature
          functional_terminal_group_assignment.items
                    groupable_item
                              specification_for_category
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
          partial_document_assignment.items
                    document_reference_item
                              automotive_design_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          product_concept_feature_association.feature
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  specification_for_category

Global rules for this entity data type

          product_concept_feature_requires_category (AUTOMOTIVE_DESIGN)
          product_concept_feature_requires_category (PRODUCT_CLASS_MIM)
          restrict_multi_language_for_product_concept_feature (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_product_concept_feature (CATALOG_DATA_INFORMATION_MIM)
          restrict_version_assignment_for_product_concept_feature (AUTOMOTIVE_DESIGN)
          restrict_version_assignment_for_product_concept_feature (CATALOG_DATA_INFORMATION_MIM)

public interface EProduct_concept_feature extends EEntity

id (explicit attribute)

          boolean testId(EProduct_concept_feature type)
          String getId(EProduct_concept_feature type)
          void setId(EProduct_concept_feature type, String value)
          void unsetId(EProduct_concept_feature type)

name (explicit attribute)

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

description (explicit attribute)

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

public class CProduct_concept_feature implements EProduct_concept_feature

          static EAttribute attributeId(EProduct_concept_feature type)
          static EAttribute attributeName(EProduct_concept_feature type)
          static EAttribute attributeDescription(EProduct_concept_feature type)

public class AProduct_concept_feature extends AEntity

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