Overview Schemas Index

DATE_TIME_SCHEMA (jsdai.SDate_time_schema)


ENTITY local_time;
          hour_component : hour_in_day;
          minute_component : OPTIONAL minute_in_hour;
          second_component : OPTIONAL second_in_minute;
          zone : coordinated_universal_time_offset;
WHERE
          wr1: valid_time (SELF);
END_ENTITY; -- local_time

Entity data types and their attributes

local_time
          hour_component: hour_in_day;
          (OPT) minute_component: minute_in_hour;
          (OPT) second_component: second_in_minute;
          zone: coordinated_universal_time_offset;

Users: by entity attributes

local_time
          applied_action_assignment.items
                    action_items
                              ir_usage_item
                                        design_pdm_ir_usage_item
                                                  classification_item
                                                            im_classification_item
          applied_classification_assignment.items
                    classification_item
                              requirement_classification_item
          applied_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        ss_collection_membership_groupable_item
          applied_usage_right.items
                    ir_usage_item
                              design_pdm_ir_usage_item
                                        classification_item
                                                  ss_classification_item
                                                            pb_classification_item
                                                                      prjm_classification_item
          approval_armx.actual_date
                    date_time_select
          approval_armx.planned_date
                    date_time_select
          approval_date_time.date_time
                    date_time_select
          approving_person_organization.approval_date
                    date_time_select
          current_change_element_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                im_classification_item
          date_and_time.time_component
          dated_effectivity.effectivity_end_date
                    date_time_or_event_occurrence
                              date_time_select
          dated_effectivity.effectivity_start_date
                    date_time_or_event_occurrence
                              date_time_select
          event.actual_start_date
                    date_time_select
          event.planned_start_date
                    date_time_select
          frozen_assignment.items
                    change_management_object
                              ap242_change_management_object
                                        action_items
                                                  ir_usage_item
                                                            design_pdm_ir_usage_item
                                                                      classification_item
                                                                                ss_classification_item
                                                                                          pb_classification_item
                                                                                                    prjm_classification_item
          functional_terminal_group_assignment.items
                    groupable_item
                              collection_membership_groupable_item
                                        rm_collection_membership_groupable_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
                                                                                ss_classification_item
                                                                                          pb_classification_item
                                                                                                    prjm_classification_item
          project.actual_end_date
                    date_time_select
          project.actual_start_date
                    date_time_select
          same_as_external_item_assignment.items
                    same_as_item
                              ss_same_as_item
                                        prjm_same_as_item
          time_assignment.assigned_time
          time_interval_with_bounds.primary_bound
                    date_time_or_event_occurrence
                              date_time_select
          time_interval_with_bounds.secondary_bound
                    date_time_or_event_occurrence
                              date_time_select

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

local_time
          ap239_mri_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          im_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          im_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          im_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          im_same_as_item
                    same_as_external_item_assignment.items
          prjm_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          prjm_same_as_item
                    same_as_external_item_assignment.items
          requirement_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          requirement_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          requirement_same_as_item
                    same_as_external_item_assignment.items
          rm_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          rm_same_as_item
                    same_as_external_item_assignment.items
          ss_action_items
                    ap242_change_management_object
                    applied_action_assignment.items
                    applied_usage_right.items
                    risk_evaluation_criteria.items
          ss_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item
          sysm_same_as_item
                    same_as_external_item_assignment.items
          syss_classification_item
                    applied_classification_assignment.items
                    design_pdm_ir_usage_item
                    experience_item
          syss_collection_membership_groupable_item
                    applied_group_assignment.items
                    syse_experience_type_item
                    syse_person_type_item
                    sysm_analysed_item
                    sysm_certification_item

Global rules for this entity data type

          -

public interface ELocal_time extends EEntity

hour_component (explicit attribute)

          boolean testHour_component(ELocal_time type)
          integer getHour_component(ELocal_time type)
          void setHour_component(ELocal_time type, integer value)
          void unsetHour_component(ELocal_time type)

minute_component (explicit attribute)

          boolean testMinute_component(ELocal_time type)
          integer getMinute_component(ELocal_time type)
          void setMinute_component(ELocal_time type, integer value)
          void unsetMinute_component(ELocal_time type)

second_component (explicit attribute)

          boolean testSecond_component(ELocal_time type)
          double getSecond_component(ELocal_time type)
          void setSecond_component(ELocal_time type, double value)
          void unsetSecond_component(ELocal_time type)

zone (explicit attribute)

          boolean testZone(ELocal_time type)
          ECoordinated_universal_time_offset getZone(ELocal_time type)
          void setZone(ELocal_time type, ECoordinated_universal_time_offset value)
          void unsetZone(ELocal_time type)

public class CLocal_time implements ELocal_time

          static EAttribute attributeHour_component(ELocal_time type)
          static EAttribute attributeMinute_component(ELocal_time type)
          static EAttribute attributeSecond_component(ELocal_time type)
          static EAttribute attributeZone(ELocal_time type)
          static int usedinZone(ELocal_time type, ECoordinated_universal_time_offset instance, ASdaiModel domain, ALocal_time result)

public class ALocal_time extends AEntity

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