Overview Schemas Index

EFFECTIVITY_SCHEMA (jsdai.SEffectivity_schema)


ENTITY effectivity
          SUPERTYPE OF (ONEOF (serial_numbered_effectivity, dated_effectivity, lot_effectivity, time_interval_based_effectivity));
          id : identifier;
DERIVE
          name : label := get_name_value(SELF);
          description : text := get_description_value(SELF);
WHERE
          wr1: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'NAME_ATTRIBUTE.NAMED_ITEM')) <= 1;
          wr2: SIZEOF(USEDIN(SELF, 'BASIC_ATTRIBUTE_SCHEMA.' + 'DESCRIPTION_ATTRIBUTE.DESCRIBED_ITEM')) <= 1;
END_ENTITY; -- effectivity

Entity data types and their attributes

effectivity
          id: identifier;
          (DER) name: label;
          (DER) description: text;

Known subtypes

          dated_effectivity (EFFECTIVITY_SCHEMA)
          lot_effectivity (EFFECTIVITY_SCHEMA)
          process_or_process_relationship_effectivity (METHOD_DEFINITION_SCHEMA)
          product_definition_effectivity (PRODUCT_DEFINITION_SCHEMA)
          serial_numbered_effectivity (EFFECTIVITY_SCHEMA)
          time_interval_based_effectivity (EFFECTIVITY_SCHEMA)

Users

effectivity
          add_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  sysm_groupable_item
          applied_action_assignment.items
                    action_items
                              prjm_action_items
          applied_action_method_assignment.items
                    action_method_items
                              sysm_action_method_items
          applied_approval_assignment.items
                    approval_item
                              pdm_approval_item
                                        ap210_approval_item
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  sysm_groupable_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_contract_assignment.items
                    contract_item
                              pmri_contract_item
                                        person_and_organization_item
                                                  prjm_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
                                                  sysm_groupable_item
          applied_document_reference.items
                    document_reference_item
                              syss_documented_element_select
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              syss_documented_element_select
          applied_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  sysm_groupable_item
          applied_group_assignment.items
                    groupable_item
                              sysm_groupable_item
          applied_identification_assignment.items
                    identification_item
                              automotive_design_identification_item
          applied_organization_assignment.items
                    organization_item
                              organization_item_236cc1
          applied_person_and_organization_assignment.items
                    person_and_organization_item
                              syss_person_and_organization_item
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  sysm_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        pdm_classification_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
          change_design_object_management_relationship.current_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          change_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          delete_design_object_management_relationship.previous_design_object
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          description_attribute.described_item
                    description_attribute_select
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          effectivity_assignment.assigned_effectivity
          effectivity_relationship.related_effectivity
          effectivity_relationship.relating_effectivity
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment_armx.frozen_item
                    managed_design_object_armx
                              ap210_managed_design_object_armx
          functional_terminal_group_assignment.items
                    groupable_item
                              sysm_groupable_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          justification_item_group_assignment.items
                    justification_item
                              prjm_justification_item
          justification_support_item_group_assignment.items
                    justification_support_item
                              ap239_padi_justification_support_item
          language_indication.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          language_indication.items
                    attribute_language_item
                              attribute_language_item_203e2
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
          name_attribute.named_item
                    name_attribute_select
          partial_document_assignment.items
                    document_reference_item
                              syss_documented_element_select
          person_in_organization_relationship.items
                    person_and_organization_item
                              syss_person_and_organization_item
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  sysm_groupable_item

Global rules for this entity data type

          restrict_effectivity_usage (AUTOMOTIVE_DESIGN)
          restrict_effectivity_usage (CATALOG_DATA_INFORMATION_MIM)
          restrict_multi_language_for_effectivity (AUTOMOTIVE_DESIGN)
          restrict_multi_language_for_effectivity (CATALOG_DATA_INFORMATION_MIM)
          restrict_version_assignment_for_effectivity (AUTOMOTIVE_DESIGN)
          restrict_version_assignment_for_effectivity (CATALOG_DATA_INFORMATION_MIM)
          subtype_exclusiveness_effectivity (AUTOMOTIVE_DESIGN)
          subtype_exclusiveness_effectivity (CATALOG_DATA_INFORMATION_MIM)

public interface EEffectivity extends EEntity

id (explicit attribute)

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

name (derived attribute)

          String getName(EEffectivity type)
          boolean testName(EEffectivity type)

description (derived attribute)

          String getDescription(EEffectivity type)
          boolean testDescription(EEffectivity type)

public class CEffectivity implements EEffectivity

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

public class AEffectivity extends AEntity

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