Overview Schemas Index

PRODUCT_CLASS_XIM (jsdai.SProduct_class_xim)


ENTITY specification_expression
          SUBTYPE OF (conditional_concept_feature);
          operation : expression_operator;
          operand : SET [1:?] OF specification_operand_select;
DERIVE
          SELF\conditional_concept_feature.condition : concept_feature_relationship_with_condition := ?;
WHERE
          wr1: (operation <> not_operator) OR (SIZEOF(operand)=1);
END_ENTITY; -- specification_expression

Entity data types and their attributes

product_concept_feature
          id: identifier;
          name: label;
          (OPT) description: text;
conditional_concept_feature
          condition: concept_feature_relationship_with_condition;
specification_expression
          operation: expression_operator;
          operand: SET [1:?] OF specification_operand_select;
          (RT) (DER) condition: concept_feature_relationship_with_condition;

Users: by entity attributes

product_concept_feature
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            pdm_classification_item
                                                                      design_pdm_classification_item
          applied_action_request_assignment.items
                    action_request_item
                              pdm_action_request_item
                                        design_pdm_action_request_item
          applied_approval_assignment.items
                    approval_item
                              approval_item_236cc1
          applied_classification_assignment.items
                    classification_item
                              pdm_classification_item
                                        design_pdm_classification_item
          applied_contract_assignment.items
                    contract_item
                              ss_contract_item
                                        pmri_contract_item
                                                  organization_item
                                                            organization_item_236cc1
          applied_date_and_time_assignment.items
                    date_and_time_item
                              automotive_design_date_and_time_item
          applied_date_assignment.items
                    date_item
                              automotive_design_date_item
          applied_document_reference.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          applied_effectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_event_occurrence_assignment.items
                    event_occurrence_item
                              design_pdm_event_occurrence_item
          applied_group_assignment.items
                    groupable_item
                              specification_for_category
          applied_identification_assignment.items
                    identification_item
                              id_for_class
          applied_ineffectivity_assignment.items
                    effectivity_item
                              design_pdm_effectivity_item
          applied_organization_assignment.items
                    organization_item
                              pdm_organization_item
                                        design_pdm_organization_item
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          applied_presented_item.items
                    presented_item_select
                              automotive_design_presented_item_select
          applied_security_classification_assignment.items
                    security_classification_item
                              pdm_security_classification_item
                                        design_pdm_security_classification_item
          applied_time_interval_assignment.items
                    time_interval_item
                              design_pdm_time_interval_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        document_reference_item
                                                  automotive_design_document_reference_item
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_236cc1
          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
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                document_reference_item_236cc1
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      document_reference_item
                                                                                document_reference_item_236cc1
          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
                              design_pdm_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              pdm_document_reference_item
                                        design_pdm_document_reference_item
          person_in_organization_relationship.items
                    person_and_organization_item
                              automotive_design_person_and_organization_item
          previous_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                pdm_classification_item
                                                                                          design_pdm_classification_item
          product_concept_feature_association.feature
conditional_concept_feature
specification_expression
          class_condition_association.associated_condition
          date_time_interval_assignment.is_applied_to
                    general_organizational_data_select
                              general_organizational_data_sub_select
          retention_period.is_applied_to
                    general_organizational_data_select
                              general_organizational_data_sub_select
          specification_expression.operand
                    specification_operand_select
          specification_inclusion.if_condition
                    specification_operand_select
          specification_inclusion.included_specification
                    specification_operand_select

Users: by defined types, not used by any entity attribute

specification_expression
          -

Global rules for this entity data type

          -

public interface ESpecification_expression extends EConditional_concept_feature

operation (explicit attribute)

          boolean testOperation(ESpecification_expression type)
          int getOperation(ESpecification_expression type)
          void setOperation(ESpecification_expression type, int value)
          void unsetOperation(ESpecification_expression type)

operand (explicit attribute)

          boolean testOperand(ESpecification_expression type)
          ASpecification_operand_select getOperand(ESpecification_expression type)
          ASpecification_operand_select createOperand(ESpecification_expression type)
          void unsetOperand(ESpecification_expression type)

public class CSpecification_expression implements ESpecification_expression

          static EAttribute attributeOperation(ESpecification_expression type)
          static EAttribute attributeOperand(ESpecification_expression type)
          static int usedinOperand(ESpecification_expression type, EEntity instance, ASdaiModel domain, ASpecification_expression result)
          static EAttribute attributeCondition(ESpecification_expression type)
          static int usedinCondition(ESpecification_expression type, EConcept_feature_relationship_with_condition instance, ASdaiModel domain, ASpecification_expression result)

public class ASpecification_expression extends AEntity

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