Overview Schemas Index

LOCATION_XIM (jsdai.SLocation_xim)


ENTITY product_based_location_identification
          SUBTYPE OF (applied_location_representation_assignment);
          SELF\location_representation_assignment.id RENAMED location_identification : identifier;
          SELF\location_representation_assignment.name RENAMED location_name : OPTIONAL label;
          referenced_product : product_based_location_representation;
DERIVE
          SELF\applied_location_representation_assignment.items : SET [1:?] OF location_representation_item := ?;
END_ENTITY; -- product_based_location_identification

Entity data types and their attributes

location_representation_assignment
          id: identifier;
          name: label;
          (OPT) description: text;
          represented_location: location;
          role: location_representation_role;
applied_location_representation_assignment
          items: SET [1:?] OF location_representation_item;
product_based_location_identification
          (RT) id->location_identification: identifier;
          (RT) (OPT) name->location_name: label;
          referenced_product: product_based_location_representation;
          (RT) (DER) items: SET [1:?] OF location_representation_item;

Users

location_representation_assignment
applied_location_representation_assignment
          applied_action_assignment.items
                    action_items
                              pmri_action_items
          applied_action_method_assignment.items
                    action_method_items
                              tsr_action_method_items
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              pmri_attribute_classification_item
          applied_classification_assignment.items
                    classification_item
                              pmri_classification_item
          applied_date_and_time_assignment.items
                    date_and_time_item
                              tsr_date_and_time_item
          applied_date_assignment.items
                    date_item
                              tsr_date_item
          applied_document_reference.items
                    document_reference_item
                              pmri_document_reference_item
          applied_document_usage_constraint_assignment.items
                    document_reference_item
                              tsr_document_reference_item
          applied_identification_assignment.items
                    identification_item
                              pmri_identification_item
          attribute_language_assignment.items
                    attribute_language_item
                              pmri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          language_indication.considered_instance
                    attribute_language_item
                              pmri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              pmri_attribute_language_item
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              pmri_multi_language_attribute_item
          partial_document_assignment.items
                    document_reference_item
                              pmri_document_reference_item
product_based_location_identification
          location_armx.alternative_location_representations
                    location_representation

Global rules for this entity data type

          -

public interface EProduct_based_location_identification extends EApplied_location_representation_assignment

referenced_product (explicit attribute)

          int testReferenced_product(EProduct_based_location_identification type)
          case 1
              EEntity getReferenced_product(EProduct_based_location_identification type)
              void setReferenced_product(EProduct_based_location_identification type, EEntity value, EEntity node1)
          void unsetReferenced_product(EProduct_based_location_identification type)

public class CProduct_based_location_identification implements EProduct_based_location_identification

          static EAttribute attributeReferenced_product(EProduct_based_location_identification type)
          static int usedinReferenced_product(EProduct_based_location_identification type, EEntity instance, ASdaiModel domain, AProduct_based_location_identification result)
          static EAttribute attributeItems(EProduct_based_location_identification type)
          static int usedinItems(EProduct_based_location_identification type, EEntity instance, ASdaiModel domain, AProduct_based_location_identification result)

public class AProduct_based_location_identification extends AEntity

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