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

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
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

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)