Overview Schemas Index

LOCATION_SCHEMA (jsdai.SLocation_schema)


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

Entity data types and their attributes

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

Known subtypes

          characterized_location_object (LOCATION_MIM)
          location_armx (LOCATION_XIM)

Users

location
          analysis_item.items
                    analysed_item
                              sysm_analysed_item
                                        groupable_item
                                                  syse_groupable_item
          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_certification_assignment.items
                    certification_item
                              sysm_certification_item
                                        groupable_item
                                                  syse_groupable_item
          applied_classification_assignment.items
                    classification_item
                              prjm_classification_item
          applied_description_text_assignment.items
                    description_item
                              sbb_description_item
                                        groupable_item
                                                  syse_groupable_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_experience_type_assignment.items
                    experience_type_item
                              syse_experience_type_item
                                        groupable_item
                                                  syse_groupable_item
          applied_group_assignment.items
                    groupable_item
                              syse_groupable_item
          applied_identification_assignment.items
                    identification_item
                              pmri_identification_item
          applied_person_type_assignment.items
                    person_type_item
                              syse_person_type_item
                                        groupable_item
                                                  syse_groupable_item
          applied_position_in_organization_assignment.items
                    position_in_organization_item
                              prjm_position_in_organization_item
          applied_position_in_organization_group_assignment.items
                    position_in_organization_group_item
                              prjm_position_in_organization_group_item
          applied_position_in_organization_type_assignment.items
                    position_in_organization_type_item
                              prjm_position_in_organization_type_item
          applied_state_definition_assignment.items
                    state_type_of_item
                              tsr_state_type_of_item
          applied_state_observed_assignment.items
                    state_observed_of_item
                              pmri_state_observed_of_item
          applied_state_type_assignment.items
                    state_type_of_item
                              tsr_state_type_of_item
          attribute_language_assignment.items
                    attribute_language_item
                              pmri_attribute_language_item
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              tsr_attribute_language_item
          functional_terminal_group_assignment.items
                    groupable_item
                              syse_groupable_item
          issue_reference_mapping.items
                    issue_reference_item
                              prgm_issue_reference_item
          justification_support_item_group_assignment.items
                    justification_support_item
                              tsr_justification_support_item
          language_indication.considered_instance
                    attribute_language_item
                              pmri_attribute_language_item
          language_indication.items
                    attribute_language_item
                              pmri_attribute_language_item
          location_assignment.assigned_location
          location_relationship.related_location
          location_relationship.relating_location
          location_representation_assignment.represented_location
          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
          person_or_organization_or_person_in_organization_in_position.items
                    position_in_organization_item
                              prjm_position_in_organization_item
          position_group_relationship.items
                    position_in_organization_item
                              prjm_position_in_organization_item
          position_position_type_assignment.items
                    position_in_organization_type_item
                              prjm_position_in_organization_type_item
          verification_evidence.items
                    verification_evidence_item
                              sysm_verification_evidence_item
                                        groupable_item
                                                  syse_groupable_item

Global rules for this entity data type

          -

public interface ELocation extends EEntity

id (explicit attribute)

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

name (explicit attribute)

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

description (explicit attribute)

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

public class CLocation implements ELocation

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

public class ALocation extends AEntity

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