From 83700a5f50070b4a141226ad8b9481a6e103e874 Mon Sep 17 00:00:00 2001 From: jhugues Date: Wed, 4 Jul 2012 06:20:14 +0000 Subject: [PATCH] * Update property sets to AADLv2.1 * Ocarina.Property_Sets: add Modeling_Properties as predefined set * Ocarina.Instances.Queries: work-around for Get_List_Property not returning list in case the list is an enumeration list * Update reference outputs git-svn-id: https://tecsw.estec.esa.int/svn/taste/trunk/ocarina@4964 129961e7-ef38-4bb5-a8f7-c9a525a55882 --- examples/real/safety/model.aadl.out | 6 + resources/AADLv2/aadl_project.aadl | 202 +- resources/AADLv2/aadl_project.aadl.ignore | 0 resources/AADLv2/assert_types.aadl | 1 - .../AADLv2/communication_properties.aadl | 188 +- resources/AADLv2/deployment_properties.aadl | 368 +- resources/AADLv2/memory_properties.aadl | 160 +- resources/AADLv2/modeling_properties.aadl | 21 + resources/AADLv2/programming_properties.aadl | 307 +- resources/AADLv2/thread_properties.aadl | 185 +- resources/AADLv2/timing_properties.aadl | 276 +- resources/Makefile.am | 1 + .../ocarina-backends-po_hi_ada-activity.adb | 2 +- src/backends/ocarina-backends-properties.adb | 159 +- .../instance/ocarina-instances-queries.adb | 8 + src/core/tree/ocarina-property_sets.adb | 1 + src/core/tree/ocarina-property_sets.ads | 1 + .../test_real_exec_env_01.aadl.out | 4 + .../test_real_exec_01.aadl.out | 4 + .../test_real_exec_02.aadl | 26 +- .../test_real_exec_02.aadl.out | 8 +- .../test_real_exec_03.aadl.out | 4 + .../test_real_exec_04.aadl.out | 4 + .../test_real_exec_05.aadl.out | 4 + .../test_real_exec_06.aadl.out | 4 + .../test_real_parse_env_01.aadl.out | 4 + .../test_real_parse_01.aadl.out | 4 + .../test_real_parse_02.aadl.out | 4 + .../test_real_parse_03.aadl.out | 4 + .../test_real_parse_04.aadl.out | 4 + .../test_real_parse_05.aadl.out | 4 + tests/real_units/validation.aadl | 12 +- tests/real_units/validation.aadl.out | 4 + tests/test_tree_p2/test.aadl.out | 13906 ++++++++-------- 34 files changed, 8077 insertions(+), 7813 deletions(-) create mode 100644 resources/AADLv2/aadl_project.aadl.ignore create mode 100644 resources/AADLv2/modeling_properties.aadl diff --git a/examples/real/safety/model.aadl.out b/examples/real/safety/model.aadl.out index 177ed0e8..464290ad 100644 --- a/examples/real/safety/model.aadl.out +++ b/examples/real/safety/model.aadl.out @@ -1,3 +1,9 @@ +model.aadl:85:04: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +model.aadl:85:04: Warning: The value of source_language has been converted into a list. +model.aadl:92:04: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +model.aadl:92:04: Warning: The value of source_language has been converted into a list. +model.aadl:99:04: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +model.aadl:99:04: Warning: The value of source_language has been converted into a list. pok_safety execution requirement : check_error_handling ------------------------------------- diff --git a/resources/AADLv2/aadl_project.aadl b/resources/AADLv2/aadl_project.aadl index 7f146b5e..6a230a0c 100644 --- a/resources/AADLv2/aadl_project.aadl +++ b/resources/AADLv2/aadl_project.aadl @@ -1,101 +1,63 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set AADL_Project is - Supported_Active_Thread_Handling_Protocols: - type enumeration (abort, - test); - -- The following are other example protocols. - -- (complete_one_flush_queue, complete_one_transfer_queue, - -- complete_one_preserve_queue, complete_all); - - Supported_Connection_Patterns: - type enumeration ( One_To_One, - All_To_All, - One_To_All, - All_To_One, - Next, - Previous, - Neighbors, - All_Neighbors); - -- The Supported_Connection_Patterns property enumeration type - -- specifies the set of patterns that are supported to connect - -- together a source port array and a destination port array. - - Supported_Concurrency_Control_Protocols: - type enumeration (NoneSpecified, - Read_Only, - Priority_Inheritance, - Immediate_Priority_Ceiling_Protocol, - Protected_Access, - Priority_Ceiling_Protocol, - Priority_Ceiling); - -- The following are example concurrency control protocols: - -- (Interrupt_Masking, Maximum_Priority, Priority_Inheritance, - -- Priority_Ceiling) - - Supported_Dispatch_Protocols: - type enumeration (Periodic, - Aperiodic, - Sporadic, - Timed, - Hybrid, - Background); - -- The following are protocols for which the semantics are defined: - -- (Periodic, Sporadic, Aperiodic, Timed, Hybrid, Background); - - Supported_Hardware_Source_Languages: - type enumeration (VHDL); - -- The following is an example hardware description language: - -- (VHDL) - - -- XXX FIX ADD WAITING Peter FEILER - Supported_Queue_Processing_Protocols: type enumeration - (FIFO); - -- The Supported_Queue_Processing_Protocols property enumeration - -- type specifies the set of queue processing protocols that are - -- supported. - - Supported_Connection_QoS : - type enumeration (GuaranteedDelivery, - OrderedDelivery, - SecureDelivery); - -- The Supported_QoS property specifies the quality of services . - - Supported_Scheduling_Protocols: type enumeration - (PARAMETRIC_PROTOCOL, - EARLIEST_DEADLINE_FIRST_PROTOCOL, - LEAST_LAXITY_FIRST_PROTOCOL, - RATE_MONOTONIC_PROTOCOL, - DEADLINE_MONOTONIC_PROTOCOL, - ROUND_ROBIN_PROTOCOL, - TIME_SHARING_BASED_ON_WAIT_TIME_PROTOCOL, - POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL, - D_OVER_PROTOCOL, - MAXIMUM_URGENCY_FIRST_BASED_ON_LAXITY_PROTOCOL, - MAXIMUM_URGENCY_FIRST_BASED_ON_DEADLINE_PROTOCOL, - TIME_SHARING_BASED_ON_CPU_USAGE_PROTOCOL, - NO_SCHEDULING_PROTOCOL, - HIERARCHICAL_CYCLIC_PROTOCOL, - HIERARCHICAL_ROUND_ROBIN_PROTOCOL, - HIERARCHICAL_FIXED_PRIORITY_PROTOCOL, - HIERARCHICAL_PARAMETRIC_PROTOCOL); - -- The following are examples of scheduling protocols: - -- (RMS, EDF, Sporadicserver, SlackServer, ARINC653) - - Supported_Source_Languages: type enumeration + Supported_Active_Thread_Handling_Protocols: type enumeration (abort); + + Supported_Connection_Patterns: type enumeration + (One_To_One, All_To_All, One_To_All, All_To_One, + Next, Previous, Cyclic_Next, Cyclic_Previous); + + Supported_Concurrency_Control_Protocols: type enumeration + (None_Specified, + Interrupt_Masking, + Maximum_Priority, + Immediate_Priority_Ceiling_Protocol, + Protected_Access, + Priority_Inheritance, + Priority_Ceiling, + Spin_Lock, + Semaphore); + + Supported_Dispatch_Protocols: type enumeration (Periodic, Sporadic, Aperiodic, Timed, Hybrid, Background); + + Supported_Queue_Processing_Protocols: type enumeration (Fifo); + + Supported_Hardware_Source_Languages: type enumeration (VHDL); + + Supported_Connection_QoS: type enumeration (GuaranteedDelivery, OrderedDelivery, SecureDelivery); + + Supported_Scheduling_Protocols: type enumeration -- Updated for Cheddar + (SporadicServer, RMS, FixedTimeline, + PARAMETRIC_PROTOCOL, + EARLIEST_DEADLINE_FIRST_PROTOCOL, + LEAST_LAXITY_FIRST_PROTOCOL, + RATE_MONOTONIC_PROTOCOL, + DEADLINE_MONOTONIC_PROTOCOL, + ROUND_ROBIN_PROTOCOL, + TIME_SHARING_BASED_ON_WAIT_TIME_PROTOCOL, + POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL, + D_OVER_PROTOCOL, + MAXIMUM_URGENCY_FIRST_BASED_ON_LAXITY_PROTOCOL, + MAXIMUM_URGENCY_FIRST_BASED_ON_DEADLINE_PROTOCOL, + TIME_SHARING_BASED_ON_CPU_USAGE_PROTOCOL, + NO_SCHEDULING_PROTOCOL, + HIERARCHICAL_CYCLIC_PROTOCOL, + HIERARCHICAL_ROUND_ROBIN_PROTOCOL, + HIERARCHICAL_FIXED_PRIORITY_PROTOCOL, + HIERARCHICAL_PARAMETRIC_PROTOCOL); + + Supported_Source_Languages: type enumeration -- Updated for TASTE/Ocarina (Ada95, Ada, -- alias for Ada95 Ada05, -- alias for Ada95 ASN1, Blackbox_Device, C, - CPP, -- C++ + CPP, -- C++ Esterel, GUI, LUA, @@ -115,28 +77,23 @@ property set AADL_Project is VHDL, ACN); - Supported_Distributions: type enumeration (Fixed); - -- The following are example distributions: - -- ( Fixed, Poisson ) + Supported_Distributions: type enumeration (Fixed, Poisson); - Data_Volume: type aadlinteger 0 bitsps .. Max_Aadlinteger - units ( bitsps, - Bytesps => bitsps * 8, - KBytesps => Bytesps * 1000, - MBytesps => KBytesps * 1000, - GBytesps => MBytesps * 1000 ); - -- The Data_Volume property type specifies a property type for the - -- volume of data per time unit. The predeclared unit literals are - -- expressed in terms of seconds as time unit. The numeric value - -- of the property must be positive. + Supported_Classifier_Substitutions: type enumeration (Classifier_Match, Type_Extension, Signature_Match); - Max_Aadlinteger: constant aadlinteger => 2#1#e61; + + Data_Volume: type aadlinteger 0 bitsps .. Max_Data_Volume + units Data_Volume_Units; + + Max_Data_Volume: constant aadlinteger units Data_Volume_Units => 2#1#e62 bitsps; -- XXX extended + + Max_Aadlinteger: constant aadlinteger => 2#1#e32; Max_Target_Integer: constant aadlinteger => 2#1#e32; Max_Base_Address: constant aadlinteger => 2#1#e32; - Max_Memory_Size: constant Size => 2#1#e48 Bytes; + Max_Memory_Size: constant Size => 2#1#e32 Bytes; Max_Queue_Size: constant aadlinteger => 512; @@ -146,27 +103,32 @@ property set AADL_Project is Max_Urgency: constant aadlinteger => 12; - Max_Word_Count: constant aadlinteger => 2#1#e32; + Max_Byte_Count: constant aadlinteger => 2#1#e32; Max_Word_Space: constant aadlinteger => 64; Size_Units: type units ( - bits, - Bytes => bits * 8, - KByte => Bytes * 1000, - MByte => KByte * 1000, - GByte => MByte * 1000, - TByte => GByte * 1000); - -- Note: B, KB, etc. in AADL 2004 have been replaced by Byte, Kbyte - -- etc. in AADL V2. + bits, + Bytes => bits * 8, + KByte => Bytes * 1000, + MByte => KByte * 1000, + GByte => MByte * 1000, + TByte => GByte * 1000); Time_Units: type units ( - ps, - ns => ps * 1000, - us => ns * 1000, - ms => us * 1000, - sec => ms * 1000, - min => sec * 60, - hr => min * 60); + ps, + ns => ps * 1000, + us => ns * 1000, + ms => us * 1000, + sec => ms * 1000, + min => sec * 60, + hr => min * 60); + + Data_Volume_Units: type units ( + bitsps, + Bytesps => bitsps * 8, + KBytesps => Bytesps * 1000, + MBytesps => KBytesps * 1000, + GBytesps => MBytesps * 1000); end AADL_Project; diff --git a/resources/AADLv2/aadl_project.aadl.ignore b/resources/AADLv2/aadl_project.aadl.ignore new file mode 100644 index 00000000..e69de29b diff --git a/resources/AADLv2/assert_types.aadl b/resources/AADLv2/assert_types.aadl index 44a92195..9186e0d0 100644 --- a/resources/AADLv2/assert_types.aadl +++ b/resources/AADLv2/assert_types.aadl @@ -2,7 +2,6 @@ -- used as part of the ASSERT process. package ASSERT_Types - public with Data_Model; diff --git a/resources/AADLv2/communication_properties.aadl b/resources/AADLv2/communication_properties.aadl index e261248d..53b1656a 100644 --- a/resources/AADLv2/communication_properties.aadl +++ b/resources/AADLv2/communication_properties.aadl @@ -1,117 +1,77 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Communication_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set Communication_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - - Fan_Out_Policy: enumeration (Broadcast, - RoundRobin, - OnDemand) - applies to (port); - ---------------------------------------------------- - - Connection_Pattern: - list of Supported_Connection_Patterns - applies to (connection); - ---------------------------------------------------- - - Connection_Set: list of Connection_Pair - applies to (connection); - ---------------------------------------------------- - - Connection_Pair: - type record ( src: aadlinteger; - dst: aadlinteger;); - - ---------------------------------------------------- - Overflow_Handling_Protocol: enumeration (DropOldest, - DropNewest, - Error) - => DropOldest - applies to (event port, - event data port, - subprogram); - ---------------------------------------------------- - - Queue_Processing_Protocol: - Supported_Queue_Processing_Protocols - => FIFO - applies to (event port, - event data port, - subprogram); - ---------------------------------------------------- - - Queue_Size: aadlinteger 0 .. Max_Queue_Size => 0 - applies to (event port, - event data port, - subprogram); - ---------------------------------------------------- - - Transmission_Type: enumeration ( push, pull ) - applies to (port, - connection, - bus, - virtual bus); - ---------------------------------------------------- - - Input_Rate: Rate_Spec - applies to (port, access); - ---------------------------------------------------- - - Input_Time: IO_Time_Spec - applies to (port, access); - ---------------------------------------------------- - - IO_Time_Spec : type record ( - ReferencePoint : IO_Reference_Point_Type; - TimeOffset : TimeRange; - ); - ---------------------------------------------------- - - IO_Reference_Point_Type : - type enumeration ( DispatchTime, - StartTime, - CompletionTime, - DeadlineTime, - NoIO); - ---------------------------------------------------- - - Output_Rate: Rate_Spec - applies to (port, access); - ---------------------------------------------------- - - Output_Time: IO_Time_Spec - applies to (port, access); - ---------------------------------------------------- - -- XXX FIX : TO BE CHANGE BY FEILER - -- Rate_Spec : type record ( - -- Value_Range : aadlreal units (perSecond, perDispatch); - -- Rate_Distribution : Supported_Distributions; - -- ); - - Rate_Spec : type record (rec: aadlinteger;); - ---------------------------------------------------- - - Transmission_Time: list of Time_Range - applies to (bus); - ---------------------------------------------------- - - Actual_Latency: Time_Range - applies to (flow); - ---------------------------------------------------- - - Expected_Latency: Time_Range - applies to (flow); - ---------------------------------------------------- - - Latency: Time_Range - applies to (flow, connection); - ---------------------------------------------------- - ---------------------------------------------------- + Fan_Out_Policy: enumeration (Broadcast, RoundRobin, Selective, OnDemand) + applies to (port); + +-- XXX not supported by Ocarina +-- Connection_Pattern: list of list of Supported_Connection_Patterns +-- applies to (connection); + +-- Connection_Set: list of Connection_Pair +-- applies to (connection); + +-- Connection_Pair: type record ( +-- src: list of aadlinteger; +-- dst: list of aadlinteger;); + + Overflow_Handling_Protocol: enumeration (DropOldest, DropNewest, Error) => DropOldest + applies to (event port, event data port, subprogram access); + + Queue_Processing_Protocol: Supported_Queue_Processing_Protocols => FIFO + applies to (event port, event data port, subprogram access); + + Queue_Size: aadlinteger 0 .. Max_Queue_Size => 1 + applies to (event port, event data port, subprogram access); + + Required_Connection: aadlboolean => true + applies to (feature); + + Timing: enumeration (sampled, immediate, delayed) => sampled + applies to (port connection); + + Transmission_Type: enumeration (push, pull) + applies to (data port, port connection, bus, virtual bus); + + Input_Rate: Rate_Spec => (Value_Range => 1.0 .. 1.0; Rate_Unit => PerDispatch; Rate_Distribution => Fixed;) + applies to (port); + + Input_Time: list of IO_Time_Spec => ((Time => Dispatch; Offset => 0 ns .. 0 ns;)) + applies to (port); + + IO_Time_Spec: type record ( + Offset: Time_Range; + Time: IO_Reference_Time; + ); + + IO_Reference_Time: type enumeration (Dispatch, Start, Completion, Deadline, NoIO); + + Output_Rate: Rate_Spec => (Value_Range => 1.0 .. 1.0; Rate_Unit => PerDispatch; Rate_Distribution => Fixed;) + applies to (port); + + Output_Time: list of IO_Time_Spec => ((Time => Completion; Offset => 0 ns .. 0 ns;)) + applies to (port); + + Rate_Spec: type record ( + Value_Range: range of aadlreal; + Rate_Unit: enumeration (PerSecond, PerDispatch); + Rate_Distribution: Supported_Distributions; + ); + + Subprogram_Call_Rate: Rate_Spec => (Value_Range => 1.0 .. 1.0; Rate_Unit => PerDispatch; Rate_Distribution => Fixed;) + applies to (subprogram access); + + Transmission_Time: record ( + Fixed: Time_Range; + PerByte: Time_Range;) + applies to (bus); + + Actual_Latency: Time_Range + applies to (flow, connection, bus, processor, device, port); + + Latency: Time_Range + applies to (flow, connection, bus, processor, device, port); end Communication_Properties; \ No newline at end of file diff --git a/resources/AADLv2/deployment_properties.aadl b/resources/AADLv2/deployment_properties.aadl index 8102cff6..718d8045 100644 --- a/resources/AADLv2/deployment_properties.aadl +++ b/resources/AADLv2/deployment_properties.aadl @@ -1,258 +1,116 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Deployment_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set Deployment_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - - Device_Driver: classifier (abstract) applies to (device); - - Allowed_Processor_Binding_Class: - inherit list of classifier (processor, - virtual processor, - system) - applies to (thread, - thread group, - process, - system, - virtual processor, - device); - ---------------------------------------------------- - - Allowed_Processor_Binding: - inherit list of reference (processor, - virtual processor, - system) - applies to (thread, - thread group, - process, - system, - virtual processor, - device); - ---------------------------------------------------- - - Actual_Processor_Binding: - inherit list of reference (processor, - virtual processor) - applies to (thread, - thread group, - process, - system, - virtual processor, - device); - ---------------------------------------------------- - - Allowed_Memory_Binding_Class: - inherit list of classifier (memory, - system, - processor) - applies to (thread, - thread group, - process, - system, - device, - data, - data port, - event data port, - subprogram, - processor); - ---------------------------------------------------- - - Allowed_Memory_Binding: - inherit list of reference (memory, - system, - processor) - applies to (thread, - thread group, - process, - system, - device, - data, - data port, - event data port, - subprogram, - processor); - ---------------------------------------------------- - - Actual_Memory_Binding: - inherit list of reference (memory) - applies to (thread, - thread group, - process, - system, - processor, - device, - data, - data port, - event data port, - feature group, - subprogram); - ---------------------------------------------------- - - Allowed_Connection_Binding_Class: - inherit list of classifier(processor, - virtual processor, - bus, - virtual bus, - device, - memory) - applies to (port, - connection, - thread, - thread group, - process, - system, - virtual bus); - ---------------------------------------------------- - - Allowed_Connection_Binding: - inherit list of reference (processor, - virtual processor, - bus, - virtual bus, - device, - memory) - applies to (port, - connection, - thread group, - process, - system, - virtual bus); - ---------------------------------------------------- - - Actual_Connection_Binding: - inherit list of reference (processor, - virtual processor, - bus, - virtual bus, - device, - memory) - applies to (port, - connection, - thread group, - process, - system, - virtual bus); - ---------------------------------------------------- - - Allowed_Subprogram_Call: - list of reference (subprogram) - applies to (subprogram); - ---------------------------------------------------- - - Actual_Subprogram_Call: reference (subprogram) - applies to (subprogram); - ---------------------------------------------------- - - Allowed_Subprogram_Call_Binding: - inherit list of reference (bus, - processor, - device) - applies to (subprogram, - thread, - thread group, - process, - system); - ---------------------------------------------------- - - Actual_Subprogram_Call_Binding: - inherit list of reference (bus, - processor, - memory, - device) - applies to (subprogram); - ---------------------------------------------------- - - Provided_Virtual_Bus_Class : - inherit list of classifier (virtual bus) - applies to (bus, - virtual bus, - processor, - virtual processor, - device, - system); - ---------------------------------------------------- - - Provided_Connection_Quality_Of_Service : - inherit list of Supported_Connection_QoS - applies to (bus, - virtual bus, - processor, - virtual processor, - system); - ---------------------------------------------------- - - Required_Connection_Quality_Of_Service : - inherit list of Supported_Connection_QoS - applies to (port, - connection, - virtual bus); - ---------------------------------------------------- - - Allowed_Connection_Type: - list of enumeration (Sampled_Data_Connection, - Immediate_Data_Connection, - Delayed_Data_Connection, - Event_Data_Connection, - Event_Connection, - Data_Access_Connection, - Remote_Subprogram_Call) - applies to (bus, device); - ---------------------------------------------------- - - Allowed_Dispatch_Protocol: - list of Supported_Dispatch_Protocols - applies to (processor); - ---------------------------------------------------- - - Allowed_Period: list of Time_Range - applies to (processor, system); - ---------------------------------------------------- - - Not_Collocated: - list of reference (data, - thread, - process, - system, - connection) - applies to (data, - thread, - process, - system, - connection); - ---------------------------------------------------- - - Allowed_Physical_Access: - list of classifier ( device, - processor, - memory, - bus) - applies to (bus); - ---------------------------------------------------- - - Memory_Protocol: enumeration (read_only, - write_only, - read_write) - => read_write - applies to (memory); - ---------------------------------------------------- - - Priority_Map: list of Priority_Mapping - applies to (processor); - ---------------------------------------------------- - - Priority_Mapping: type record ( - Aadl_Priority: aadlinteger; - RTOS_Priority: aadlinteger;); - ---------------------------------------------------- - - Priority_Range: range of aadlinteger - applies to (processor); - ---------------------------------------------------- - ---------------------------------------------------- + Allowed_Processor_Binding_Class: + inherit list of classifier (processor, virtual processor, system) + applies to (thread, thread group, process, system, virtual processor, device); + + Allowed_Processor_Binding: inherit list of reference (processor, virtual processor, system) + applies to (thread, thread group, process, system, virtual processor, device); + + Actual_Processor_Binding: inherit list of reference (processor, virtual processor) + applies to (thread, thread group, process, system, virtual processor, device); + + Allowed_Memory_Binding_Class: + inherit list of classifier (memory, system, processor) + applies to (thread, thread group, process, system, device, data, data port, event data port, subprogram, subprogram group, processor); + + Allowed_Memory_Binding: inherit list of reference (memory, system, processor) + applies to (thread, thread group, process, system, device, data, data port, event data port, subprogram, subprogram group, processor); + + Actual_Memory_Binding: inherit list of reference (memory) + applies to (thread, thread group, process, system, processor, device, data, data port, event data port, subprogram, subprogram group); + + Allowed_Connection_Binding_Class: + inherit list of classifier (processor, virtual processor, bus, virtual bus, device, memory) + applies to (feature, connection, thread, thread group, process, system, virtual bus); + + Allowed_Connection_Binding: inherit list of reference (processor, virtual processor, bus, virtual bus, device, memory) + applies to (feature, connection, thread, thread group, process, system, virtual bus); + + Actual_Connection_Binding: inherit list of reference (processor, virtual processor, bus, virtual bus, device, memory) + applies to (feature, connection, thread, thread group, process, system, virtual bus); + + Allowed_Subprogram_Call: list of reference (subprogram) + applies to (subprogram access); + + Actual_Subprogram_Call: reference (subprogram) + applies to (subprogram access); + + Allowed_Subprogram_Call_Binding: + list of reference (bus, processor, device) + applies to (subprogram, thread, thread group, process, system); + + Actual_Subprogram_Call_Binding: list of reference (bus, processor, memory, device) + applies to (subprogram); + + Provided_Virtual_Bus_Class: inherit list of classifier (virtual bus) + applies to (bus, virtual bus, processor, virtual processor, device, memory, system); + + Required_Virtual_Bus_Class: inherit list of classifier (virtual bus) + applies to (virtual bus, connection, port, thread, thread group, process, system, device); + + Provided_Connection_Quality_Of_Service: inherit list of Supported_Connection_QoS + applies to (bus, virtual bus, processor, virtual processor, system, device, memory); + + Required_Connection_Quality_Of_Service: inherit list of Supported_Connection_QoS + applies to (port, connection, virtual bus, thread, thread group, process, system, device); + +-- XXX not supported by Ocarina +-- Not_Collocated: record ( Targets: list of reference (data, +-- thread, process, system, connection); Location: +-- classifier (processor, memory, bus, system);) applies +-- to (process, system); + +-- Collocated: record ( Targets: list of reference (data, thread, +-- process, system, connection); Location: classifier +-- (processor, memory, bus, system);) applies to +-- (process, system); + + Allowed_Connection_Type: list of enumeration + (Sampled_Data_Connection, Immediate_Data_Connection, + Delayed_Data_Connection, Port_Connection, + Data_Access_Connection, + Subprogram_Access_Connection) + applies to (bus, device); + + Allowed_Dispatch_Protocol: list of Supported_Dispatch_Protocols + applies to (processor, virtual processor); + + Allowed_Period: list of Time_Range + applies to (processor, system, virtual processor); + + Allowed_Physical_Access_Class: list of classifier (device, processor, memory, bus) + applies to (bus); + + Allowed_Physical_Access: list of reference (device, processor, memory, bus) + applies to (bus); + + Memory_Protocol: enumeration (execute_only, read_only, write_only, read_write) => read_write + applies to (memory); + + Runtime_Protection_Support : aadlboolean + applies to (processor, virtual processor); + + Scheduling_Protocol: inherit list of Supported_Scheduling_Protocols + applies to (virtual processor, processor); + + Preemptive_Scheduler: aadlboolean + applies to (processor); + + Thread_Limit: aadlinteger 0 .. Max_Thread_Limit + applies to (processor, virtual processor); + + Priority_Map: list of Priority_Mapping + applies to (processor); + + Priority_Mapping: type record ( + Aadl_Priority: aadlinteger; + RTOS_Priority: aadlinteger;); + + Priority_Range: range of aadlinteger + applies to (processor, virtual processor); end Deployment_Properties; diff --git a/resources/AADLv2/memory_properties.aadl b/resources/AADLv2/memory_properties.aadl index bc6aff76..e232cbae 100644 --- a/resources/AADLv2/memory_properties.aadl +++ b/resources/AADLv2/memory_properties.aadl @@ -1,97 +1,67 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Memory_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set Memory_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - Size: type aadlinteger 0 Bytes .. Max_Memory_Size - units Size_Units; - - ---------------------------------------------------- - Byte_Count: aadlinteger 0 .. Max_Word_Count applies to (memory); - - Size_Range: type range of Size; - ---------------------------------------------------- - - Access_Right : Access_Rights => read_write - applies to (Data, Bus); - ---------------------------------------------------- - - Access_Rights : type enumeration (read_only, - write_only, - read_write, - by_method); - ---------------------------------------------------- - - Allowed_Message_Size: Size_Range - applies to (bus); - ---------------------------------------------------- - - Assign_Time: Time - applies to (processor, bus); - ---------------------------------------------------- - - Assign_Byte_Time: Time - applies to (processor, bus); - ---------------------------------------------------- - - Assign_Fixed_Time: Time - applies to (processor, bus); - ---------------------------------------------------- - - Base_Address: aadlinteger 0 .. Max_Base_Address - applies to (memory, data, port); - ---------------------------------------------------- - - Bound_On_Data_Blocking_Time : inherit Time - applies to (thread, thread group); - ---------------------------------------------------- - - Device_Register_Address: aadlinteger - applies to (port, feature group); - ---------------------------------------------------- - - Read_Time: list of Time_Range - applies to (memory); - ---------------------------------------------------- - - Source_Code_Size: Size - applies to (data, thread, thread group, process, - system, subprogram, processor, device); - ---------------------------------------------------- - - Source_Data_Size: Size - applies to (data, subprogram, thread, thread group, - process, system, processor, device); - ---------------------------------------------------- - - Source_Heap_Size: Size - applies to (thread, subprogram); - ---------------------------------------------------- - - Source_Stack_Size: Size - applies to (thread, subprogram, processor, device); - ---------------------------------------------------- - - Word_Count: aadlinteger 0 .. Max_Word_Count - applies to (memory); - ---------------------------------------------------- - - Word_Size: Size => 8 bits - applies to (memory); - ---------------------------------------------------- - - Word_Space: aadlinteger 1 .. Max_Word_Space => 1 - applies to (memory); - ---------------------------------------------------- - - Write_Time: list of Time_Range - applies to (memory); - ---------------------------------------------------- - ---------------------------------------------------- -end Memory_Properties; + Size: type aadlinteger 0 Bytes .. Max_Memory_Size units Size_Units; + + Size_Range: type range of Size; + + Access_Right: Access_Rights => read_write + applies to (data, bus, data access, bus access); + + Access_Rights: type enumeration (read_only, write_only, read_write, by_method); + + Access_Time: record ( + First: IO_Time_Spec; + Last: IO_Time_Spec;) + => (First => (Time => Start; Offset => 0 ns .. 0 ns;); + Last => (Time => Completion; Offset => 0 ns .. 0 ns;);) + applies to (data access); + + Allowed_Message_Size: Size_Range + applies to (bus); + + Assign_Time: record ( + Fixed: Time_Range; + PerByte: Time_Range;) + applies to (processor); + + Base_Address: aadlinteger 0 .. Max_Base_Address + applies to (memory, data, data access, port); + + Device_Register_Address: aadlinteger + applies to (port, feature group); + + Read_Time: record ( + Fixed: Time_Range; + PerByte: Time_Range;) + applies to (memory); + + Source_Code_Size: Size + applies to (data, thread, thread group, process, system, subprogram, processor, device); + + Source_Data_Size: Size + applies to (data, subprogram, thread, thread group, process, system, processor, device); + + Source_Heap_Size: Size + applies to (thread, subprogram); + + Source_Stack_Size: Size + applies to (thread, subprogram, processor, device); + + Byte_Count: aadlinteger 0 .. Max_Byte_Count + applies to (memory); + + Word_Size: Size => 8 bits + applies to (memory); + + Word_Space: aadlinteger 1 .. Max_Word_Space => 1 + applies to (memory); + + Write_Time: record ( + Fixed: Time_Range; + PerByte: Time_Range;) + applies to (memory); +end Memory_Properties; \ No newline at end of file diff --git a/resources/AADLv2/modeling_properties.aadl b/resources/AADLv2/modeling_properties.aadl new file mode 100644 index 00000000..b2d5fc83 --- /dev/null +++ b/resources/AADLv2/modeling_properties.aadl @@ -0,0 +1,21 @@ +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets + +property set Modeling_Properties is + Acceptable_Array_Size: list of Size_Range + applies to (subcomponent, feature); + + Classifier_Matching_Rule: inherit enumeration (Classifier_Match, Equivalence, Subset, Conversion, Complement) + applies to (connection, component implementation); + + Classifier_Substitution_Rule: inherit enumeration (Classifier_Match, Type_Extension, Signature_Match) + applies to (classifier, subcomponent); + + Implemented_As: classifier (system implementation) + applies to (memory, bus, virtual bus, device, virtual processor, processor, system); + + Prototype_Substitution_Rule: inherit enumeration (Classifier_Match, Type_Extension, Signature_Match) + applies to (prototype, classifier); +end Modeling_Properties; \ No newline at end of file diff --git a/resources/AADLv2/programming_properties.aadl b/resources/AADLv2/programming_properties.aadl index 89d71e19..b5587581 100644 --- a/resources/AADLv2/programming_properties.aadl +++ b/resources/AADLv2/programming_properties.aadl @@ -1,220 +1,89 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Programming_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets -Property set Programming_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - Activate_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, device); - ---------------------------------------------------- - - Activate_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, device); - ---------------------------------------------------- - - Activate_Entrypoint_Source_Text: aadlstring - applies to (thread, device); - ---------------------------------------------------- - - Compute_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, - device, - subprogram, - event port, - event data port); - ---------------------------------------------------- - - Compute_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, - device, - subprogram, - event port, - event data port); - ---------------------------------------------------- - - Compute_Entrypoint_Source_Text: aadlstring - applies to (thread, - device, - subprogram, - event port, - event data port); - ---------------------------------------------------- - - Deactivate_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, device); - ---------------------------------------------------- - - Deactivate_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, device); - ---------------------------------------------------- - - Deactivate_Entrypoint_Source_Text: aadlstring - applies to (thread); - ---------------------------------------------------- - - Finalize_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, device); - ---------------------------------------------------- - - Finalize_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, device); - ---------------------------------------------------- - - Finalize_Entrypoint_Source_Text: aadlstring - applies to (thread); - ---------------------------------------------------- - - Initialize_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, device); - ---------------------------------------------------- - - Initialize_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, device); - ---------------------------------------------------- - - Initialize_Entrypoint_Source_Text: aadlstring - applies to (thread, device); - ---------------------------------------------------- - - Recover_Entrypoint: - classifier ( Subprogram Classifier ) - applies to (thread, device); - ---------------------------------------------------- - - Recover_Entrypoint_Call_Sequence: - reference ( Subprogram Call Sequence ) - applies to (thread, device); - ---------------------------------------------------- - - Recover_Entrypoint_Source_Text: aadlstring - applies to (thread); - ---------------------------------------------------- - - Source_Language: inherit Supported_Source_Languages - applies to (subprogram, - data, - thread, - thread group, - process, - system, - bus, - virtual bus, - device, - processor); - ---------------------------------------------------- - - Source_Name: aadlstring - applies to (data, - port, - virtual bus, - subprogram, - parameter); - ---------------------------------------------------- - - Source_Text: inherit list of aadlstring - applies to (data, - port, - virtual bus, - subprogram, - thread, - thread group, - process, - system, - memory, - bus, - device, - processor, - parameter, - feature group, - package); - ---------------------------------------------------- - - Supported_Source_Language: - list of Supported_Source_Languages - applies to (processor, system); - ---------------------------------------------------- - - Type_Source_Name: aadlstring - applies to (data, - port, - device, - subprogram); - ---------------------------------------------------- - - Hardware_Description_Source_Text: - inherit list of aadlstring - applies to (memory, - bus, - device, - processor, - system); - ---------------------------------------------------- - - Hardware_Source_Language: - Supported_Hardware_Source_Languages - applies to (memory, - bus, - device, - processor, - system); - ---------------------------------------------------- - - Classifier_Matching_Rule: - inherit enumeration (Classifier_Match, - Equivalence, - Subset, - Conversion, - Complement) - applies to (connection, - component implementation); - ---------------------------------------------------- - - Classifier_Refinement_Rule: - inherit enumeration (Classifier_Match, - Type_Extension) - applies to (classifier, subcomponent); - ---------------------------------------------------- - - Prototype_Matching_Rule: - inherit enumeration (Classifier_Match, - Type_Extension, - Signature_Match) - applies to (prototype, - classifier); - ---------------------------------------------------- - - Required_Connection : aadlboolean => true - applies to (port); - ---------------------------------------------------- - - Implemented_As: - classifier ( abstract implementation ) - applies to (memory, - bus, - virtual bus, - device, - virtual processor, - processor, - system); - -- Note: this property has been changed from system implementation - -- to allow for more modeling patterns to specify implementation of - -- components. - - ---------------------------------------------------- - ---------------------------------------------------- -end Programming_Properties; +property set Programming_Properties is + Activate_Entrypoint: classifier (subprogram classifier) + applies to (thread, device); + + Activate_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device); + + Activate_Entrypoint_Source_Text: aadlstring + applies to (thread, device); + + Compute_Entrypoint: classifier (subprogram classifier) + applies to (thread, device, subprogram access, event port, event data port); + + Compute_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device, subprogram access, event port, event data port); + + Compute_Entrypoint_Source_Text: aadlstring + applies to (thread, device, subprogram access, event port, event data port); + + Deactivate_Entrypoint: classifier (subprogram classifier) + applies to (thread, device); + + Deactivate_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device); + + Deactivate_Entrypoint_Source_Text: aadlstring + applies to (thread); + + Finalize_Entrypoint: classifier (subprogram classifier) + applies to (thread, device); + + Finalize_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device); + + Finalize_Entrypoint_Source_Text: aadlstring + applies to (thread, device); + + Initialize_Entrypoint: classifier (subprogram classifier) + applies to (thread, device); + + Initialize_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device); + + Initialize_Entrypoint_Source_Text: aadlstring + applies to (thread, device); + + Recover_Entrypoint: classifier (subprogram classifier) + applies to (thread, device); + + Recover_Entrypoint_Call_Sequence: reference (subprogram call sequence) + applies to (thread, device); + + Recover_Entrypoint_Source_Text: aadlstring + applies to (thread, device); + + Source_Language: inherit list of Supported_Source_Languages + applies to (subprogram, data, thread, thread group, process, system, bus, device, + processor, virtual processor, virtual bus); + + Source_Name: aadlstring + applies to (data, port, subprogram, parameter, virtual bus, virtual processor); + + Source_Text: inherit list of aadlstring applies to (data, + port, subprogram, thread, thread group, process, + system, virtual bus, virtual processor, memory, bus, + device, processor, parameter, feature group); +-- XXX not supported by Ocarina +--, aadl package); + + Supported_Source_Language: list of Supported_Source_Languages + applies to (processor, virtual processor, system); + + Type_Source_Name: aadlstring + applies to (data, port, subprogram); + + Hardware_Description_Source_Text: inherit list of aadlstring + applies to (memory, bus, device, processor, system); + + Hardware_Source_Language: Supported_Hardware_Source_Languages + applies to (memory, bus, device, processor, system); + + Device_Driver: classifier (abstract implementation) + applies to (device); +end Programming_Properties; \ No newline at end of file diff --git a/resources/AADLv2/thread_properties.aadl b/resources/AADLv2/thread_properties.aadl index 959b7fdc..b728eb60 100644 --- a/resources/AADLv2/thread_properties.aadl +++ b/resources/AADLv2/thread_properties.aadl @@ -1,126 +1,65 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Thread_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set Thread_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - - Activation_Mode: enumeration ( restart, resume ) - applies to (Thread); - ---------------------------------------------------- - - Active_Thread_Handling_Protocol: - inherit Supported_Active_Thread_Handling_Protocols - => abort - applies to (Thread, - Thread Group, - Process, - System); - ---------------------------------------------------- - - Active_Thread_Queue_Handling_Protocol: - inherit enumeration (flush, hold) - => flush - applies to (Thread, - Thread Group, - Process, - System); - ---------------------------------------------------- - - Concurrency_Control_Protocol: - Supported_Concurrency_Control_Protocols - applies to (data); - ---------------------------------------------------- - - Criticality: aadlinteger - applies to (thread, thread group); - ---------------------------------------------------- - - Dequeue_Protocol: enumeration ( OneItem, - MultipleItems, - AllItems ) - => OneItem - applies to (event port, event data port); - ---------------------------------------------------- - - Dequeued_Items: aadlinteger - applies to (event port, event data port); - ---------------------------------------------------- - - Device_Dispatch_Protocol: - Supported_Dispatch_Protocols => Aperiodic - applies to (device); - ---------------------------------------------------- - - Dispatch_Protocol: Supported_Dispatch_Protocols - applies to (thread); - - Dispatch_Trigger: list of reference (port) - applies to (device, thread); - -- The Dispatch_Trigger property specifies the list of ports that can - -- trigger the dispatch of a thread or device. - - ---------------------------------------------------- - - POSIX_Scheduling_Policy : enumeration (SCHED_FIFO, - SCHED_RR, - SCHED_OTHERS) - applies to (thread, thread group); - ---------------------------------------------------- - - Preemptive_Scheduler : aadlboolean - applies to (processor); - ---------------------------------------------------- - - Priority: inherit aadlinteger - applies to (thread, - thread group, - process, - system, - device, - data); - ---------------------------------------------------- - - Runtime_Protection : inherit aadlboolean - applies to (process, system); - ---------------------------------------------------- - - Scheduling_Protocol: - inherit list of Supported_Scheduling_Protocols - applies to (virtual processor, processor); - ---------------------------------------------------- - - Subprogram_Call_Type: enumeration (Synchronous, - SemiSynchronous) - applies to (subprogram); - ---------------------------------------------------- - - Synchronized_Component: inherit aadlboolean - => true - applies to (thread, - thread group, - process, - system); - ---------------------------------------------------- - - Thread_Limit: aadlinteger 0 .. Max_Thread_Limit - applies to (processor); - ---------------------------------------------------- - - Time_Slot: list of aadlinteger - applies to (thread, - thread group, - process, - system); - ---------------------------------------------------- - - Urgency: aadlinteger 0 .. Max_Urgency - applies to (port, subprogram); - ---------------------------------------------------- - ---------------------------------------------------- + Dispatch_Protocol: Supported_Dispatch_Protocols + applies to (thread, device, virtual processor); + + Dispatch_Trigger: list of reference (port) + applies to (device, thread); + + Dispatch_Able: aadlboolean applies to (thread); + + POSIX_Scheduling_Policy: enumeration (SCHED_FIFO, SCHED_RR, SCHED_OTHERS) + applies to (thread, thread group); + + Priority: inherit aadlinteger + applies to (thread, thread group, process, system, device); + + Criticality: aadlinteger + applies to (thread, thread group); + + Time_Slot: list of aadlinteger + applies to (thread, thread group, process, virtual processor, system); + + Concurrency_Control_Protocol: Supported_Concurrency_Control_Protocols + applies to (data); + + Urgency: aadlinteger 0 .. Max_Urgency + applies to (port, subprogram); + + Dequeue_Protocol: enumeration (OneItem, MultipleItems, AllItems) => OneItem + applies to (event port, event data port); + + Dequeued_Items: aadlinteger + applies to (event port, event data port); + + Mode_Transition_Response: enumeration (emergency, planned) + applies to (mode transition); + + Resumption_Policy: enumeration (restart, resume) + applies to (thread, thread group, process, system, device, processor, memory, bus, system, virtual bus, virtual processor, subprogram); + + Active_Thread_Handling_Protocol: + inherit Supported_Active_Thread_Handling_Protocols => abort + applies to (thread, thread group, process, system); + + Active_Thread_Queue_Handling_Protocol: + inherit enumeration (flush, hold) => flush + applies to (thread, thread group, process, system); + + Deactivation_Policy: enumeration (inactive, unload) => inactive + applies to (thread, process, virtual processor, processor); + + Runtime_Protection: inherit aadlboolean + applies to (process, system, virtual processor); + + Subprogram_Call_Type: enumeration (Synchronous, SemiSynchronous) + => Synchronous + applies to (subprogram); + + Synchronized_Component: inherit aadlboolean => true + applies to (thread, thread group, process, system); end Thread_Properties; diff --git a/resources/AADLv2/timing_properties.aadl b/resources/AADLv2/timing_properties.aadl index 75764dfb..20182d8f 100644 --- a/resources/AADLv2/timing_properties.aadl +++ b/resources/AADLv2/timing_properties.aadl @@ -1,173 +1,109 @@ ---****************************************************** --- AADL Standard AADL_V2.0 --- Appendix A (normative) --- Predeclared Property Sets --- Timing_Properties --- 07Juin08 ---****************************************************** +--AADL2 +--SAE Aerospace Standard AS5506A +--Proposed Draft (2008-11-08) +--Appendix A: Predeclared Property Sets property set Timing_Properties is - ---------------------------------------------------- - ---------------------------------------------------- - - Time: type aadlinteger 0 ps .. Max_Time units Time_Units; - ---------------------------------------------------- - - Time_Range: type range of Time; - ---------------------------------------------------- - - Activate_Deadline: Time - applies to (Thread); - ---------------------------------------------------- - - Activate_Execution_Time: Time_Range - applies to (thread); - ---------------------------------------------------- - - Compute_Deadline: Time - applies to (thread, - device, - subprogram, - event port, - event data port); - ---------------------------------------------------- - - Compute_Execution_Time: Time_Range - applies to (thread, - device, - subprogram, - event port, - event data port); - ---------------------------------------------------- - - Client_Subprogram_Execution_Time: Time_Range - applies to (subprogram); - ---------------------------------------------------- - - Deactivate_Deadline: Time - applies to (thread); - ---------------------------------------------------- - - Deactivate_Execution_Time: Time_Range - applies to (thread); - ---------------------------------------------------- - - Deadline: inherit Time => Period - applies to (thread, - thread group, - process, - system, - device); - ---------------------------------------------------- - - Dispatch_Absolute_Time : inherit Time - applies to (thread, thread group); - ---------------------------------------------------- - - Dispatch_Jitter: inherit Time - applies to (thread, thread group); - ---------------------------------------------------- - - Dispatch_Offset: Time - applies to (thread); - ---------------------------------------------------- - - Finalize_Deadline: Time - applies to (thread); - ---------------------------------------------------- - - Finalize_Execution_Time: Time_Range - applies to (thread); - ---------------------------------------------------- - - Initialize_Deadline: Time - applies to (thread); - ---------------------------------------------------- - - Initialize_Execution_Time: Time_Range - applies to (thread); - ---------------------------------------------------- - - Load_Deadline: Time - applies to (process, system); - ---------------------------------------------------- - - Load_Time: Time_Range - applies to (process, system); - ---------------------------------------------------- - - Period: inherit Time - applies to (thread, - thread group, - process, - system, - device); - ---------------------------------------------------- - - Recover_Deadline: Time - applies to (thread); - ---------------------------------------------------- - - Recover_Execution_Time: Time_Range - applies to (thread); - ---------------------------------------------------- - - Startup_Deadline: Time - applies to (processor, - virtual processor, - process, - system); - ---------------------------------------------------- - - Startup_Execution_Time: inherit Time - applies to (virtual processor, process); - ---------------------------------------------------- - - Subprogram_Execution_Time: Time_Range - applies to (subprogram); - ---------------------------------------------------- - - Clock_Jitter: Time - applies to (processor, system); - ---------------------------------------------------- - - Clock_Period: Time - applies to (processor, system); - ---------------------------------------------------- - - Clock_Period_Range: Time_Range - applies to (processor, system); - ---------------------------------------------------- - - Process_Swap_Execution_Time: Time_Range - applies to (processor); - ---------------------------------------------------- - - Reference_Processor: classifier ( processor ) - applies to (subprogram, - subprogram group, - thread, - thread group, - process, - device, - system); - ---------------------------------------------------- - - Scaling_Factor : inherit aadlreal - applies to (processor, system); - ---------------------------------------------------- - - Scheduler_Quantum : inherit Time - applies to (processor); - ---------------------------------------------------- - - Thread_Swap_Execution_Time: Time_Range - applies to (processor, system); - ---------------------------------------------------- - - Timing: enumeration (sampled, immediate, delayed) - => sampled - applies to (port); - ---------------------------------------------------- - ---------------------------------------------------- + Time: type aadlinteger 0 ps .. Max_Time units Time_Units; + + Time_Range: type range of Time; + + Activate_Deadline: Time + applies to (thread); + + Activate_Execution_Time: Time_Range + applies to (thread); + + Compute_Deadline: Time + applies to (thread, device, subprogram, subprogram access, event port, event data port); + + Compute_Execution_Time: Time_Range + applies to (thread, device, subprogram, event port, event data port); + + Client_Subprogram_Execution_Time: Time_Range + applies to (subprogram); + + Deactivate_Dealing: Time + applies to (thread); + + Deactivate_Execution_Time: Time_Range + applies to (thread); + + Deadline: inherit Time => Period + applies to (thread, thread group, process, system, device, virtual processor); + + First_Dispatch_Time: inherit Time + applies to (thread, thread group); + + Dispatch_Jitter: inherit Time + applies to (thread, thread group); + + Dispatch_Offset: inherit Time + applies to (thread); + + Execution_Time: Time + applies to (virtual processor); + + Finalize_Deadline: Time + applies to (thread); + + Finalize_Execution_Time: Time_Range + applies to (thread); + + Initialize_Deadline: Time + applies to (thread); + + Initialize_Execution_Time: Time_Range + applies to (thread); + + Load_Deadline: Time + applies to (process, system); + + Load_Time: Time_Range + applies to (process, system); + + Period: inherit Time + applies to (thread, thread group, process, system, device, virtual processor); + + Recover_Deadline: Time + applies to (thread); + + Recover_Execution_Time: Time_Range + applies to (thread); + + Startup_Deadline: Time + applies to (processor, virtual processor, process, system); + + Startup_Execution_Time: Time_Range + applies to (virtual processor, processor, process, system); + + Clock_Jitter: Time + applies to (processor, system); + + Clock_Period: Time + applies to (processor, system); + + Clock_Period_Range: Time_Range + applies to (processor, system); + + Process_Swap_Execution_Time: Time_Range + applies to (processor); + + Reference_Processor: inherit classifier (processor) + applies to (subprogram, subprogram group, thread, thread group, process, device, system); + + Scaling_Factor: inherit aadlreal + applies to (processor, system); + + Scheduler_Quantum: inherit Time + applies to (processor); + + Thread_Swap_Execution_Time: Time_Range + applies to (processor, system); + + Frame_Period: Time + applies to (processor, virtual processor); + + Slot_Time: Time + applies to (processor, virtual processor); end Timing_Properties; \ No newline at end of file diff --git a/resources/Makefile.am b/resources/Makefile.am index d26ffe63..55f8174f 100644 --- a/resources/Makefile.am +++ b/resources/Makefile.am @@ -21,6 +21,7 @@ AADL_V2_PROPERTIES = $(srcdir)/AADLv2/aadl_project.aadl \ $(srcdir)/AADLv2/thread_properties.aadl \ $(srcdir)/AADLv2/communication_properties.aadl \ $(srcdir)/AADLv2/memory_properties.aadl \ + $(srcdir)/AADLv2/modeling_properties.aadl \ $(srcdir)/AADLv2/timing_properties.aadl \ $(srcdir)/AADLv2/pok_properties.aadl \ $(srcdir)/AADLv2/programming_properties.aadl \ diff --git a/src/backends/ocarina-backends-po_hi_ada-activity.adb b/src/backends/ocarina-backends-po_hi_ada-activity.adb index 8bf6d7a1..09563ac7 100644 --- a/src/backends/ocarina-backends-po_hi_ada-activity.adb +++ b/src/backends/ocarina-backends-po_hi_ada-activity.adb @@ -946,7 +946,7 @@ package body Ocarina.Backends.PO_HI_Ada.Activity is if Scheduling_Protocol = Unknown_Scheduler then Display_Located_Error - (Loc (Parent_Subcomponent (E)), + (Loc (Get_Bound_Processor (E)), "Undefined scheduling protocol, " & "will use FIFO_WITHIN_PRIORITIES", Fatal => False, diff --git a/src/backends/ocarina-backends-properties.adb b/src/backends/ocarina-backends-properties.adb index eea64d8c..7a76f1ee 100644 --- a/src/backends/ocarina-backends-properties.adb +++ b/src/backends/ocarina-backends-properties.adb @@ -1,3 +1,4 @@ +with Ada.Text_IO; use Ada.Text_IO; ------------------------------------------------------------------------------ -- -- -- OCARINA COMPONENTS -- @@ -45,7 +46,7 @@ with Ocarina.ME_AADL.AADL_Tree.Entities.Properties; with Ocarina.ME_AADL.AADL_Tree.Entities; with Ocarina.AADL_Values; with Ocarina.Instances.Queries; -with Ocarina.Analyzer.AADL.Queries; +-- with Ocarina.Analyzer.AADL.Queries; with Ocarina.Backends.Utils; with Ocarina.Backends.Messages; @@ -1340,77 +1341,96 @@ package body Ocarina.Backends.Properties is is Source_L : Name_Id; begin - if Is_Defined_Enumeration_Property (E, Source_Language) then + if AADL_Version = AADL_V1 + and then Is_Defined_Enumeration_Property (E, Source_Language) + then Source_L := Get_Enumeration_Property (E, Source_Language); - if Source_L = Language_Ada_95_Name - or else Source_L = Language_Ada_Name - or else Source_L = Language_Ada_05_Name - then - -- All instances of Ada are aliased to Ada_95 - return Language_Ada_95; + elsif AADL_Version = AADL_V2 + and then Is_Defined_List_Property (E, Source_Language) + then + declare + Source_Language_List : constant List_Id + := Get_List_Property (E, Source_Language); + begin + if ATNU.Length (Source_Language_List) > 1 then + Display_Located_Error + (AIN.Loc (E), + "Cannot use more than one language", + Fatal => True); + end if; + Source_L := ATN.Name + (ATN.Identifier (ATN.First_Node (Source_Language_List))); + end; + else + return Language_None; + end if; - elsif Source_L = Language_ASN1_Name then - return Language_ASN1; + if Source_L = Language_Ada_95_Name + or else Source_L = Language_Ada_Name + or else Source_L = Language_Ada_05_Name + then + -- All instances of Ada are aliased to Ada_95 + return Language_Ada_95; - elsif Source_L = Language_Device_Name then - return Language_Device; + elsif Source_L = Language_ASN1_Name then + return Language_ASN1; - elsif Source_L = Language_Lustre_Name - or else Source_L = Language_Lustre5_Name - or else Source_L = Language_Lustre6_Name - or else Source_L = Language_SCADE6_Name - then - return Language_Lustre; + elsif Source_L = Language_Device_Name then + return Language_Device; - elsif Source_L = Language_Esterel_Name then - return Language_Esterel; + elsif Source_L = Language_Lustre_Name + or else Source_L = Language_Lustre5_Name + or else Source_L = Language_Lustre6_Name + or else Source_L = Language_SCADE6_Name + then + return Language_Lustre; - elsif Source_L = Language_SDL_Name - or else Source_L = Language_SDL_ObjectGeode_Name - then - return Language_SDL; + elsif Source_L = Language_Esterel_Name then + return Language_Esterel; - elsif Source_L = Language_RTDS_Name - or else Source_L = Language_SDL_RTDS_Name - then - return Language_SDL_RTDS; + elsif Source_L = Language_SDL_Name + or else Source_L = Language_SDL_ObjectGeode_Name + then + return Language_SDL; - elsif Source_L = Language_C_Name then - return Language_C; + elsif Source_L = Language_RTDS_Name + or else Source_L = Language_SDL_RTDS_Name + then + return Language_SDL_RTDS; - elsif Source_L = Language_RTSJ_Name then - return Language_RTSJ; + elsif Source_L = Language_C_Name then + return Language_C; - elsif Source_L = Language_Simulink_Name then - return Language_Simulink; + elsif Source_L = Language_RTSJ_Name then + return Language_RTSJ; - elsif Source_L = Language_Scade_Name then - return Language_Scade; + elsif Source_L = Language_Simulink_Name then + return Language_Simulink; - elsif Source_L = Language_Rhapsody_Name then - return Language_Rhapsody; + elsif Source_L = Language_Scade_Name then + return Language_Scade; - elsif Source_L = Language_System_C_Name then - return Language_System_C; + elsif Source_L = Language_Rhapsody_Name then + return Language_Rhapsody; - elsif Source_L = Language_VHDL_Name then - return Language_VHDL; + elsif Source_L = Language_System_C_Name then + return Language_System_C; - elsif Source_L = Language_GUI_Name then - return Language_GUI; + elsif Source_L = Language_VHDL_Name then + return Language_VHDL; - elsif Source_L = Language_LUA_Name then - return Language_LUA; + elsif Source_L = Language_GUI_Name then + return Language_GUI; + + elsif Source_L = Language_LUA_Name then + return Language_LUA; - else - Display_Located_Error - (AIN.Loc (E), - "Unknown source language", - Fatal => True); - return Language_None; - end if; else + Display_Located_Error + (AIN.Loc (E), + "Unknown source language", + Fatal => True); return Language_None; end if; end Get_Source_Language; @@ -2479,9 +2499,8 @@ package body Ocarina.Backends.Properties is ------------------------- function Get_Bound_Processor (P : Node_Id) return Node_Id is - begin pragma Assert (Is_Process_Or_Device (P)); - + begin if not Is_Defined_Reference_Property (P, Processor_Binding) and then Is_Process (P) then @@ -2919,35 +2938,29 @@ package body Ocarina.Backends.Properties is (P : Node_Id) return Supported_Scheduling_Protocol is + pragma Assert (AINU.Is_Processor (P)); use Ocarina.AADL_Values; Scheduling_L : List_Id; Scheduling_N : Name_Id; begin - if Is_Defined_Enumeration_Property (P, Scheduling_Protocol) then - -- XXX How can the code below work ? - -- It seems this work only for AADLv1 models - + Put_Line (AIN.Kind (P)'Img); + if AADL_Version = AADL_V1 + and then Is_Defined_Enumeration_Property (P, Scheduling_Protocol) + then Scheduling_L := Get_List_Property (P, Scheduling_Protocol); Scheduling_N := Value (Value (ATN.First_Node (Scheduling_L))).EVal; - elsif Is_Defined_List_Property (P, Scheduling_Protocol) then - -- XXX This works for AADLv2 models, but in a ugly fashion: - -- we venture through the _declarative_ tree to find - -- relevant information. This is BAD BAD BAD - Scheduling_L := Ocarina.Analyzer.AADL.Queries.Get_List_Property - (Corresponding_Declaration (P), Scheduling_Protocol); - - if Present (Node_Id (Scheduling_L)) then + elsif AADL_Version = AADL_V2 + and then Is_Defined_List_Property (P, Scheduling_Protocol) + then + Scheduling_L := Get_List_Property (P, Scheduling_Protocol); + if ATNU.Length (Scheduling_L) = 1 then Scheduling_N := - To_Lower (ATN.Display_Name + To_Lower (ATN.Name (ATN.Identifier (ATN.First_Node (Scheduling_L)))); else - return Unknown_Scheduler; - -- XXX The property can be defined, but the returned - -- value may be empty because of a subtle bug: - -- Get_List_Property does not traverse the whole - -- inheritance tree ... + raise Program_Error; end if; else diff --git a/src/core/instance/ocarina-instances-queries.adb b/src/core/instance/ocarina-instances-queries.adb index 2a053719..a64737ca 100644 --- a/src/core/instance/ocarina-instances-queries.adb +++ b/src/core/instance/ocarina-instances-queries.adb @@ -455,6 +455,14 @@ package body Ocarina.Instances.Queries is return No_List; end if; + if No (ATN.First_Node + (Expanded_Multi_Value + (AIN.Property_Association_Value (Property)))) + then + return Multi_Value + (AIN.Property_Association_Value (Property)); + end if; + return Expanded_Multi_Value (AIN.Property_Association_Value (Property)); end Get_List_Property; diff --git a/src/core/tree/ocarina-property_sets.adb b/src/core/tree/ocarina-property_sets.adb index 3ea9ff31..f39463eb 100644 --- a/src/core/tree/ocarina-property_sets.adb +++ b/src/core/tree/ocarina-property_sets.adb @@ -48,6 +48,7 @@ package body Ocarina.Property_Sets is S_Thread_Properties, S_Communication_Properties, S_Memory_Properties, + S_Modeling_Properties, S_Timing_Properties, S_Programming_Properties); diff --git a/src/core/tree/ocarina-property_sets.ads b/src/core/tree/ocarina-property_sets.ads index 77bab140..751680c2 100644 --- a/src/core/tree/ocarina-property_sets.ads +++ b/src/core/tree/ocarina-property_sets.ads @@ -43,6 +43,7 @@ package Ocarina.Property_Sets is S_Thread_Properties, S_Communication_Properties, S_Memory_Properties, + S_Modeling_Properties, S_Timing_Properties, S_Programming_Properties); -- The standard property sets diff --git a/tests/real-annexes-execution-environment/test_real_exec_env_01.aadl.out b/tests/real-annexes-execution-environment/test_real_exec_env_01.aadl.out index a91ca841..865e589c 100644 --- a/tests/real-annexes-execution-environment/test_real_exec_env_01.aadl.out +++ b/tests/real-annexes-execution-environment/test_real_exec_env_01.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_env_01.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_env_01.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_env_01.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_env_01.aadl:16:03: Warning: The value of source_language has been converted into a list. lib.real:12:17: warning: Unable to determine actualy returned type. lib.real:19:24: warning: Unable to determine actualy returned type. lib.real:33:03: warning: Returned integer value will be cast to a float at runtime diff --git a/tests/real-annexes-execution/test_real_exec_01.aadl.out b/tests/real-annexes-execution/test_real_exec_01.aadl.out index 89f6699d..a674a8d8 100644 --- a/tests/real-annexes-execution/test_real_exec_01.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_01.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_01.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_01.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_01.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_01.aadl:16:03: Warning: The value of source_language has been converted into a list. integer_and_binaries_operators execution ------------------------------------- Evaluating theorem integer_and_binaries_operators diff --git a/tests/real-annexes-execution/test_real_exec_02.aadl b/tests/real-annexes-execution/test_real_exec_02.aadl index bd88efbf..f2f61f30 100644 --- a/tests/real-annexes-execution/test_real_exec_02.aadl +++ b/tests/real-annexes-execution/test_real_exec_02.aadl @@ -20,7 +20,7 @@ subprogram Hello_Spg_1 features msg_out : out parameter message; properties - source_language => Ada95; + source_language => (Ada95); source_name => "Hello.Hello_Spg_1"; end Hello_Spg_1; @@ -28,7 +28,7 @@ subprogram Hello_Spg_2 features msg_in : in parameter message; properties - source_language => Ada95; + source_language => (Ada95); source_name => "Hello.Hello_Spg_2"; end Hello_Spg_2; @@ -116,7 +116,7 @@ processor cpurm end cpurm; processor implementation cpurm.impl -properties +properties Scheduling_Protocol => (Posix_1003_Highest_Priority_First_Protocol); end cpurm.impl; @@ -146,7 +146,7 @@ theorem set_declaration_is_bound_to foreach e in Processor_Set do Proc_Set(e) := {x in Process_Set | Is_Bound_To (x, e)}; - + check (Cardinal (Proc_Set) = 1); end set_declaration_is_bound_to; @@ -248,7 +248,7 @@ theorem set_declaration_is_passing_through foreach t in Thread_Set do - accessor_flows := {f in End_To_End_Flows_Set | + accessor_flows := {f in End_To_End_Flows_Set | Is_Passing_Through (f, t)}; check (Cardinal (accessor_flows) = 1); @@ -277,9 +277,9 @@ theorem set_declaration_Compare_Property_Value foreach e in Processor_Set do - Pure_Subprograms := {p in Subprogram_Set | - property_exists (p, "Source_Language") and - (get_property_value (p, "Source_Language") = "Ada95")}; + Pure_Subprograms := {p in Subprogram_Set | + property_exists (p, "Source_Language") and + (head (get_property_value (p, "Source_Language")) = "Ada95")}; check (Cardinal (Pure_Subprograms) = 2); @@ -307,10 +307,10 @@ theorem set_declaration_and_operator foreach e in Process_Set do Protected_Data := {x in Data_Set | Property_Exists - (x, "Concurrency_Control_Protocol") - and + (x, "Concurrency_Control_Protocol") + and (Get_Property_Value - (x, "Concurrency_Control_Protocol") + (x, "Concurrency_Control_Protocol") = "Protected_Access")}; check (Cardinal (Protected_Data) = 1); @@ -322,7 +322,7 @@ theorem set_declaration_or_operator foreach e in Process_Set do - a_set := {x in Thread_Set | Is_Subcomponent_Of (x, e) or + a_set := {x in Thread_Set | Is_Subcomponent_Of (x, e) or Is_Accessed_By (x, e)}; check (Cardinal (a_set) = 4); @@ -347,7 +347,7 @@ end node_a.impl; -- System -- ------------ -system rma +system rma end rma; system implementation rma.ERC32 diff --git a/tests/real-annexes-execution/test_real_exec_02.aadl.out b/tests/real-annexes-execution/test_real_exec_02.aadl.out index f9f87ee4..4904ce32 100644 --- a/tests/real-annexes-execution/test_real_exec_02.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_02.aadl.out @@ -151,22 +151,22 @@ Evaluating theorem set_declaration_is_passing_through * Iterate for variable: rma.erc32_node_a_task_1 Content of set accessor_flows (test_real_exec_02.aadl:251:21) is -anonymous end to end flow :3450 end to end flow spec +anonymous end to end flow :3612 end to end flow spec => Result: TRUE * Iterate for variable: rma.erc32_node_a_task_2 Content of set accessor_flows (test_real_exec_02.aadl:251:21) is -anonymous end to end flow :3450 end to end flow spec +anonymous end to end flow :3612 end to end flow spec => Result: TRUE * Iterate for variable: rma.erc32_node_a_task_12 Content of set accessor_flows (test_real_exec_02.aadl:251:21) is -anonymous end to end flow :3451 end to end flow spec +anonymous end to end flow :3613 end to end flow spec => Result: TRUE * Iterate for variable: rma.erc32_node_a_task_22 Content of set accessor_flows (test_real_exec_02.aadl:251:21) is -anonymous end to end flow :3451 end to end flow spec +anonymous end to end flow :3613 end to end flow spec => Result: TRUE theorem set_declaration_is_passing_through is: TRUE diff --git a/tests/real-annexes-execution/test_real_exec_03.aadl.out b/tests/real-annexes-execution/test_real_exec_03.aadl.out index 681bf30f..7bf5ad55 100644 --- a/tests/real-annexes-execution/test_real_exec_03.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_03.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_03.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_03.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_03.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_03.aadl:16:03: Warning: The value of source_language has been converted into a list. type_issues_1 execution ------------------------------------- Evaluating theorem type_issues_1 diff --git a/tests/real-annexes-execution/test_real_exec_04.aadl.out b/tests/real-annexes-execution/test_real_exec_04.aadl.out index 62be6eee..5bbb0fce 100644 --- a/tests/real-annexes-execution/test_real_exec_04.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_04.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_04.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_04.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_04.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_04.aadl:16:03: Warning: The value of source_language has been converted into a list. check_expression_max execution ------------------------------------- Evaluating theorem check_expression_max diff --git a/tests/real-annexes-execution/test_real_exec_05.aadl.out b/tests/real-annexes-execution/test_real_exec_05.aadl.out index 8bcf5990..30cb870d 100644 --- a/tests/real-annexes-execution/test_real_exec_05.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_05.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_05.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_05.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_05.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_05.aadl:16:03: Warning: The value of source_language has been converted into a list. variables_basis execution ------------------------------------- Evaluating theorem variables_basis diff --git a/tests/real-annexes-execution/test_real_exec_06.aadl.out b/tests/real-annexes-execution/test_real_exec_06.aadl.out index 330257bf..da047912 100644 --- a/tests/real-annexes-execution/test_real_exec_06.aadl.out +++ b/tests/real-annexes-execution/test_real_exec_06.aadl.out @@ -1,3 +1,7 @@ +test_real_exec_06.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_06.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_exec_06.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_exec_06.aadl:16:03: Warning: The value of source_language has been converted into a list. test_reference_property execution ------------------------------------- Evaluating theorem test_reference_property diff --git a/tests/real-annexes-parsing-environment/test_real_parse_env_01.aadl.out b/tests/real-annexes-parsing-environment/test_real_parse_env_01.aadl.out index 28c47679..59582e94 100644 --- a/tests/real-annexes-parsing-environment/test_real_parse_env_01.aadl.out +++ b/tests/real-annexes-parsing-environment/test_real_parse_env_01.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_env_01.aadl:10:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_env_01.aadl:10:03: Warning: The value of source_language has been converted into a list. +test_real_parse_env_01.aadl:16:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_env_01.aadl:16:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real-annexes-parsing/test_real_parse_01.aadl.out b/tests/real-annexes-parsing/test_real_parse_01.aadl.out index 35e48618..821bcbfb 100644 --- a/tests/real-annexes-parsing/test_real_parse_01.aadl.out +++ b/tests/real-annexes-parsing/test_real_parse_01.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_01.aadl:11:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_01.aadl:11:03: Warning: The value of source_language has been converted into a list. +test_real_parse_01.aadl:17:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_01.aadl:17:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real-annexes-parsing/test_real_parse_02.aadl.out b/tests/real-annexes-parsing/test_real_parse_02.aadl.out index bbc1f051..38456de1 100644 --- a/tests/real-annexes-parsing/test_real_parse_02.aadl.out +++ b/tests/real-annexes-parsing/test_real_parse_02.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_02.aadl:11:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_02.aadl:11:03: Warning: The value of source_language has been converted into a list. +test_real_parse_02.aadl:17:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_02.aadl:17:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real-annexes-parsing/test_real_parse_03.aadl.out b/tests/real-annexes-parsing/test_real_parse_03.aadl.out index bfdceffe..bf1bc541 100644 --- a/tests/real-annexes-parsing/test_real_parse_03.aadl.out +++ b/tests/real-annexes-parsing/test_real_parse_03.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_03.aadl:11:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_03.aadl:11:03: Warning: The value of source_language has been converted into a list. +test_real_parse_03.aadl:17:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_03.aadl:17:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real-annexes-parsing/test_real_parse_04.aadl.out b/tests/real-annexes-parsing/test_real_parse_04.aadl.out index f439a0b7..bd3955c6 100644 --- a/tests/real-annexes-parsing/test_real_parse_04.aadl.out +++ b/tests/real-annexes-parsing/test_real_parse_04.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_04.aadl:11:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_04.aadl:11:03: Warning: The value of source_language has been converted into a list. +test_real_parse_04.aadl:17:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_04.aadl:17:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real-annexes-parsing/test_real_parse_05.aadl.out b/tests/real-annexes-parsing/test_real_parse_05.aadl.out index a29f087a..bd75619e 100644 --- a/tests/real-annexes-parsing/test_real_parse_05.aadl.out +++ b/tests/real-annexes-parsing/test_real_parse_05.aadl.out @@ -1,3 +1,7 @@ +test_real_parse_05.aadl:11:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_05.aadl:11:03: Warning: The value of source_language has been converted into a list. +test_real_parse_05.aadl:17:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +test_real_parse_05.aadl:17:03: Warning: The value of source_language has been converted into a list. diff --git a/tests/real_units/validation.aadl b/tests/real_units/validation.aadl index dca1cc4d..0faf0aa5 100644 --- a/tests/real_units/validation.aadl +++ b/tests/real_units/validation.aadl @@ -30,7 +30,7 @@ thread thr_printer1 end thr_printer1; thread implementation thr_printer1.i -calls +calls mycalls: { P_Spg : subprogram spg_printer1; }; @@ -49,7 +49,7 @@ thread thr_printer2 end thr_printer2; thread implementation thr_printer2.i -calls +calls mycalls: { Q_Spg : subprogram spg_printer2; }; @@ -70,7 +70,7 @@ properties end native; processor implementation native.i -properties +properties Scheduling_Protocol => (Posix_1003_Highest_Priority_First_Protocol); Priority_Range => 0 .. 255; Cheddar_Properties::Scheduler_Quantum => 0 Ms; @@ -99,7 +99,7 @@ end ram; memory implementation ram.i properties Word_Size => 8 bits; - Word_Count => 1; + Byte_Count => 1; end ram.i; ------------ @@ -123,7 +123,7 @@ annex real_specification {** mainmem := {y in Memory_Set | is_subcomponent_of (y, s)}; check ( (Cardinal (mainmem) > 0) and - (Property_Exists (mainmem, "Word_Count")) + (Property_Exists (mainmem, "Byte_Count")) ); end Contains_Memories; **}; @@ -132,7 +132,7 @@ annex real_specification {** foreach m in memory_set do prs := {x in Process_Set | is_bound_to (m, x)}; - check ( ((Get_Property_Value (m, "Word_Size")) * (Get_Property_Value (m, "Word_Count"))) > + check ( ((Get_Property_Value (m, "Word_Size")) * (Get_Property_Value (m, "Byte_Count"))) > ((sum(Get_Property_Value (prs, "Source_Data_Size")))+ (sum(Get_Property_Value (prs, "Source_Code_Size")))) ); diff --git a/tests/real_units/validation.aadl.out b/tests/real_units/validation.aadl.out index e650800d..1776a5f7 100644 --- a/tests/real_units/validation.aadl.out +++ b/tests/real_units/validation.aadl.out @@ -1,3 +1,7 @@ +validation.aadl:13:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +validation.aadl:13:03: Warning: The value of source_language has been converted into a list. +validation.aadl:20:03: Warning: source_language is not a list while the corresponding property name at programming_properties.aadl:61:02 is a list. +validation.aadl:20:03: Warning: The value of source_language has been converted into a list. contains_memories execution ------------------------------------- Evaluating theorem contains_memories diff --git a/tests/test_tree_p2/test.aadl.out b/tests/test_tree_p2/test.aadl.out index 96d49aff..9387063a 100644 --- a/tests/test_tree_p2/test.aadl.out +++ b/tests/test_tree_p2/test.aadl.out @@ -1,1731 +1,1794 @@ 1 aadl specification aadl_project.aadl:1:01 Entity_Scope Node_Id 2 Declarations List_Id 7 -5 property set aadl_project.aadl:8:01 +5 property set aadl_project.aadl:6:01 Identifier Node_Id 4 - 4 identifier aadl_project.aadl:8:14 + 4 identifier aadl_project.aadl:6:14 Corresponding_Entity Node_Id 5 Display_Name Name_Id "AADL_Project" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 Entity_Scope Node_Id 6 - Declarations List_Id 14 - 13 property type declaration aadl_project.aadl:10:03 + Declarations List_Id 13 + 12 property type declaration aadl_project.aadl:8:03 Identifier Node_Id 8 - 8 identifier aadl_project.aadl:10:03 - Corresponding_Entity Node_Id 13 + 8 identifier aadl_project.aadl:8:03 + Corresponding_Entity Node_Id 12 Display_Name Name_Id "Supported_Active_Thread_Handling_Protocols" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 Property_Type_Designator Node_Id 9 - 9 enumeration type aadl_project.aadl:11:10 + 9 enumeration type aadl_project.aadl:8:52 Identifiers List_Id 10 - 11 identifier aadl_project.aadl:11:23 + 11 identifier aadl_project.aadl:8:65 Corresponding_Entity Node_Id 9 Display_Name Name_Id "abort" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 12 identifier aadl_project.aadl:12:23 - Corresponding_Entity Node_Id 9 - Display_Name Name_Id "test" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 26 property type declaration aadl_project.aadl:17:03 - Identifier Node_Id 15 - 15 identifier aadl_project.aadl:17:03 - Corresponding_Entity Node_Id 26 + 25 property type declaration aadl_project.aadl:10:03 + Identifier Node_Id 14 + 14 identifier aadl_project.aadl:10:03 + Corresponding_Entity Node_Id 25 Display_Name Name_Id "Supported_Connection_Patterns" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 16 - 16 enumeration type aadl_project.aadl:18:10 - Identifiers List_Id 17 - 18 identifier aadl_project.aadl:18:24 - Corresponding_Entity Node_Id 16 + Property_Type_Designator Node_Id 15 + 15 enumeration type aadl_project.aadl:10:39 + Identifiers List_Id 16 + 17 identifier aadl_project.aadl:11:04 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "One_To_One" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 19 identifier aadl_project.aadl:19:24 - Corresponding_Entity Node_Id 16 + 18 identifier aadl_project.aadl:11:16 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "All_To_All" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 20 identifier aadl_project.aadl:20:24 - Corresponding_Entity Node_Id 16 + 19 identifier aadl_project.aadl:11:28 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "One_To_All" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 21 identifier aadl_project.aadl:21:24 - Corresponding_Entity Node_Id 16 + 20 identifier aadl_project.aadl:11:40 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "All_To_One" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 22 identifier aadl_project.aadl:22:24 - Corresponding_Entity Node_Id 16 + 21 identifier aadl_project.aadl:12:03 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "Next" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 23 identifier aadl_project.aadl:23:24 - Corresponding_Entity Node_Id 16 + 22 identifier aadl_project.aadl:12:09 + Corresponding_Entity Node_Id 15 Display_Name Name_Id "Previous" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 24 identifier aadl_project.aadl:24:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "Neighbors" + 23 identifier aadl_project.aadl:12:19 + Corresponding_Entity Node_Id 15 + Display_Name Name_Id "Cyclic_Next" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 25 identifier aadl_project.aadl:25:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "All_Neighbors" + 24 identifier aadl_project.aadl:12:32 + Corresponding_Entity Node_Id 15 + Display_Name Name_Id "Cyclic_Previous" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 37 property type declaration aadl_project.aadl:30:03 - Identifier Node_Id 27 - 27 identifier aadl_project.aadl:30:03 - Corresponding_Entity Node_Id 37 + 38 property type declaration aadl_project.aadl:14:03 + Identifier Node_Id 26 + 26 identifier aadl_project.aadl:14:03 + Corresponding_Entity Node_Id 38 Display_Name Name_Id "Supported_Concurrency_Control_Protocols" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 28 - 28 enumeration type aadl_project.aadl:31:10 - Identifiers List_Id 29 - 30 identifier aadl_project.aadl:31:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "NoneSpecified" + Property_Type_Designator Node_Id 27 + 27 enumeration type aadl_project.aadl:14:49 + Identifiers List_Id 28 + 29 identifier aadl_project.aadl:15:04 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "None_Specified" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 31 identifier aadl_project.aadl:32:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Read_Only" + 30 identifier aadl_project.aadl:16:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Interrupt_Masking" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 32 identifier aadl_project.aadl:33:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Priority_Inheritance" + 31 identifier aadl_project.aadl:17:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Maximum_Priority" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 33 identifier aadl_project.aadl:34:23 - Corresponding_Entity Node_Id 28 + 32 identifier aadl_project.aadl:18:03 + Corresponding_Entity Node_Id 27 Display_Name Name_Id "Immediate_Priority_Ceiling_Protocol" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 34 identifier aadl_project.aadl:35:23 - Corresponding_Entity Node_Id 28 + 33 identifier aadl_project.aadl:19:03 + Corresponding_Entity Node_Id 27 Display_Name Name_Id "Protected_Access" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 35 identifier aadl_project.aadl:36:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Priority_Ceiling_Protocol" + 34 identifier aadl_project.aadl:20:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Priority_Inheritance" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 36 identifier aadl_project.aadl:37:23 - Corresponding_Entity Node_Id 28 + 35 identifier aadl_project.aadl:21:03 + Corresponding_Entity Node_Id 27 Display_Name Name_Id "Priority_Ceiling" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 + 36 identifier aadl_project.aadl:22:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Spin_Lock" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 37 identifier aadl_project.aadl:23:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Semaphore" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 47 property type declaration aadl_project.aadl:42:03 - Identifier Node_Id 38 - 38 identifier aadl_project.aadl:42:03 - Corresponding_Entity Node_Id 47 + 48 property type declaration aadl_project.aadl:25:03 + Identifier Node_Id 39 + 39 identifier aadl_project.aadl:25:03 + Corresponding_Entity Node_Id 48 Display_Name Name_Id "Supported_Dispatch_Protocols" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 39 - 39 enumeration type aadl_project.aadl:43:10 - Identifiers List_Id 40 - 41 identifier aadl_project.aadl:43:23 - Corresponding_Entity Node_Id 39 + Property_Type_Designator Node_Id 40 + 40 enumeration type aadl_project.aadl:25:38 + Identifiers List_Id 41 + 42 identifier aadl_project.aadl:25:51 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Periodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 42 identifier aadl_project.aadl:44:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Aperiodic" + 43 identifier aadl_project.aadl:25:61 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Sporadic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 43 identifier aadl_project.aadl:45:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Sporadic" + 44 identifier aadl_project.aadl:25:71 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Aperiodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 44 identifier aadl_project.aadl:46:23 - Corresponding_Entity Node_Id 39 + 45 identifier aadl_project.aadl:25:82 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Timed" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 45 identifier aadl_project.aadl:47:09 - Corresponding_Entity Node_Id 39 + 46 identifier aadl_project.aadl:25:89 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Hybrid" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 46 identifier aadl_project.aadl:48:23 - Corresponding_Entity Node_Id 39 + 47 identifier aadl_project.aadl:25:97 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Background" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 52 property type declaration aadl_project.aadl:52:03 - Identifier Node_Id 48 - 48 identifier aadl_project.aadl:52:03 - Corresponding_Entity Node_Id 52 - Display_Name Name_Id "Supported_Hardware_Source_Languages" + 53 property type declaration aadl_project.aadl:27:03 + Identifier Node_Id 49 + 49 identifier aadl_project.aadl:27:03 + Corresponding_Entity Node_Id 53 + Display_Name Name_Id "Supported_Queue_Processing_Protocols" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 49 - 49 enumeration type aadl_project.aadl:53:10 - Identifiers List_Id 50 - 51 identifier aadl_project.aadl:53:23 - Corresponding_Entity Node_Id 49 - Display_Name Name_Id "VHDL" + Property_Type_Designator Node_Id 50 + 50 enumeration type aadl_project.aadl:27:46 + Identifiers List_Id 51 + 52 identifier aadl_project.aadl:27:59 + Corresponding_Entity Node_Id 50 + Display_Name Name_Id "Fifo" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 57 property type declaration aadl_project.aadl:58:03 - Identifier Node_Id 53 - 53 identifier aadl_project.aadl:58:03 - Corresponding_Entity Node_Id 57 - Display_Name Name_Id "Supported_Queue_Processing_Protocols" + 58 property type declaration aadl_project.aadl:29:03 + Identifier Node_Id 54 + 54 identifier aadl_project.aadl:29:03 + Corresponding_Entity Node_Id 58 + Display_Name Name_Id "Supported_Hardware_Source_Languages" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 54 - 54 enumeration type aadl_project.aadl:58:46 - Identifiers List_Id 55 - 56 identifier aadl_project.aadl:59:06 - Corresponding_Entity Node_Id 54 - Display_Name Name_Id "FIFO" + Property_Type_Designator Node_Id 55 + 55 enumeration type aadl_project.aadl:29:45 + Identifiers List_Id 56 + 57 identifier aadl_project.aadl:29:58 + Corresponding_Entity Node_Id 55 + Display_Name Name_Id "VHDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 64 property type declaration aadl_project.aadl:64:03 - Identifier Node_Id 58 - 58 identifier aadl_project.aadl:64:03 - Corresponding_Entity Node_Id 64 + 65 property type declaration aadl_project.aadl:31:03 + Identifier Node_Id 59 + 59 identifier aadl_project.aadl:31:03 + Corresponding_Entity Node_Id 65 Display_Name Name_Id "Supported_Connection_QoS" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 59 - 59 enumeration type aadl_project.aadl:65:10 - Identifiers List_Id 60 - 61 identifier aadl_project.aadl:65:23 - Corresponding_Entity Node_Id 59 + Property_Type_Designator Node_Id 60 + 60 enumeration type aadl_project.aadl:31:34 + Identifiers List_Id 61 + 62 identifier aadl_project.aadl:31:47 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "GuaranteedDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 62 identifier aadl_project.aadl:66:23 - Corresponding_Entity Node_Id 59 + 63 identifier aadl_project.aadl:31:67 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "OrderedDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 63 identifier aadl_project.aadl:67:23 - Corresponding_Entity Node_Id 59 + 64 identifier aadl_project.aadl:31:84 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "SecureDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 85 property type declaration aadl_project.aadl:70:03 - Identifier Node_Id 65 - 65 identifier aadl_project.aadl:70:03 - Corresponding_Entity Node_Id 85 + 86 property type declaration aadl_project.aadl:33:03 + Identifier Node_Id 66 + 66 identifier aadl_project.aadl:33:03 + Corresponding_Entity Node_Id 86 Display_Name Name_Id "Supported_Scheduling_Protocols" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 66 - 66 enumeration type aadl_project.aadl:70:40 - Identifiers List_Id 67 - 68 identifier aadl_project.aadl:71:06 - Corresponding_Entity Node_Id 66 + Property_Type_Designator Node_Id 67 + 67 enumeration type aadl_project.aadl:33:40 + Identifiers List_Id 68 + 69 identifier aadl_project.aadl:34:04 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "PARAMETRIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 69 identifier aadl_project.aadl:72:06 - Corresponding_Entity Node_Id 66 + 70 identifier aadl_project.aadl:35:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "EARLIEST_DEADLINE_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 70 identifier aadl_project.aadl:73:06 - Corresponding_Entity Node_Id 66 + 71 identifier aadl_project.aadl:36:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "LEAST_LAXITY_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 71 identifier aadl_project.aadl:74:06 - Corresponding_Entity Node_Id 66 + 72 identifier aadl_project.aadl:37:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "RATE_MONOTONIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 72 identifier aadl_project.aadl:75:06 - Corresponding_Entity Node_Id 66 + 73 identifier aadl_project.aadl:38:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "DEADLINE_MONOTONIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 73 identifier aadl_project.aadl:76:06 - Corresponding_Entity Node_Id 66 + 74 identifier aadl_project.aadl:39:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "ROUND_ROBIN_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 74 identifier aadl_project.aadl:77:06 - Corresponding_Entity Node_Id 66 + 75 identifier aadl_project.aadl:40:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "TIME_SHARING_BASED_ON_WAIT_TIME_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 75 identifier aadl_project.aadl:78:06 - Corresponding_Entity Node_Id 66 + 76 identifier aadl_project.aadl:41:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 76 identifier aadl_project.aadl:79:06 - Corresponding_Entity Node_Id 66 + 77 identifier aadl_project.aadl:42:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "D_OVER_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 77 identifier aadl_project.aadl:80:06 - Corresponding_Entity Node_Id 66 + 78 identifier aadl_project.aadl:43:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_LAXITY_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 78 identifier aadl_project.aadl:81:06 - Corresponding_Entity Node_Id 66 + 79 identifier aadl_project.aadl:44:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_DEADLINE_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 79 identifier aadl_project.aadl:82:06 - Corresponding_Entity Node_Id 66 + 80 identifier aadl_project.aadl:45:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "TIME_SHARING_BASED_ON_CPU_USAGE_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 80 identifier aadl_project.aadl:83:06 - Corresponding_Entity Node_Id 66 + 81 identifier aadl_project.aadl:46:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "NO_SCHEDULING_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 81 identifier aadl_project.aadl:84:06 - Corresponding_Entity Node_Id 66 + 82 identifier aadl_project.aadl:47:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "HIERARCHICAL_CYCLIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 82 identifier aadl_project.aadl:85:06 - Corresponding_Entity Node_Id 66 + 83 identifier aadl_project.aadl:48:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "HIERARCHICAL_ROUND_ROBIN_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 83 identifier aadl_project.aadl:86:06 - Corresponding_Entity Node_Id 66 + 84 identifier aadl_project.aadl:49:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "HIERARCHICAL_FIXED_PRIORITY_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 84 identifier aadl_project.aadl:87:06 - Corresponding_Entity Node_Id 66 + 85 identifier aadl_project.aadl:50:03 + Corresponding_Entity Node_Id 67 Display_Name Name_Id "HIERARCHICAL_PARAMETRIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 114 property type declaration aadl_project.aadl:91:03 - Identifier Node_Id 86 - 86 identifier aadl_project.aadl:91:03 - Corresponding_Entity Node_Id 114 + 115 property type declaration aadl_project.aadl:52:03 + Identifier Node_Id 87 + 87 identifier aadl_project.aadl:52:03 + Corresponding_Entity Node_Id 115 Display_Name Name_Id "Supported_Source_Languages" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 87 - 87 enumeration type aadl_project.aadl:91:36 - Identifiers List_Id 88 - 89 identifier aadl_project.aadl:92:06 - Corresponding_Entity Node_Id 87 + Property_Type_Designator Node_Id 88 + 88 enumeration type aadl_project.aadl:52:36 + Identifiers List_Id 89 + 90 identifier aadl_project.aadl:53:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada95" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 90 identifier aadl_project.aadl:93:06 - Corresponding_Entity Node_Id 87 + 91 identifier aadl_project.aadl:54:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 91 identifier aadl_project.aadl:94:06 - Corresponding_Entity Node_Id 87 + 92 identifier aadl_project.aadl:55:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada05" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 92 identifier aadl_project.aadl:95:06 - Corresponding_Entity Node_Id 87 + 93 identifier aadl_project.aadl:56:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ASN1" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 93 identifier aadl_project.aadl:96:06 - Corresponding_Entity Node_Id 87 + 94 identifier aadl_project.aadl:57:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Blackbox_Device" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 94 identifier aadl_project.aadl:97:06 - Corresponding_Entity Node_Id 87 + 95 identifier aadl_project.aadl:58:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 95 identifier aadl_project.aadl:98:06 - Corresponding_Entity Node_Id 87 + 96 identifier aadl_project.aadl:59:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "CPP" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 96 identifier aadl_project.aadl:99:06 - Corresponding_Entity Node_Id 87 + 97 identifier aadl_project.aadl:60:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Esterel" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 97 identifier aadl_project.aadl:100:06 - Corresponding_Entity Node_Id 87 + 98 identifier aadl_project.aadl:61:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "GUI" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 98 identifier aadl_project.aadl:101:06 - Corresponding_Entity Node_Id 87 + 99 identifier aadl_project.aadl:62:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "LUA" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 99 identifier aadl_project.aadl:102:06 - Corresponding_Entity Node_Id 87 + 100 identifier aadl_project.aadl:63:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 100 identifier aadl_project.aadl:103:06 - Corresponding_Entity Node_Id 87 + 101 identifier aadl_project.aadl:64:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 101 identifier aadl_project.aadl:104:06 - Corresponding_Entity Node_Id 87 + 102 identifier aadl_project.aadl:65:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 102 identifier aadl_project.aadl:105:06 - Corresponding_Entity Node_Id 87 + 103 identifier aadl_project.aadl:66:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 103 identifier aadl_project.aadl:106:06 - Corresponding_Entity Node_Id 87 + 104 identifier aadl_project.aadl:67:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 104 identifier aadl_project.aadl:107:06 - Corresponding_Entity Node_Id 87 + 105 identifier aadl_project.aadl:68:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTSJ" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 105 identifier aadl_project.aadl:108:06 - Corresponding_Entity Node_Id 87 + 106 identifier aadl_project.aadl:69:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SCADE6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 106 identifier aadl_project.aadl:109:06 - Corresponding_Entity Node_Id 87 + 107 identifier aadl_project.aadl:70:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 107 identifier aadl_project.aadl:110:06 - Corresponding_Entity Node_Id 87 + 108 identifier aadl_project.aadl:71:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_ObjectGeode" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 108 identifier aadl_project.aadl:111:06 - Corresponding_Entity Node_Id 87 + 109 identifier aadl_project.aadl:72:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Scade" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 109 identifier aadl_project.aadl:112:06 - Corresponding_Entity Node_Id 87 + 110 identifier aadl_project.aadl:73:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 110 identifier aadl_project.aadl:113:06 - Corresponding_Entity Node_Id 87 + 111 identifier aadl_project.aadl:74:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink_6_5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 111 identifier aadl_project.aadl:114:06 - Corresponding_Entity Node_Id 87 + 112 identifier aadl_project.aadl:75:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "System_C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 112 identifier aadl_project.aadl:115:06 - Corresponding_Entity Node_Id 87 + 113 identifier aadl_project.aadl:76:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "VHDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 113 identifier aadl_project.aadl:116:06 - Corresponding_Entity Node_Id 87 + 114 identifier aadl_project.aadl:77:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ACN" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 119 property type declaration aadl_project.aadl:118:03 - Identifier Node_Id 115 - 115 identifier aadl_project.aadl:118:03 - Corresponding_Entity Node_Id 119 + 121 property type declaration aadl_project.aadl:79:03 + Identifier Node_Id 116 + 116 identifier aadl_project.aadl:79:03 + Corresponding_Entity Node_Id 121 Display_Name Name_Id "Supported_Distributions" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 116 - 116 enumeration type aadl_project.aadl:118:33 - Identifiers List_Id 117 - 118 identifier aadl_project.aadl:118:46 - Corresponding_Entity Node_Id 116 + Property_Type_Designator Node_Id 117 + 117 enumeration type aadl_project.aadl:79:33 + Identifiers List_Id 118 + 119 identifier aadl_project.aadl:79:46 + Corresponding_Entity Node_Id 117 Display_Name Name_Id "Fixed" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 + 120 identifier aadl_project.aadl:79:53 + Corresponding_Entity Node_Id 117 + Display_Name Name_Id "Poisson" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 147 property type declaration aadl_project.aadl:122:03 - Identifier Node_Id 120 - 120 identifier aadl_project.aadl:122:03 - Corresponding_Entity Node_Id 147 + 128 property type declaration aadl_project.aadl:81:03 + Identifier Node_Id 122 + 122 identifier aadl_project.aadl:81:03 + Corresponding_Entity Node_Id 128 + Display_Name Name_Id "Supported_Classifier_Substitutions" + Scope_Entity Node_Id 6 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 123 + 123 enumeration type aadl_project.aadl:81:44 + Identifiers List_Id 124 + 125 identifier aadl_project.aadl:81:57 + Corresponding_Entity Node_Id 123 + Display_Name Name_Id "Classifier_Match" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 126 identifier aadl_project.aadl:81:75 + Corresponding_Entity Node_Id 123 + Display_Name Name_Id "Type_Extension" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 127 identifier aadl_project.aadl:81:91 + Corresponding_Entity Node_Id 123 + Display_Name Name_Id "Signature_Match" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + 139 property type declaration aadl_project.aadl:84:03 + Identifier Node_Id 129 + 129 identifier aadl_project.aadl:84:03 + Corresponding_Entity Node_Id 139 Display_Name Name_Id "Data_Volume" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 121 - 121 integer type aadl_project.aadl:122:21 - Type_Range Node_Id 127 - 127 number range aadl_project.aadl:122:33 - Lower_Bound Node_Id 122 - 122 signed aadlnumber aadl_project.aadl:122:33 - Number_Value Node_Id 123 - 123 literal aadl_project.aadl:122:33 + Property_Type_Designator Node_Id 130 + 130 integer type aadl_project.aadl:84:21 + Type_Range Node_Id 136 + 136 number range aadl_project.aadl:84:33 + Lower_Bound Node_Id 131 + 131 signed aadlnumber aadl_project.aadl:84:33 + Number_Value Node_Id 132 + 132 literal aadl_project.aadl:84:33 Value Value_Id 3 - Unit_Identifier Node_Id 124 - 124 identifier aadl_project.aadl:122:35 - Corresponding_Entity Node_Id 129 + Unit_Identifier Node_Id 133 + 133 identifier aadl_project.aadl:84:35 + Corresponding_Entity Node_Id 269 Display_Name Name_Id "bitsps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 126 - 126 property term aadl_project.aadl:122:42 - Identifier Node_Id 125 - 125 identifier aadl_project.aadl:122:45 + Upper_Bound Node_Id 135 + 135 property term aadl_project.aadl:84:42 + Identifier Node_Id 134 + 134 identifier aadl_project.aadl:84:45 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Max_Aadlinteger" + Display_Name Name_Id "Max_Data_Volume" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 152 + Entity Node_Id 147 Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 128 - 128 units type aadl_project.aadl:123:03 - Base_Identifier Node_Id 129 - 129 identifier aadl_project.aadl:123:11 - Corresponding_Entity Node_Id 128 + Unit_Designator Node_Id 138 + 138 unique property type identifier aadl_project.aadl:85:03 + Identifier Node_Id 137 + 137 identifier aadl_project.aadl:85:09 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Data_Volume_Units" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 287 + Property_Set_Identifier Node_Id 0 + 147 constant property declaration aadl_project.aadl:87:03 + Identifier Node_Id 140 + 140 identifier aadl_project.aadl:87:03 + Corresponding_Entity Node_Id 147 + Display_Name Name_Id "Max_Data_Volume" + Scope_Entity Node_Id 6 + Backend_Node Node_Id 0 + Constant_Type Node_Id 141 + 141 integer type aadl_project.aadl:87:29 + Type_Range Node_Id 0 + Unit_Designator Node_Id 143 + 143 unique property type identifier aadl_project.aadl:87:41 + Identifier Node_Id 142 + 142 identifier aadl_project.aadl:87:47 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Data_Volume_Units" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 287 + Property_Set_Identifier Node_Id 0 + Unique_Unit_Identifier Node_Id 0 + Constant_Value Node_Id 148 + 148 property value aadl_project.aadl:87:03 + Value_Container Node_Id 5 + Single_Value Node_Id 144 + 144 signed aadlnumber aadl_project.aadl:87:68 + Number_Value Node_Id 145 + 145 literal aadl_project.aadl:87:68 + Value Value_Id 4 + Unit_Identifier Node_Id 146 + 146 identifier aadl_project.aadl:87:76 + Corresponding_Entity Node_Id 269 Display_Name Name_Id "bitsps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Definitions List_Id 130 - 131 unit definition aadl_project.aadl:124:11 - Identifier Node_Id 132 - 132 identifier aadl_project.aadl:124:11 - Corresponding_Entity Node_Id 131 - Display_Name Name_Id "Bytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Identifier Node_Id 133 - 133 identifier aadl_project.aadl:124:22 - Corresponding_Entity Node_Id 128 - Display_Name Name_Id "bitsps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Numeric_Literal Node_Id 134 - 134 literal aadl_project.aadl:124:31 - Value Value_Id 4 - 135 unit definition aadl_project.aadl:125:11 - Identifier Node_Id 136 - 136 identifier aadl_project.aadl:125:11 - Corresponding_Entity Node_Id 135 - Display_Name Name_Id "KBytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Identifier Node_Id 137 - 137 identifier aadl_project.aadl:125:23 - Corresponding_Entity Node_Id 128 - Display_Name Name_Id "Bytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Numeric_Literal Node_Id 138 - 138 literal aadl_project.aadl:125:33 - Value Value_Id 5 - 139 unit definition aadl_project.aadl:126:11 - Identifier Node_Id 140 - 140 identifier aadl_project.aadl:126:11 - Corresponding_Entity Node_Id 139 - Display_Name Name_Id "MBytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Identifier Node_Id 141 - 141 identifier aadl_project.aadl:126:23 - Corresponding_Entity Node_Id 128 - Display_Name Name_Id "KBytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Numeric_Literal Node_Id 142 - 142 literal aadl_project.aadl:126:34 - Value Value_Id 6 - 143 unit definition aadl_project.aadl:127:11 - Identifier Node_Id 144 - 144 identifier aadl_project.aadl:127:11 - Corresponding_Entity Node_Id 143 - Display_Name Name_Id "GBytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Identifier Node_Id 145 - 145 identifier aadl_project.aadl:127:23 - Corresponding_Entity Node_Id 128 - Display_Name Name_Id "MBytesps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Numeric_Literal Node_Id 146 - 146 literal aadl_project.aadl:127:34 - Value Value_Id 7 - Units_Context Node_Id 0 - 152 constant property declaration aadl_project.aadl:133:03 - Identifier Node_Id 148 - 148 identifier aadl_project.aadl:133:03 - Corresponding_Entity Node_Id 152 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + 153 constant property declaration aadl_project.aadl:89:03 + Identifier Node_Id 149 + 149 identifier aadl_project.aadl:89:03 + Corresponding_Entity Node_Id 153 Display_Name Name_Id "Max_Aadlinteger" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 149 - 149 integer type aadl_project.aadl:133:29 + Constant_Type Node_Id 150 + 150 integer type aadl_project.aadl:89:29 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 153 - 153 property value aadl_project.aadl:133:03 + Constant_Value Node_Id 154 + 154 property value aadl_project.aadl:89:03 Value_Container Node_Id 5 - Single_Value Node_Id 150 - 150 signed aadlnumber aadl_project.aadl:133:44 - Number_Value Node_Id 151 - 151 literal aadl_project.aadl:133:44 - Value Value_Id 8 + Single_Value Node_Id 151 + 151 signed aadlnumber aadl_project.aadl:89:44 + Number_Value Node_Id 152 + 152 literal aadl_project.aadl:89:44 + Value Value_Id 5 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 158 constant property declaration aadl_project.aadl:135:03 - Identifier Node_Id 154 - 154 identifier aadl_project.aadl:135:03 - Corresponding_Entity Node_Id 158 + 159 constant property declaration aadl_project.aadl:91:03 + Identifier Node_Id 155 + 155 identifier aadl_project.aadl:91:03 + Corresponding_Entity Node_Id 159 Display_Name Name_Id "Max_Target_Integer" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 155 - 155 integer type aadl_project.aadl:135:32 + Constant_Type Node_Id 156 + 156 integer type aadl_project.aadl:91:32 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 159 - 159 property value aadl_project.aadl:135:03 + Constant_Value Node_Id 160 + 160 property value aadl_project.aadl:91:03 Value_Container Node_Id 5 - Single_Value Node_Id 156 - 156 signed aadlnumber aadl_project.aadl:135:47 - Number_Value Node_Id 157 - 157 literal aadl_project.aadl:135:47 - Value Value_Id 9 + Single_Value Node_Id 157 + 157 signed aadlnumber aadl_project.aadl:91:47 + Number_Value Node_Id 158 + 158 literal aadl_project.aadl:91:47 + Value Value_Id 6 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 164 constant property declaration aadl_project.aadl:137:03 - Identifier Node_Id 160 - 160 identifier aadl_project.aadl:137:03 - Corresponding_Entity Node_Id 164 + 165 constant property declaration aadl_project.aadl:93:03 + Identifier Node_Id 161 + 161 identifier aadl_project.aadl:93:03 + Corresponding_Entity Node_Id 165 Display_Name Name_Id "Max_Base_Address" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 161 - 161 integer type aadl_project.aadl:137:30 + Constant_Type Node_Id 162 + 162 integer type aadl_project.aadl:93:30 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 165 - 165 property value aadl_project.aadl:137:03 + Constant_Value Node_Id 166 + 166 property value aadl_project.aadl:93:03 Value_Container Node_Id 5 - Single_Value Node_Id 162 - 162 signed aadlnumber aadl_project.aadl:137:45 - Number_Value Node_Id 163 - 163 literal aadl_project.aadl:137:45 - Value Value_Id 10 + Single_Value Node_Id 163 + 163 signed aadlnumber aadl_project.aadl:93:45 + Number_Value Node_Id 164 + 164 literal aadl_project.aadl:93:45 + Value Value_Id 7 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 172 constant property declaration aadl_project.aadl:139:03 - Identifier Node_Id 166 - 166 identifier aadl_project.aadl:139:03 - Corresponding_Entity Node_Id 172 + 173 constant property declaration aadl_project.aadl:95:03 + Identifier Node_Id 167 + 167 identifier aadl_project.aadl:95:03 + Corresponding_Entity Node_Id 173 Display_Name Name_Id "Max_Memory_Size" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 168 - 168 unique property type identifier aadl_project.aadl:139:20 - Identifier Node_Id 167 - 167 identifier aadl_project.aadl:139:29 - Corresponding_Entity Node_Id 1123 + Constant_Type Node_Id 169 + 169 unique property type identifier aadl_project.aadl:95:20 + Identifier Node_Id 168 + 168 identifier aadl_project.aadl:95:29 + Corresponding_Entity Node_Id 1320 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 173 - 173 property value aadl_project.aadl:139:03 + Constant_Value Node_Id 174 + 174 property value aadl_project.aadl:95:03 Value_Container Node_Id 5 - Single_Value Node_Id 169 - 169 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 170 - 170 literal aadl_project.aadl:139:37 - Value Value_Id 11 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Single_Value Node_Id 170 + 170 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 171 + 171 literal aadl_project.aadl:95:37 + Value Value_Id 8 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 178 constant property declaration aadl_project.aadl:141:03 - Identifier Node_Id 174 - 174 identifier aadl_project.aadl:141:03 - Corresponding_Entity Node_Id 178 + 179 constant property declaration aadl_project.aadl:97:03 + Identifier Node_Id 175 + 175 identifier aadl_project.aadl:97:03 + Corresponding_Entity Node_Id 179 Display_Name Name_Id "Max_Queue_Size" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 175 - 175 integer type aadl_project.aadl:141:28 + Constant_Type Node_Id 176 + 176 integer type aadl_project.aadl:97:28 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 179 - 179 property value aadl_project.aadl:141:03 + Constant_Value Node_Id 180 + 180 property value aadl_project.aadl:97:03 Value_Container Node_Id 5 - Single_Value Node_Id 176 - 176 signed aadlnumber aadl_project.aadl:141:43 - Number_Value Node_Id 177 - 177 literal aadl_project.aadl:141:43 - Value Value_Id 12 + Single_Value Node_Id 177 + 177 signed aadlnumber aadl_project.aadl:97:43 + Number_Value Node_Id 178 + 178 literal aadl_project.aadl:97:43 + Value Value_Id 9 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 184 constant property declaration aadl_project.aadl:143:03 - Identifier Node_Id 180 - 180 identifier aadl_project.aadl:143:03 - Corresponding_Entity Node_Id 184 + 185 constant property declaration aadl_project.aadl:99:03 + Identifier Node_Id 181 + 181 identifier aadl_project.aadl:99:03 + Corresponding_Entity Node_Id 185 Display_Name Name_Id "Max_Thread_Limit" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 181 - 181 integer type aadl_project.aadl:143:30 + Constant_Type Node_Id 182 + 182 integer type aadl_project.aadl:99:30 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 185 - 185 property value aadl_project.aadl:143:03 + Constant_Value Node_Id 186 + 186 property value aadl_project.aadl:99:03 Value_Container Node_Id 5 - Single_Value Node_Id 182 - 182 signed aadlnumber aadl_project.aadl:143:45 - Number_Value Node_Id 183 - 183 literal aadl_project.aadl:143:45 - Value Value_Id 13 + Single_Value Node_Id 183 + 183 signed aadlnumber aadl_project.aadl:99:45 + Number_Value Node_Id 184 + 184 literal aadl_project.aadl:99:45 + Value Value_Id 10 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 192 constant property declaration aadl_project.aadl:145:03 - Identifier Node_Id 186 - 186 identifier aadl_project.aadl:145:03 - Corresponding_Entity Node_Id 192 + 193 constant property declaration aadl_project.aadl:101:03 + Identifier Node_Id 187 + 187 identifier aadl_project.aadl:101:03 + Corresponding_Entity Node_Id 193 Display_Name Name_Id "Max_Time" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 188 - 188 unique property type identifier aadl_project.aadl:145:13 - Identifier Node_Id 187 - 187 identifier aadl_project.aadl:145:22 - Corresponding_Entity Node_Id 1364 + Constant_Type Node_Id 189 + 189 unique property type identifier aadl_project.aadl:101:13 + Identifier Node_Id 188 + 188 identifier aadl_project.aadl:101:22 + Corresponding_Entity Node_Id 1598 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 193 - 193 property value aadl_project.aadl:145:03 + Constant_Value Node_Id 194 + 194 property value aadl_project.aadl:101:03 Value_Container Node_Id 5 - Single_Value Node_Id 189 - 189 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 190 - 190 literal aadl_project.aadl:145:30 - Value Value_Id 14 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Single_Value Node_Id 190 + 190 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 191 + 191 literal aadl_project.aadl:101:30 + Value Value_Id 11 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 198 constant property declaration aadl_project.aadl:147:03 - Identifier Node_Id 194 - 194 identifier aadl_project.aadl:147:03 - Corresponding_Entity Node_Id 198 + 199 constant property declaration aadl_project.aadl:103:03 + Identifier Node_Id 195 + 195 identifier aadl_project.aadl:103:03 + Corresponding_Entity Node_Id 199 Display_Name Name_Id "Max_Urgency" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 195 - 195 integer type aadl_project.aadl:147:25 + Constant_Type Node_Id 196 + 196 integer type aadl_project.aadl:103:25 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 199 - 199 property value aadl_project.aadl:147:03 + Constant_Value Node_Id 200 + 200 property value aadl_project.aadl:103:03 Value_Container Node_Id 5 - Single_Value Node_Id 196 - 196 signed aadlnumber aadl_project.aadl:147:40 - Number_Value Node_Id 197 - 197 literal aadl_project.aadl:147:40 - Value Value_Id 15 + Single_Value Node_Id 197 + 197 signed aadlnumber aadl_project.aadl:103:40 + Number_Value Node_Id 198 + 198 literal aadl_project.aadl:103:40 + Value Value_Id 12 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 204 constant property declaration aadl_project.aadl:149:03 - Identifier Node_Id 200 - 200 identifier aadl_project.aadl:149:03 - Corresponding_Entity Node_Id 204 - Display_Name Name_Id "Max_Word_Count" + 205 constant property declaration aadl_project.aadl:105:03 + Identifier Node_Id 201 + 201 identifier aadl_project.aadl:105:03 + Corresponding_Entity Node_Id 205 + Display_Name Name_Id "Max_Byte_Count" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 201 - 201 integer type aadl_project.aadl:149:28 + Constant_Type Node_Id 202 + 202 integer type aadl_project.aadl:105:28 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 205 - 205 property value aadl_project.aadl:149:03 + Constant_Value Node_Id 206 + 206 property value aadl_project.aadl:105:03 Value_Container Node_Id 5 - Single_Value Node_Id 202 - 202 signed aadlnumber aadl_project.aadl:149:43 - Number_Value Node_Id 203 - 203 literal aadl_project.aadl:149:43 - Value Value_Id 16 + Single_Value Node_Id 203 + 203 signed aadlnumber aadl_project.aadl:105:43 + Number_Value Node_Id 204 + 204 literal aadl_project.aadl:105:43 + Value Value_Id 13 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 210 constant property declaration aadl_project.aadl:151:03 - Identifier Node_Id 206 - 206 identifier aadl_project.aadl:151:03 - Corresponding_Entity Node_Id 210 + 211 constant property declaration aadl_project.aadl:107:03 + Identifier Node_Id 207 + 207 identifier aadl_project.aadl:107:03 + Corresponding_Entity Node_Id 211 Display_Name Name_Id "Max_Word_Space" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Constant_Type Node_Id 207 - 207 integer type aadl_project.aadl:151:28 + Constant_Type Node_Id 208 + 208 integer type aadl_project.aadl:107:28 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Unique_Unit_Identifier Node_Id 0 - Constant_Value Node_Id 211 - 211 property value aadl_project.aadl:151:03 + Constant_Value Node_Id 212 + 212 property value aadl_project.aadl:107:03 Value_Container Node_Id 5 - Single_Value Node_Id 208 - 208 signed aadlnumber aadl_project.aadl:151:43 - Number_Value Node_Id 209 - 209 literal aadl_project.aadl:151:43 - Value Value_Id 17 + Single_Value Node_Id 209 + 209 signed aadlnumber aadl_project.aadl:107:43 + Number_Value Node_Id 210 + 210 literal aadl_project.aadl:107:43 + Value Value_Id 14 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - 236 property type declaration aadl_project.aadl:153:03 - Identifier Node_Id 212 - 212 identifier aadl_project.aadl:153:03 - Corresponding_Entity Node_Id 236 + 237 property type declaration aadl_project.aadl:109:03 + Identifier Node_Id 213 + 213 identifier aadl_project.aadl:109:03 + Corresponding_Entity Node_Id 237 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 213 - 213 units type aadl_project.aadl:153:20 - Base_Identifier Node_Id 214 - 214 identifier aadl_project.aadl:154:05 - Corresponding_Entity Node_Id 213 + Property_Type_Designator Node_Id 214 + 214 units type aadl_project.aadl:109:20 + Base_Identifier Node_Id 215 + 215 identifier aadl_project.aadl:110:03 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "bits" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Definitions List_Id 215 - 216 unit definition aadl_project.aadl:155:05 - Identifier Node_Id 217 - 217 identifier aadl_project.aadl:155:05 - Corresponding_Entity Node_Id 216 + Unit_Definitions List_Id 216 + 217 unit definition aadl_project.aadl:111:03 + Identifier Node_Id 218 + 218 identifier aadl_project.aadl:111:03 + Corresponding_Entity Node_Id 217 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 218 - 218 identifier aadl_project.aadl:155:15 - Corresponding_Entity Node_Id 213 + Unit_Identifier Node_Id 219 + 219 identifier aadl_project.aadl:111:12 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "bits" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 219 - 219 literal aadl_project.aadl:155:23 - Value Value_Id 18 - 220 unit definition aadl_project.aadl:156:05 - Identifier Node_Id 221 - 221 identifier aadl_project.aadl:156:05 - Corresponding_Entity Node_Id 220 + Numeric_Literal Node_Id 220 + 220 literal aadl_project.aadl:111:19 + Value Value_Id 15 + 221 unit definition aadl_project.aadl:112:03 + Identifier Node_Id 222 + 222 identifier aadl_project.aadl:112:03 + Corresponding_Entity Node_Id 221 Display_Name Name_Id "KByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 222 - 222 identifier aadl_project.aadl:156:15 - Corresponding_Entity Node_Id 213 + Unit_Identifier Node_Id 223 + 223 identifier aadl_project.aadl:112:12 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 223 - 223 literal aadl_project.aadl:156:23 - Value Value_Id 19 - 224 unit definition aadl_project.aadl:157:05 - Identifier Node_Id 225 - 225 identifier aadl_project.aadl:157:05 - Corresponding_Entity Node_Id 224 + Numeric_Literal Node_Id 224 + 224 literal aadl_project.aadl:112:20 + Value Value_Id 16 + 225 unit definition aadl_project.aadl:113:03 + Identifier Node_Id 226 + 226 identifier aadl_project.aadl:113:03 + Corresponding_Entity Node_Id 225 Display_Name Name_Id "MByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 226 - 226 identifier aadl_project.aadl:157:15 - Corresponding_Entity Node_Id 213 + Unit_Identifier Node_Id 227 + 227 identifier aadl_project.aadl:113:12 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "KByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 227 - 227 literal aadl_project.aadl:157:23 - Value Value_Id 20 - 228 unit definition aadl_project.aadl:158:05 - Identifier Node_Id 229 - 229 identifier aadl_project.aadl:158:05 - Corresponding_Entity Node_Id 228 + Numeric_Literal Node_Id 228 + 228 literal aadl_project.aadl:113:20 + Value Value_Id 17 + 229 unit definition aadl_project.aadl:114:03 + Identifier Node_Id 230 + 230 identifier aadl_project.aadl:114:03 + Corresponding_Entity Node_Id 229 Display_Name Name_Id "GByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 230 - 230 identifier aadl_project.aadl:158:15 - Corresponding_Entity Node_Id 213 + Unit_Identifier Node_Id 231 + 231 identifier aadl_project.aadl:114:12 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "MByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 231 - 231 literal aadl_project.aadl:158:23 - Value Value_Id 21 - 232 unit definition aadl_project.aadl:159:05 - Identifier Node_Id 233 - 233 identifier aadl_project.aadl:159:05 - Corresponding_Entity Node_Id 232 + Numeric_Literal Node_Id 232 + 232 literal aadl_project.aadl:114:20 + Value Value_Id 18 + 233 unit definition aadl_project.aadl:115:03 + Identifier Node_Id 234 + 234 identifier aadl_project.aadl:115:03 + Corresponding_Entity Node_Id 233 Display_Name Name_Id "TByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 234 - 234 identifier aadl_project.aadl:159:15 - Corresponding_Entity Node_Id 213 + Unit_Identifier Node_Id 235 + 235 identifier aadl_project.aadl:115:12 + Corresponding_Entity Node_Id 214 Display_Name Name_Id "GByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 235 - 235 literal aadl_project.aadl:159:23 - Value Value_Id 22 + Numeric_Literal Node_Id 236 + 236 literal aadl_project.aadl:115:20 + Value Value_Id 19 Units_Context Node_Id 0 - 265 property type declaration aadl_project.aadl:163:03 - Identifier Node_Id 237 - 237 identifier aadl_project.aadl:163:03 - Corresponding_Entity Node_Id 265 + 266 property type declaration aadl_project.aadl:117:03 + Identifier Node_Id 238 + 238 identifier aadl_project.aadl:117:03 + Corresponding_Entity Node_Id 266 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 6 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 238 - 238 units type aadl_project.aadl:163:20 - Base_Identifier Node_Id 239 - 239 identifier aadl_project.aadl:164:05 - Corresponding_Entity Node_Id 238 + Property_Type_Designator Node_Id 239 + 239 units type aadl_project.aadl:117:20 + Base_Identifier Node_Id 240 + 240 identifier aadl_project.aadl:118:03 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Definitions List_Id 240 - 241 unit definition aadl_project.aadl:165:05 - Identifier Node_Id 242 - 242 identifier aadl_project.aadl:165:05 - Corresponding_Entity Node_Id 241 + Unit_Definitions List_Id 241 + 242 unit definition aadl_project.aadl:119:03 + Identifier Node_Id 243 + 243 identifier aadl_project.aadl:119:03 + Corresponding_Entity Node_Id 242 Display_Name Name_Id "ns" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 243 - 243 identifier aadl_project.aadl:165:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 244 + 244 identifier aadl_project.aadl:119:09 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 244 - 244 literal aadl_project.aadl:165:18 - Value Value_Id 23 - 245 unit definition aadl_project.aadl:166:05 - Identifier Node_Id 246 - 246 identifier aadl_project.aadl:166:05 - Corresponding_Entity Node_Id 245 + Numeric_Literal Node_Id 245 + 245 literal aadl_project.aadl:119:14 + Value Value_Id 20 + 246 unit definition aadl_project.aadl:120:03 + Identifier Node_Id 247 + 247 identifier aadl_project.aadl:120:03 + Corresponding_Entity Node_Id 246 Display_Name Name_Id "us" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 247 - 247 identifier aadl_project.aadl:166:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 248 + 248 identifier aadl_project.aadl:120:09 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "ns" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 248 - 248 literal aadl_project.aadl:166:18 - Value Value_Id 24 - 249 unit definition aadl_project.aadl:167:05 - Identifier Node_Id 250 - 250 identifier aadl_project.aadl:167:05 - Corresponding_Entity Node_Id 249 + Numeric_Literal Node_Id 249 + 249 literal aadl_project.aadl:120:14 + Value Value_Id 21 + 250 unit definition aadl_project.aadl:121:03 + Identifier Node_Id 251 + 251 identifier aadl_project.aadl:121:03 + Corresponding_Entity Node_Id 250 Display_Name Name_Id "ms" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 251 - 251 identifier aadl_project.aadl:167:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 252 + 252 identifier aadl_project.aadl:121:09 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "us" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 252 - 252 literal aadl_project.aadl:167:18 - Value Value_Id 25 - 253 unit definition aadl_project.aadl:168:05 - Identifier Node_Id 254 - 254 identifier aadl_project.aadl:168:05 - Corresponding_Entity Node_Id 253 + Numeric_Literal Node_Id 253 + 253 literal aadl_project.aadl:121:14 + Value Value_Id 22 + 254 unit definition aadl_project.aadl:122:03 + Identifier Node_Id 255 + 255 identifier aadl_project.aadl:122:03 + Corresponding_Entity Node_Id 254 Display_Name Name_Id "sec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 255 - 255 identifier aadl_project.aadl:168:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 256 + 256 identifier aadl_project.aadl:122:10 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "ms" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 256 - 256 literal aadl_project.aadl:168:18 - Value Value_Id 26 - 257 unit definition aadl_project.aadl:169:05 - Identifier Node_Id 258 - 258 identifier aadl_project.aadl:169:05 - Corresponding_Entity Node_Id 257 + Numeric_Literal Node_Id 257 + 257 literal aadl_project.aadl:122:15 + Value Value_Id 23 + 258 unit definition aadl_project.aadl:123:03 + Identifier Node_Id 259 + 259 identifier aadl_project.aadl:123:03 + Corresponding_Entity Node_Id 258 Display_Name Name_Id "min" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 259 - 259 identifier aadl_project.aadl:169:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 260 + 260 identifier aadl_project.aadl:123:10 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "sec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 260 - 260 literal aadl_project.aadl:169:18 - Value Value_Id 27 - 261 unit definition aadl_project.aadl:170:05 - Identifier Node_Id 262 - 262 identifier aadl_project.aadl:170:05 - Corresponding_Entity Node_Id 261 + Numeric_Literal Node_Id 261 + 261 literal aadl_project.aadl:123:16 + Value Value_Id 24 + 262 unit definition aadl_project.aadl:124:03 + Identifier Node_Id 263 + 263 identifier aadl_project.aadl:124:03 + Corresponding_Entity Node_Id 262 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Identifier Node_Id 263 - 263 identifier aadl_project.aadl:170:12 - Corresponding_Entity Node_Id 238 + Unit_Identifier Node_Id 264 + 264 identifier aadl_project.aadl:124:09 + Corresponding_Entity Node_Id 239 Display_Name Name_Id "min" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Numeric_Literal Node_Id 264 - 264 literal aadl_project.aadl:170:18 + Numeric_Literal Node_Id 265 + 265 literal aadl_project.aadl:124:15 + Value Value_Id 25 + Units_Context Node_Id 0 + 287 property type declaration aadl_project.aadl:126:03 + Identifier Node_Id 267 + 267 identifier aadl_project.aadl:126:03 + Corresponding_Entity Node_Id 287 + Display_Name Name_Id "Data_Volume_Units" + Scope_Entity Node_Id 6 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 268 + 268 units type aadl_project.aadl:126:27 + Base_Identifier Node_Id 269 + 269 identifier aadl_project.aadl:127:03 + Corresponding_Entity Node_Id 268 + Display_Name Name_Id "bitsps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Definitions List_Id 270 + 271 unit definition aadl_project.aadl:128:03 + Identifier Node_Id 272 + 272 identifier aadl_project.aadl:128:03 + Corresponding_Entity Node_Id 271 + Display_Name Name_Id "Bytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Identifier Node_Id 273 + 273 identifier aadl_project.aadl:128:14 + Corresponding_Entity Node_Id 268 + Display_Name Name_Id "bitsps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Numeric_Literal Node_Id 274 + 274 literal aadl_project.aadl:128:23 + Value Value_Id 26 + 275 unit definition aadl_project.aadl:129:03 + Identifier Node_Id 276 + 276 identifier aadl_project.aadl:129:03 + Corresponding_Entity Node_Id 275 + Display_Name Name_Id "KBytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Identifier Node_Id 277 + 277 identifier aadl_project.aadl:129:15 + Corresponding_Entity Node_Id 268 + Display_Name Name_Id "Bytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Numeric_Literal Node_Id 278 + 278 literal aadl_project.aadl:129:25 + Value Value_Id 27 + 279 unit definition aadl_project.aadl:130:03 + Identifier Node_Id 280 + 280 identifier aadl_project.aadl:130:03 + Corresponding_Entity Node_Id 279 + Display_Name Name_Id "MBytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Identifier Node_Id 281 + 281 identifier aadl_project.aadl:130:15 + Corresponding_Entity Node_Id 268 + Display_Name Name_Id "KBytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Numeric_Literal Node_Id 282 + 282 literal aadl_project.aadl:130:26 Value Value_Id 28 + 283 unit definition aadl_project.aadl:131:03 + Identifier Node_Id 284 + 284 identifier aadl_project.aadl:131:03 + Corresponding_Entity Node_Id 283 + Display_Name Name_Id "GBytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Identifier Node_Id 285 + 285 identifier aadl_project.aadl:131:15 + Corresponding_Entity Node_Id 268 + Display_Name Name_Id "MBytesps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Numeric_Literal Node_Id 286 + 286 literal aadl_project.aadl:131:26 + Value Value_Id 29 Units_Context Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -267 property set deployment_properties.aadl:9:01 - Identifier Node_Id 266 - 266 identifier deployment_properties.aadl:9:14 - Corresponding_Entity Node_Id 267 +289 property set deployment_properties.aadl:6:01 + Identifier Node_Id 288 + 288 identifier deployment_properties.aadl:6:14 + Corresponding_Entity Node_Id 289 Display_Name Name_Id "Deployment_Properties" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 268 - Declarations List_Id 279 - 276 property definition declaration deployment_properties.aadl:13:03 - Identifier Node_Id 269 - 269 identifier deployment_properties.aadl:13:03 - Corresponding_Entity Node_Id 276 - Display_Name Name_Id "Device_Driver" - Scope_Entity Node_Id 268 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 278 - 278 property type deployment_properties.aadl:13:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 272 - 272 classifier type deployment_properties.aadl:13:18 - List_Items List_Id 270 - 271 classifier category ref deployment_properties.aadl:13:30 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 0 - Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 272 - 272 classifier type deployment_properties.aadl:13:18 - List_Items List_Id 270 - 271 classifier category ref deployment_properties.aadl:13:30 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 0 - Classifier_Ref Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 277 - 277 applies to deployment_properties.aadl:13:03 - Is_All Boolean FALSE - Owner_Categories List_Id 274 - 275 named element deployment_properties.aadl:13:52 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 12 - Classifier_Ref Node_Id 0 - 294 property definition declaration deployment_properties.aadl:15:03 - Identifier Node_Id 280 - 280 identifier deployment_properties.aadl:15:03 - Corresponding_Entity Node_Id 294 + Entity_Scope Node_Id 290 + Declarations List_Id 308 + 305 property definition declaration deployment_properties.aadl:7:02 + Identifier Node_Id 291 + 291 identifier deployment_properties.aadl:7:02 + Corresponding_Entity Node_Id 305 Display_Name Name_Id "Allowed_Processor_Binding_Class" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 296 - 296 property type deployment_properties.aadl:15:03 + Property_Name_Type Node_Id 307 + 307 property type deployment_properties.aadl:7:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 286 - 286 classifier type deployment_properties.aadl:16:26 - List_Items List_Id 282 - 283 classifier category ref deployment_properties.aadl:16:38 + Property_Type_Designator Node_Id 297 + 297 classifier type deployment_properties.aadl:8:19 + List_Items List_Id 293 + 294 classifier category ref deployment_properties.aadl:8:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 284 classifier category ref deployment_properties.aadl:17:38 + 295 classifier category ref deployment_properties.aadl:8:42 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 285 classifier category ref deployment_properties.aadl:18:38 + 296 classifier category ref deployment_properties.aadl:8:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 286 - 286 classifier type deployment_properties.aadl:16:26 - List_Items List_Id 282 - 283 classifier category ref deployment_properties.aadl:16:38 + Expanded_Type_Designator Node_Id 297 + 297 classifier type deployment_properties.aadl:8:19 + List_Items List_Id 293 + 294 classifier category ref deployment_properties.aadl:8:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 284 classifier category ref deployment_properties.aadl:17:38 + 295 classifier category ref deployment_properties.aadl:8:42 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 285 classifier category ref deployment_properties.aadl:18:38 + 296 classifier category ref deployment_properties.aadl:8:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 295 - 295 applies to deployment_properties.aadl:15:03 + Applies_To Node_Id 306 + 306 applies to deployment_properties.aadl:7:02 Is_All Boolean FALSE - Owner_Categories List_Id 287 - 288 named element deployment_properties.aadl:19:15 + Owner_Categories List_Id 298 + 299 named element deployment_properties.aadl:9:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 289 named element deployment_properties.aadl:20:15 + 300 named element deployment_properties.aadl:9:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 290 named element deployment_properties.aadl:21:15 + 301 named element deployment_properties.aadl:9:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 291 named element deployment_properties.aadl:22:15 + 302 named element deployment_properties.aadl:9:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 292 named element deployment_properties.aadl:23:15 + 303 named element deployment_properties.aadl:9:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 293 named element deployment_properties.aadl:24:15 + 304 named element deployment_properties.aadl:9:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 311 property definition declaration deployment_properties.aadl:27:03 - Identifier Node_Id 297 - 297 identifier deployment_properties.aadl:27:03 - Corresponding_Entity Node_Id 311 + 323 property definition declaration deployment_properties.aadl:11:02 + Identifier Node_Id 309 + 309 identifier deployment_properties.aadl:11:02 + Corresponding_Entity Node_Id 323 Display_Name Name_Id "Allowed_Processor_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 313 - 313 property type deployment_properties.aadl:27:03 + Property_Name_Type Node_Id 325 + 325 property type deployment_properties.aadl:11:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 303 - 303 reference type deployment_properties.aadl:28:26 - List_Items List_Id 299 - 300 reference category deployment_properties.aadl:28:37 + Property_Type_Designator Node_Id 315 + 315 reference type deployment_properties.aadl:11:45 + List_Items List_Id 311 + 312 reference category deployment_properties.aadl:11:56 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 301 reference category deployment_properties.aadl:29:37 + 313 reference category deployment_properties.aadl:11:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 302 reference category deployment_properties.aadl:30:37 + 314 reference category deployment_properties.aadl:11:86 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 303 - 303 reference type deployment_properties.aadl:28:26 - List_Items List_Id 299 - 300 reference category deployment_properties.aadl:28:37 + Expanded_Type_Designator Node_Id 315 + 315 reference type deployment_properties.aadl:11:45 + List_Items List_Id 311 + 312 reference category deployment_properties.aadl:11:56 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 301 reference category deployment_properties.aadl:29:37 + 313 reference category deployment_properties.aadl:11:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 302 reference category deployment_properties.aadl:30:37 + 314 reference category deployment_properties.aadl:11:86 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 312 - 312 applies to deployment_properties.aadl:27:03 + Applies_To Node_Id 324 + 324 applies to deployment_properties.aadl:11:02 Is_All Boolean FALSE - Owner_Categories List_Id 304 - 305 named element deployment_properties.aadl:31:15 + Owner_Categories List_Id 316 + 317 named element deployment_properties.aadl:12:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 306 named element deployment_properties.aadl:32:15 + 318 named element deployment_properties.aadl:12:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 307 named element deployment_properties.aadl:33:15 + 319 named element deployment_properties.aadl:12:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 308 named element deployment_properties.aadl:34:15 + 320 named element deployment_properties.aadl:12:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 309 named element deployment_properties.aadl:35:15 + 321 named element deployment_properties.aadl:12:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 310 named element deployment_properties.aadl:36:15 + 322 named element deployment_properties.aadl:12:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 327 property definition declaration deployment_properties.aadl:39:03 - Identifier Node_Id 314 - 314 identifier deployment_properties.aadl:39:03 - Corresponding_Entity Node_Id 327 + 339 property definition declaration deployment_properties.aadl:14:02 + Identifier Node_Id 326 + 326 identifier deployment_properties.aadl:14:02 + Corresponding_Entity Node_Id 339 Display_Name Name_Id "Actual_Processor_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 329 - 329 property type deployment_properties.aadl:39:03 + Property_Name_Type Node_Id 341 + 341 property type deployment_properties.aadl:14:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 319 - 319 reference type deployment_properties.aadl:40:25 - List_Items List_Id 316 - 317 reference category deployment_properties.aadl:40:36 + Property_Type_Designator Node_Id 331 + 331 reference type deployment_properties.aadl:14:44 + List_Items List_Id 328 + 329 reference category deployment_properties.aadl:14:55 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 318 reference category deployment_properties.aadl:41:36 + 330 reference category deployment_properties.aadl:14:66 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 319 - 319 reference type deployment_properties.aadl:40:25 - List_Items List_Id 316 - 317 reference category deployment_properties.aadl:40:36 + Expanded_Type_Designator Node_Id 331 + 331 reference type deployment_properties.aadl:14:44 + List_Items List_Id 328 + 329 reference category deployment_properties.aadl:14:55 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 318 reference category deployment_properties.aadl:41:36 + 330 reference category deployment_properties.aadl:14:66 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 328 - 328 applies to deployment_properties.aadl:39:03 + Applies_To Node_Id 340 + 340 applies to deployment_properties.aadl:14:02 Is_All Boolean FALSE - Owner_Categories List_Id 320 - 321 named element deployment_properties.aadl:42:15 + Owner_Categories List_Id 332 + 333 named element deployment_properties.aadl:15:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 322 named element deployment_properties.aadl:43:15 + 334 named element deployment_properties.aadl:15:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 323 named element deployment_properties.aadl:44:15 + 335 named element deployment_properties.aadl:15:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 324 named element deployment_properties.aadl:45:15 + 336 named element deployment_properties.aadl:15:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 325 named element deployment_properties.aadl:46:15 + 337 named element deployment_properties.aadl:15:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 326 named element deployment_properties.aadl:47:15 + 338 named element deployment_properties.aadl:15:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 348 property definition declaration deployment_properties.aadl:50:03 - Identifier Node_Id 330 - 330 identifier deployment_properties.aadl:50:03 - Corresponding_Entity Node_Id 348 + 361 property definition declaration deployment_properties.aadl:17:02 + Identifier Node_Id 342 + 342 identifier deployment_properties.aadl:17:02 + Corresponding_Entity Node_Id 361 Display_Name Name_Id "Allowed_Memory_Binding_Class" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 350 - 350 property type deployment_properties.aadl:50:03 + Property_Name_Type Node_Id 363 + 363 property type deployment_properties.aadl:17:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 336 - 336 classifier type deployment_properties.aadl:51:26 - List_Items List_Id 332 - 333 classifier category ref deployment_properties.aadl:51:38 + Property_Type_Designator Node_Id 348 + 348 classifier type deployment_properties.aadl:18:19 + List_Items List_Id 344 + 345 classifier category ref deployment_properties.aadl:18:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 334 classifier category ref deployment_properties.aadl:52:38 + 346 classifier category ref deployment_properties.aadl:18:39 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 335 classifier category ref deployment_properties.aadl:53:38 + 347 classifier category ref deployment_properties.aadl:18:47 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 336 - 336 classifier type deployment_properties.aadl:51:26 - List_Items List_Id 332 - 333 classifier category ref deployment_properties.aadl:51:38 + Expanded_Type_Designator Node_Id 348 + 348 classifier type deployment_properties.aadl:18:19 + List_Items List_Id 344 + 345 classifier category ref deployment_properties.aadl:18:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 334 classifier category ref deployment_properties.aadl:52:38 + 346 classifier category ref deployment_properties.aadl:18:39 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 335 classifier category ref deployment_properties.aadl:53:38 + 347 classifier category ref deployment_properties.aadl:18:47 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 349 - 349 applies to deployment_properties.aadl:50:03 + Applies_To Node_Id 362 + 362 applies to deployment_properties.aadl:17:02 Is_All Boolean FALSE - Owner_Categories List_Id 337 - 338 named element deployment_properties.aadl:54:15 + Owner_Categories List_Id 349 + 350 named element deployment_properties.aadl:19:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 339 named element deployment_properties.aadl:55:15 + 351 named element deployment_properties.aadl:19:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 340 named element deployment_properties.aadl:56:15 + 352 named element deployment_properties.aadl:19:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 341 named element deployment_properties.aadl:57:15 + 353 named element deployment_properties.aadl:19:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 342 named element deployment_properties.aadl:58:15 + 354 named element deployment_properties.aadl:19:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 343 named element deployment_properties.aadl:59:15 + 355 named element deployment_properties.aadl:19:62 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 344 named element deployment_properties.aadl:60:15 + 356 named element deployment_properties.aadl:19:68 Identifier Node_Id 0 Category Byte 16 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 345 named element deployment_properties.aadl:61:15 + 357 named element deployment_properties.aadl:19:79 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 346 named element deployment_properties.aadl:62:15 + 358 named element deployment_properties.aadl:19:96 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 347 named element deployment_properties.aadl:63:15 + 359 named element deployment_properties.aadl:19:108 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 3 + Classifier_Ref Node_Id 0 + 360 named element deployment_properties.aadl:19:126 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 369 property definition declaration deployment_properties.aadl:66:03 - Identifier Node_Id 351 - 351 identifier deployment_properties.aadl:66:03 - Corresponding_Entity Node_Id 369 + 383 property definition declaration deployment_properties.aadl:21:02 + Identifier Node_Id 364 + 364 identifier deployment_properties.aadl:21:02 + Corresponding_Entity Node_Id 383 Display_Name Name_Id "Allowed_Memory_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 371 - 371 property type deployment_properties.aadl:66:03 + Property_Name_Type Node_Id 385 + 385 property type deployment_properties.aadl:21:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 357 - 357 reference type deployment_properties.aadl:67:26 - List_Items List_Id 353 - 354 reference category deployment_properties.aadl:67:37 + Property_Type_Designator Node_Id 370 + 370 reference type deployment_properties.aadl:21:42 + List_Items List_Id 366 + 367 reference category deployment_properties.aadl:21:53 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 355 reference category deployment_properties.aadl:68:37 + 368 reference category deployment_properties.aadl:21:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 356 reference category deployment_properties.aadl:69:37 + 369 reference category deployment_properties.aadl:21:69 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 357 - 357 reference type deployment_properties.aadl:67:26 - List_Items List_Id 353 - 354 reference category deployment_properties.aadl:67:37 + Expanded_Type_Designator Node_Id 370 + 370 reference type deployment_properties.aadl:21:42 + List_Items List_Id 366 + 367 reference category deployment_properties.aadl:21:53 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 355 reference category deployment_properties.aadl:68:37 + 368 reference category deployment_properties.aadl:21:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 356 reference category deployment_properties.aadl:69:37 + 369 reference category deployment_properties.aadl:21:69 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 370 - 370 applies to deployment_properties.aadl:66:03 + Applies_To Node_Id 384 + 384 applies to deployment_properties.aadl:21:02 Is_All Boolean FALSE - Owner_Categories List_Id 358 - 359 named element deployment_properties.aadl:70:15 + Owner_Categories List_Id 371 + 372 named element deployment_properties.aadl:22:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 360 named element deployment_properties.aadl:71:15 + 373 named element deployment_properties.aadl:22:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 361 named element deployment_properties.aadl:72:15 + 374 named element deployment_properties.aadl:22:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 362 named element deployment_properties.aadl:73:15 + 375 named element deployment_properties.aadl:22:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 363 named element deployment_properties.aadl:74:15 + 376 named element deployment_properties.aadl:22:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 364 named element deployment_properties.aadl:75:15 + 377 named element deployment_properties.aadl:22:62 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 365 named element deployment_properties.aadl:76:15 + 378 named element deployment_properties.aadl:22:68 Identifier Node_Id 0 Category Byte 16 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 366 named element deployment_properties.aadl:77:15 + 379 named element deployment_properties.aadl:22:79 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 367 named element deployment_properties.aadl:78:15 + 380 named element deployment_properties.aadl:22:96 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 368 named element deployment_properties.aadl:79:15 + 381 named element deployment_properties.aadl:22:108 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 3 + Classifier_Ref Node_Id 0 + 382 named element deployment_properties.aadl:22:126 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 389 property definition declaration deployment_properties.aadl:82:03 - Identifier Node_Id 372 - 372 identifier deployment_properties.aadl:82:03 - Corresponding_Entity Node_Id 389 + 403 property definition declaration deployment_properties.aadl:24:02 + Identifier Node_Id 386 + 386 identifier deployment_properties.aadl:24:02 + Corresponding_Entity Node_Id 403 Display_Name Name_Id "Actual_Memory_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 391 - 391 property type deployment_properties.aadl:82:03 + Property_Name_Type Node_Id 405 + 405 property type deployment_properties.aadl:24:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 376 - 376 reference type deployment_properties.aadl:83:25 - List_Items List_Id 374 - 375 reference category deployment_properties.aadl:83:36 + Property_Type_Designator Node_Id 390 + 390 reference type deployment_properties.aadl:24:41 + List_Items List_Id 388 + 389 reference category deployment_properties.aadl:24:52 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 376 - 376 reference type deployment_properties.aadl:83:25 - List_Items List_Id 374 - 375 reference category deployment_properties.aadl:83:36 + Expanded_Type_Designator Node_Id 390 + 390 reference type deployment_properties.aadl:24:41 + List_Items List_Id 388 + 389 reference category deployment_properties.aadl:24:52 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 390 - 390 applies to deployment_properties.aadl:82:03 + Applies_To Node_Id 404 + 404 applies to deployment_properties.aadl:24:02 Is_All Boolean FALSE - Owner_Categories List_Id 377 - 378 named element deployment_properties.aadl:84:15 + Owner_Categories List_Id 391 + 392 named element deployment_properties.aadl:25:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 379 named element deployment_properties.aadl:85:15 + 393 named element deployment_properties.aadl:25:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 380 named element deployment_properties.aadl:86:15 + 394 named element deployment_properties.aadl:25:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 381 named element deployment_properties.aadl:87:15 + 395 named element deployment_properties.aadl:25:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 382 named element deployment_properties.aadl:88:15 + 396 named element deployment_properties.aadl:25:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 383 named element deployment_properties.aadl:89:15 + 397 named element deployment_properties.aadl:25:65 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 384 named element deployment_properties.aadl:90:15 + 398 named element deployment_properties.aadl:25:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 385 named element deployment_properties.aadl:91:15 + 399 named element deployment_properties.aadl:25:79 Identifier Node_Id 0 Category Byte 16 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 386 named element deployment_properties.aadl:92:15 + 400 named element deployment_properties.aadl:25:90 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 387 named element deployment_properties.aadl:93:15 + 401 named element deployment_properties.aadl:25:107 Identifier Node_Id 0 - Category Byte 33 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 388 named element deployment_properties.aadl:94:15 + 402 named element deployment_properties.aadl:25:119 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 2 + Component_Cat Byte 3 Classifier_Ref Node_Id 0 - 411 property definition declaration deployment_properties.aadl:97:03 - Identifier Node_Id 392 - 392 identifier deployment_properties.aadl:97:03 - Corresponding_Entity Node_Id 411 + 425 property definition declaration deployment_properties.aadl:27:02 + Identifier Node_Id 406 + 406 identifier deployment_properties.aadl:27:02 + Corresponding_Entity Node_Id 425 Display_Name Name_Id "Allowed_Connection_Binding_Class" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 413 - 413 property type deployment_properties.aadl:97:03 + Property_Name_Type Node_Id 427 + 427 property type deployment_properties.aadl:27:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 401 - 401 classifier type deployment_properties.aadl:98:26 - List_Items List_Id 394 - 395 classifier category ref deployment_properties.aadl:98:37 + Property_Type_Designator Node_Id 415 + 415 classifier type deployment_properties.aadl:28:19 + List_Items List_Id 408 + 409 classifier category ref deployment_properties.aadl:28:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 396 classifier category ref deployment_properties.aadl:99:37 + 410 classifier category ref deployment_properties.aadl:28:42 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 397 classifier category ref deployment_properties.aadl:100:37 + 411 classifier category ref deployment_properties.aadl:28:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 398 classifier category ref deployment_properties.aadl:101:37 + 412 classifier category ref deployment_properties.aadl:28:66 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 399 classifier category ref deployment_properties.aadl:102:37 + 413 classifier category ref deployment_properties.aadl:28:79 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 400 classifier category ref deployment_properties.aadl:103:37 + 414 classifier category ref deployment_properties.aadl:28:87 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 401 - 401 classifier type deployment_properties.aadl:98:26 - List_Items List_Id 394 - 395 classifier category ref deployment_properties.aadl:98:37 + Expanded_Type_Designator Node_Id 415 + 415 classifier type deployment_properties.aadl:28:19 + List_Items List_Id 408 + 409 classifier category ref deployment_properties.aadl:28:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 396 classifier category ref deployment_properties.aadl:99:37 + 410 classifier category ref deployment_properties.aadl:28:42 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 397 classifier category ref deployment_properties.aadl:100:37 + 411 classifier category ref deployment_properties.aadl:28:61 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 398 classifier category ref deployment_properties.aadl:101:37 + 412 classifier category ref deployment_properties.aadl:28:66 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 399 classifier category ref deployment_properties.aadl:102:37 + 413 classifier category ref deployment_properties.aadl:28:79 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 400 classifier category ref deployment_properties.aadl:103:37 + 414 classifier category ref deployment_properties.aadl:28:87 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 412 - 412 applies to deployment_properties.aadl:97:03 + Applies_To Node_Id 426 + 426 applies to deployment_properties.aadl:27:02 Is_All Boolean FALSE - Owner_Categories List_Id 402 - 403 named element deployment_properties.aadl:104:15 + Owner_Categories List_Id 416 + 417 named element deployment_properties.aadl:29:15 Identifier Node_Id 0 - Category Byte 14 + Category Byte 31 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 404 named element deployment_properties.aadl:105:15 - Identifier Node_Id 405 - 405 identifier deployment_properties.aadl:105:15 + 418 named element deployment_properties.aadl:29:24 + Identifier Node_Id 419 + 419 identifier deployment_properties.aadl:29:24 Corresponding_Entity Node_Id 0 Display_Name Name_Id "connection" Scope_Entity Node_Id 0 @@ -1733,122 +1796,122 @@ Declarations List_Id 7 Category Byte 37 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 406 named element deployment_properties.aadl:106:15 + 420 named element deployment_properties.aadl:29:36 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 407 named element deployment_properties.aadl:107:15 + 421 named element deployment_properties.aadl:29:44 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 408 named element deployment_properties.aadl:108:15 + 422 named element deployment_properties.aadl:29:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 409 named element deployment_properties.aadl:109:15 + 423 named element deployment_properties.aadl:29:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 410 named element deployment_properties.aadl:110:15 + 424 named element deployment_properties.aadl:29:75 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 432 property definition declaration deployment_properties.aadl:113:03 - Identifier Node_Id 414 - 414 identifier deployment_properties.aadl:113:03 - Corresponding_Entity Node_Id 432 + 447 property definition declaration deployment_properties.aadl:31:02 + Identifier Node_Id 428 + 428 identifier deployment_properties.aadl:31:02 + Corresponding_Entity Node_Id 447 Display_Name Name_Id "Allowed_Connection_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 434 - 434 property type deployment_properties.aadl:113:03 + Property_Name_Type Node_Id 449 + 449 property type deployment_properties.aadl:31:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 423 - 423 reference type deployment_properties.aadl:114:26 - List_Items List_Id 416 - 417 reference category deployment_properties.aadl:114:37 + Property_Type_Designator Node_Id 437 + 437 reference type deployment_properties.aadl:31:46 + List_Items List_Id 430 + 431 reference category deployment_properties.aadl:31:57 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 418 reference category deployment_properties.aadl:115:37 + 432 reference category deployment_properties.aadl:31:68 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 419 reference category deployment_properties.aadl:116:37 + 433 reference category deployment_properties.aadl:31:87 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 420 reference category deployment_properties.aadl:117:37 + 434 reference category deployment_properties.aadl:31:92 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 421 reference category deployment_properties.aadl:118:37 + 435 reference category deployment_properties.aadl:31:105 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 422 reference category deployment_properties.aadl:119:37 + 436 reference category deployment_properties.aadl:31:113 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 423 - 423 reference type deployment_properties.aadl:114:26 - List_Items List_Id 416 - 417 reference category deployment_properties.aadl:114:37 + Expanded_Type_Designator Node_Id 437 + 437 reference type deployment_properties.aadl:31:46 + List_Items List_Id 430 + 431 reference category deployment_properties.aadl:31:57 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 418 reference category deployment_properties.aadl:115:37 + 432 reference category deployment_properties.aadl:31:68 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 419 reference category deployment_properties.aadl:116:37 + 433 reference category deployment_properties.aadl:31:87 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 420 reference category deployment_properties.aadl:117:37 + 434 reference category deployment_properties.aadl:31:92 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 421 reference category deployment_properties.aadl:118:37 + 435 reference category deployment_properties.aadl:31:105 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 422 reference category deployment_properties.aadl:119:37 + 436 reference category deployment_properties.aadl:31:113 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 433 - 433 applies to deployment_properties.aadl:113:03 + Applies_To Node_Id 448 + 448 applies to deployment_properties.aadl:31:02 Is_All Boolean FALSE - Owner_Categories List_Id 424 - 425 named element deployment_properties.aadl:120:15 + Owner_Categories List_Id 438 + 439 named element deployment_properties.aadl:32:15 Identifier Node_Id 0 - Category Byte 14 + Category Byte 31 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 426 named element deployment_properties.aadl:121:15 - Identifier Node_Id 427 - 427 identifier deployment_properties.aadl:121:15 + 440 named element deployment_properties.aadl:32:24 + Identifier Node_Id 441 + 441 identifier deployment_properties.aadl:32:24 Corresponding_Entity Node_Id 0 Display_Name Name_Id "connection" Scope_Entity Node_Id 0 @@ -1856,117 +1919,122 @@ Declarations List_Id 7 Category Byte 37 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 428 named element deployment_properties.aadl:122:15 + 442 named element deployment_properties.aadl:32:36 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 443 named element deployment_properties.aadl:32:44 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 429 named element deployment_properties.aadl:123:15 + 444 named element deployment_properties.aadl:32:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 430 named element deployment_properties.aadl:124:15 + 445 named element deployment_properties.aadl:32:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 431 named element deployment_properties.aadl:125:15 + 446 named element deployment_properties.aadl:32:75 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 453 property definition declaration deployment_properties.aadl:128:03 - Identifier Node_Id 435 - 435 identifier deployment_properties.aadl:128:03 - Corresponding_Entity Node_Id 453 + 469 property definition declaration deployment_properties.aadl:34:02 + Identifier Node_Id 450 + 450 identifier deployment_properties.aadl:34:02 + Corresponding_Entity Node_Id 469 Display_Name Name_Id "Actual_Connection_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 455 - 455 property type deployment_properties.aadl:128:03 + Property_Name_Type Node_Id 471 + 471 property type deployment_properties.aadl:34:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 444 - 444 reference type deployment_properties.aadl:129:25 - List_Items List_Id 437 - 438 reference category deployment_properties.aadl:129:36 + Property_Type_Designator Node_Id 459 + 459 reference type deployment_properties.aadl:34:45 + List_Items List_Id 452 + 453 reference category deployment_properties.aadl:34:56 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 439 reference category deployment_properties.aadl:130:36 + 454 reference category deployment_properties.aadl:34:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 440 reference category deployment_properties.aadl:131:36 + 455 reference category deployment_properties.aadl:34:86 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 441 reference category deployment_properties.aadl:132:36 + 456 reference category deployment_properties.aadl:34:91 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 442 reference category deployment_properties.aadl:133:36 + 457 reference category deployment_properties.aadl:34:104 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 443 reference category deployment_properties.aadl:134:36 + 458 reference category deployment_properties.aadl:34:112 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 444 - 444 reference type deployment_properties.aadl:129:25 - List_Items List_Id 437 - 438 reference category deployment_properties.aadl:129:36 + Expanded_Type_Designator Node_Id 459 + 459 reference type deployment_properties.aadl:34:45 + List_Items List_Id 452 + 453 reference category deployment_properties.aadl:34:56 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 439 reference category deployment_properties.aadl:130:36 + 454 reference category deployment_properties.aadl:34:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 440 reference category deployment_properties.aadl:131:36 + 455 reference category deployment_properties.aadl:34:86 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 441 reference category deployment_properties.aadl:132:36 + 456 reference category deployment_properties.aadl:34:91 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 442 reference category deployment_properties.aadl:133:36 + 457 reference category deployment_properties.aadl:34:104 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 443 reference category deployment_properties.aadl:134:36 + 458 reference category deployment_properties.aadl:34:112 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 454 - 454 applies to deployment_properties.aadl:128:03 + Applies_To Node_Id 470 + 470 applies to deployment_properties.aadl:34:02 Is_All Boolean FALSE - Owner_Categories List_Id 445 - 446 named element deployment_properties.aadl:135:15 + Owner_Categories List_Id 460 + 461 named element deployment_properties.aadl:35:15 Identifier Node_Id 0 - Category Byte 14 + Category Byte 31 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 447 named element deployment_properties.aadl:136:15 - Identifier Node_Id 448 - 448 identifier deployment_properties.aadl:136:15 + 462 named element deployment_properties.aadl:35:24 + Identifier Node_Id 463 + 463 identifier deployment_properties.aadl:35:24 Corresponding_Entity Node_Id 0 Display_Name Name_Id "connection" Scope_Entity Node_Id 0 @@ -1974,436 +2042,534 @@ Declarations List_Id 7 Category Byte 37 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 449 named element deployment_properties.aadl:137:15 + 464 named element deployment_properties.aadl:35:36 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 465 named element deployment_properties.aadl:35:44 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 450 named element deployment_properties.aadl:138:15 + 466 named element deployment_properties.aadl:35:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 451 named element deployment_properties.aadl:139:15 + 467 named element deployment_properties.aadl:35:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 452 named element deployment_properties.aadl:140:15 + 468 named element deployment_properties.aadl:35:75 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 463 property definition declaration deployment_properties.aadl:143:03 - Identifier Node_Id 456 - 456 identifier deployment_properties.aadl:143:03 - Corresponding_Entity Node_Id 463 + 479 property definition declaration deployment_properties.aadl:37:02 + Identifier Node_Id 472 + 472 identifier deployment_properties.aadl:37:02 + Corresponding_Entity Node_Id 479 Display_Name Name_Id "Allowed_Subprogram_Call" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 465 - 465 property type deployment_properties.aadl:143:03 + Property_Name_Type Node_Id 481 + 481 property type deployment_properties.aadl:37:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 460 - 460 reference type deployment_properties.aadl:144:18 - List_Items List_Id 458 - 459 reference category deployment_properties.aadl:144:29 + Property_Type_Designator Node_Id 476 + 476 reference type deployment_properties.aadl:37:35 + List_Items List_Id 474 + 475 reference category deployment_properties.aadl:37:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 460 - 460 reference type deployment_properties.aadl:144:18 - List_Items List_Id 458 - 459 reference category deployment_properties.aadl:144:29 + Expanded_Type_Designator Node_Id 476 + 476 reference type deployment_properties.aadl:37:35 + List_Items List_Id 474 + 475 reference category deployment_properties.aadl:37:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 464 - 464 applies to deployment_properties.aadl:143:03 + Applies_To Node_Id 480 + 480 applies to deployment_properties.aadl:37:02 Is_All Boolean FALSE - Owner_Categories List_Id 461 - 462 named element deployment_properties.aadl:145:15 + Owner_Categories List_Id 477 + 478 named element deployment_properties.aadl:38:15 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 473 property definition declaration deployment_properties.aadl:148:03 - Identifier Node_Id 466 - 466 identifier deployment_properties.aadl:148:03 - Corresponding_Entity Node_Id 473 + 489 property definition declaration deployment_properties.aadl:40:02 + Identifier Node_Id 482 + 482 identifier deployment_properties.aadl:40:02 + Corresponding_Entity Node_Id 489 Display_Name Name_Id "Actual_Subprogram_Call" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 475 - 475 property type deployment_properties.aadl:148:03 + Property_Name_Type Node_Id 491 + 491 property type deployment_properties.aadl:40:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 469 - 469 reference type deployment_properties.aadl:148:27 - List_Items List_Id 467 - 468 reference category deployment_properties.aadl:148:38 + Property_Type_Designator Node_Id 485 + 485 reference type deployment_properties.aadl:40:26 + List_Items List_Id 483 + 484 reference category deployment_properties.aadl:40:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 469 - 469 reference type deployment_properties.aadl:148:27 - List_Items List_Id 467 - 468 reference category deployment_properties.aadl:148:38 + Expanded_Type_Designator Node_Id 485 + 485 reference type deployment_properties.aadl:40:26 + List_Items List_Id 483 + 484 reference category deployment_properties.aadl:40:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 474 - 474 applies to deployment_properties.aadl:148:03 + Applies_To Node_Id 490 + 490 applies to deployment_properties.aadl:40:02 Is_All Boolean FALSE - Owner_Categories List_Id 471 - 472 named element deployment_properties.aadl:149:15 + Owner_Categories List_Id 487 + 488 named element deployment_properties.aadl:41:15 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 489 property definition declaration deployment_properties.aadl:152:03 - Identifier Node_Id 476 - 476 identifier deployment_properties.aadl:152:03 - Corresponding_Entity Node_Id 489 + 505 property definition declaration deployment_properties.aadl:43:02 + Identifier Node_Id 492 + 492 identifier deployment_properties.aadl:43:02 + Corresponding_Entity Node_Id 505 Display_Name Name_Id "Allowed_Subprogram_Call_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 491 - 491 property type deployment_properties.aadl:152:03 + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 507 + 507 property type deployment_properties.aadl:43:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 482 - 482 reference type deployment_properties.aadl:153:26 - List_Items List_Id 478 - 479 reference category deployment_properties.aadl:153:37 + Property_Type_Designator Node_Id 498 + 498 reference type deployment_properties.aadl:44:11 + List_Items List_Id 494 + 495 reference category deployment_properties.aadl:44:22 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 480 reference category deployment_properties.aadl:154:37 + 496 reference category deployment_properties.aadl:44:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 481 reference category deployment_properties.aadl:155:37 + 497 reference category deployment_properties.aadl:44:38 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 482 - 482 reference type deployment_properties.aadl:153:26 - List_Items List_Id 478 - 479 reference category deployment_properties.aadl:153:37 + Expanded_Type_Designator Node_Id 498 + 498 reference type deployment_properties.aadl:44:11 + List_Items List_Id 494 + 495 reference category deployment_properties.aadl:44:22 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 480 reference category deployment_properties.aadl:154:37 + 496 reference category deployment_properties.aadl:44:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 481 reference category deployment_properties.aadl:155:37 + 497 reference category deployment_properties.aadl:44:38 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 490 - 490 applies to deployment_properties.aadl:152:03 + Applies_To Node_Id 506 + 506 applies to deployment_properties.aadl:43:02 Is_All Boolean FALSE - Owner_Categories List_Id 483 - 484 named element deployment_properties.aadl:156:15 + Owner_Categories List_Id 499 + 500 named element deployment_properties.aadl:45:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 485 named element deployment_properties.aadl:157:15 + 501 named element deployment_properties.aadl:45:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 486 named element deployment_properties.aadl:158:15 + 502 named element deployment_properties.aadl:45:35 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 487 named element deployment_properties.aadl:159:15 + 503 named element deployment_properties.aadl:45:49 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 488 named element deployment_properties.aadl:160:15 + 504 named element deployment_properties.aadl:45:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 502 property definition declaration deployment_properties.aadl:163:03 - Identifier Node_Id 492 - 492 identifier deployment_properties.aadl:163:03 - Corresponding_Entity Node_Id 502 + 518 property definition declaration deployment_properties.aadl:47:02 + Identifier Node_Id 508 + 508 identifier deployment_properties.aadl:47:02 + Corresponding_Entity Node_Id 518 Display_Name Name_Id "Actual_Subprogram_Call_Binding" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 504 - 504 property type deployment_properties.aadl:163:03 + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 520 + 520 property type deployment_properties.aadl:47:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 499 - 499 reference type deployment_properties.aadl:164:25 - List_Items List_Id 494 - 495 reference category deployment_properties.aadl:164:36 + Property_Type_Designator Node_Id 515 + 515 reference type deployment_properties.aadl:47:42 + List_Items List_Id 510 + 511 reference category deployment_properties.aadl:47:53 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 496 reference category deployment_properties.aadl:165:36 + 512 reference category deployment_properties.aadl:47:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 497 reference category deployment_properties.aadl:166:36 + 513 reference category deployment_properties.aadl:47:69 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 498 reference category deployment_properties.aadl:167:36 + 514 reference category deployment_properties.aadl:47:77 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 499 - 499 reference type deployment_properties.aadl:164:25 - List_Items List_Id 494 - 495 reference category deployment_properties.aadl:164:36 + Expanded_Type_Designator Node_Id 515 + 515 reference type deployment_properties.aadl:47:42 + List_Items List_Id 510 + 511 reference category deployment_properties.aadl:47:53 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 496 reference category deployment_properties.aadl:165:36 + 512 reference category deployment_properties.aadl:47:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 497 reference category deployment_properties.aadl:166:36 + 513 reference category deployment_properties.aadl:47:69 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 498 reference category deployment_properties.aadl:167:36 + 514 reference category deployment_properties.aadl:47:77 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 503 - 503 applies to deployment_properties.aadl:163:03 + Applies_To Node_Id 519 + 519 applies to deployment_properties.aadl:47:02 Is_All Boolean FALSE - Owner_Categories List_Id 500 - 501 named element deployment_properties.aadl:168:15 + Owner_Categories List_Id 516 + 517 named element deployment_properties.aadl:48:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 517 property definition declaration deployment_properties.aadl:171:03 - Identifier Node_Id 505 - 505 identifier deployment_properties.aadl:171:03 - Corresponding_Entity Node_Id 517 + 534 property definition declaration deployment_properties.aadl:50:02 + Identifier Node_Id 521 + 521 identifier deployment_properties.aadl:50:02 + Corresponding_Entity Node_Id 534 Display_Name Name_Id "Provided_Virtual_Bus_Class" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 519 - 519 property type deployment_properties.aadl:171:03 + Property_Name_Type Node_Id 536 + 536 property type deployment_properties.aadl:50:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 509 - 509 classifier type deployment_properties.aadl:172:27 - List_Items List_Id 507 - 508 classifier category ref deployment_properties.aadl:172:39 + Property_Type_Designator Node_Id 525 + 525 classifier type deployment_properties.aadl:50:46 + List_Items List_Id 523 + 524 classifier category ref deployment_properties.aadl:50:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 509 - 509 classifier type deployment_properties.aadl:172:27 - List_Items List_Id 507 - 508 classifier category ref deployment_properties.aadl:172:39 + Expanded_Type_Designator Node_Id 525 + 525 classifier type deployment_properties.aadl:50:46 + List_Items List_Id 523 + 524 classifier category ref deployment_properties.aadl:50:58 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 518 - 518 applies to deployment_properties.aadl:171:03 + Applies_To Node_Id 535 + 535 applies to deployment_properties.aadl:50:02 Is_All Boolean FALSE - Owner_Categories List_Id 510 - 511 named element deployment_properties.aadl:173:15 + Owner_Categories List_Id 526 + 527 named element deployment_properties.aadl:51:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 512 named element deployment_properties.aadl:174:15 + 528 named element deployment_properties.aadl:51:20 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 513 named element deployment_properties.aadl:175:15 + 529 named element deployment_properties.aadl:51:33 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 514 named element deployment_properties.aadl:176:15 + 530 named element deployment_properties.aadl:51:44 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 515 named element deployment_properties.aadl:177:15 + 531 named element deployment_properties.aadl:51:63 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 516 named element deployment_properties.aadl:178:15 + 532 named element deployment_properties.aadl:51:71 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 7 + Classifier_Ref Node_Id 0 + 533 named element deployment_properties.aadl:51:79 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 530 property definition declaration deployment_properties.aadl:181:03 - Identifier Node_Id 520 - 520 identifier deployment_properties.aadl:181:03 - Corresponding_Entity Node_Id 530 - Display_Name Name_Id "Provided_Connection_Quality_Of_Service" - Scope_Entity Node_Id 268 + 552 property definition declaration deployment_properties.aadl:53:02 + Identifier Node_Id 537 + 537 identifier deployment_properties.aadl:53:02 + Corresponding_Entity Node_Id 552 + Display_Name Name_Id "Required_Virtual_Bus_Class" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 532 - 532 property type deployment_properties.aadl:181:03 + Property_Name_Type Node_Id 554 + 554 property type deployment_properties.aadl:53:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 523 - 523 unique property type identifier deployment_properties.aadl:182:24 - Identifier Node_Id 522 - 522 identifier deployment_properties.aadl:182:27 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Connection_QoS" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 64 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 59 - 59 enumeration type aadl_project.aadl:65:10 - Identifiers List_Id 60 - 61 identifier aadl_project.aadl:65:23 - Corresponding_Entity Node_Id 59 - Display_Name Name_Id "GuaranteedDelivery" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 62 identifier aadl_project.aadl:66:23 - Corresponding_Entity Node_Id 59 - Display_Name Name_Id "OrderedDelivery" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 63 identifier aadl_project.aadl:67:23 - Corresponding_Entity Node_Id 59 - Display_Name Name_Id "SecureDelivery" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 + Property_Type_Designator Node_Id 541 + 541 classifier type deployment_properties.aadl:53:46 + List_Items List_Id 539 + 540 classifier category ref deployment_properties.aadl:53:58 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + Expanded_Type_Designator Node_Id 541 + 541 classifier type deployment_properties.aadl:53:46 + List_Items List_Id 539 + 540 classifier category ref deployment_properties.aadl:53:58 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 531 - 531 applies to deployment_properties.aadl:181:03 + Applies_To Node_Id 553 + 553 applies to deployment_properties.aadl:53:02 Is_All Boolean FALSE - Owner_Categories List_Id 524 - 525 named element deployment_properties.aadl:183:15 + Owner_Categories List_Id 542 + 543 named element deployment_properties.aadl:54:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 10 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 544 named element deployment_properties.aadl:54:28 + Identifier Node_Id 545 + 545 identifier deployment_properties.aadl:54:28 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "connection" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Category Byte 37 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 546 named element deployment_properties.aadl:54:40 + Identifier Node_Id 0 + Category Byte 14 + Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 526 named element deployment_properties.aadl:184:15 + 547 named element deployment_properties.aadl:54:46 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 11 + Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 527 named element deployment_properties.aadl:185:15 + 548 named element deployment_properties.aadl:54:54 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 8 + Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 528 named element deployment_properties.aadl:186:15 + 549 named element deployment_properties.aadl:54:68 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 9 + Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 529 named element deployment_properties.aadl:187:15 + 550 named element deployment_properties.aadl:54:77 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 542 property definition declaration deployment_properties.aadl:190:03 - Identifier Node_Id 533 - 533 identifier deployment_properties.aadl:190:03 - Corresponding_Entity Node_Id 542 - Display_Name Name_Id "Required_Connection_Quality_Of_Service" - Scope_Entity Node_Id 268 + 551 named element deployment_properties.aadl:54:85 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 567 property definition declaration deployment_properties.aadl:56:02 + Identifier Node_Id 555 + 555 identifier deployment_properties.aadl:56:02 + Corresponding_Entity Node_Id 567 + Display_Name Name_Id "Provided_Connection_Quality_Of_Service" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 544 - 544 property type deployment_properties.aadl:190:03 + Property_Name_Type Node_Id 569 + 569 property type deployment_properties.aadl:56:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 536 - 536 unique property type identifier deployment_properties.aadl:191:24 - Identifier Node_Id 535 - 535 identifier deployment_properties.aadl:191:27 + Property_Type_Designator Node_Id 558 + 558 unique property type identifier deployment_properties.aadl:56:55 + Identifier Node_Id 557 + 557 identifier deployment_properties.aadl:56:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Connection_QoS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 64 + Entity Node_Id 65 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 59 - 59 enumeration type aadl_project.aadl:65:10 - Identifiers List_Id 60 - 61 identifier aadl_project.aadl:65:23 - Corresponding_Entity Node_Id 59 + Expanded_Type_Designator Node_Id 60 + 60 enumeration type aadl_project.aadl:31:34 + Identifiers List_Id 61 + 62 identifier aadl_project.aadl:31:47 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "GuaranteedDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 62 identifier aadl_project.aadl:66:23 - Corresponding_Entity Node_Id 59 + 63 identifier aadl_project.aadl:31:67 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "OrderedDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 63 identifier aadl_project.aadl:67:23 - Corresponding_Entity Node_Id 59 + 64 identifier aadl_project.aadl:31:84 + Corresponding_Entity Node_Id 60 Display_Name Name_Id "SecureDelivery" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 543 - 543 applies to deployment_properties.aadl:190:03 + Applies_To Node_Id 568 + 568 applies to deployment_properties.aadl:56:02 Is_All Boolean FALSE - Owner_Categories List_Id 537 - 538 named element deployment_properties.aadl:192:15 + Owner_Categories List_Id 559 + 560 named element deployment_properties.aadl:57:15 Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 539 named element deployment_properties.aadl:193:15 - Identifier Node_Id 540 - 540 identifier deployment_properties.aadl:193:15 + Category Byte 11 + Component_Cat Byte 10 + Classifier_Ref Node_Id 0 + 561 named element deployment_properties.aadl:57:20 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 562 named element deployment_properties.aadl:57:33 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 563 named element deployment_properties.aadl:57:44 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 564 named element deployment_properties.aadl:57:63 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 565 named element deployment_properties.aadl:57:71 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 566 named element deployment_properties.aadl:57:79 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 7 + Classifier_Ref Node_Id 0 + 584 property definition declaration deployment_properties.aadl:59:02 + Identifier Node_Id 570 + 570 identifier deployment_properties.aadl:59:02 + Corresponding_Entity Node_Id 584 + Display_Name Name_Id "Required_Connection_Quality_Of_Service" + Scope_Entity Node_Id 290 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 586 + 586 property type deployment_properties.aadl:59:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 573 + 573 unique property type identifier deployment_properties.aadl:59:55 + Identifier Node_Id 572 + 572 identifier deployment_properties.aadl:59:58 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Connection_QoS" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 65 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 60 + 60 enumeration type aadl_project.aadl:31:34 + Identifiers List_Id 61 + 62 identifier aadl_project.aadl:31:47 + Corresponding_Entity Node_Id 60 + Display_Name Name_Id "GuaranteedDelivery" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 63 identifier aadl_project.aadl:31:67 + Corresponding_Entity Node_Id 60 + Display_Name Name_Id "OrderedDelivery" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 64 identifier aadl_project.aadl:31:84 + Corresponding_Entity Node_Id 60 + Display_Name Name_Id "SecureDelivery" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 585 + 585 applies to deployment_properties.aadl:59:02 + Is_All Boolean FALSE + Owner_Categories List_Id 574 + 575 named element deployment_properties.aadl:60:15 + Identifier Node_Id 0 + Category Byte 14 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 576 named element deployment_properties.aadl:60:21 + Identifier Node_Id 577 + 577 identifier deployment_properties.aadl:60:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "connection" Scope_Entity Node_Id 0 @@ -2411,495 +2577,485 @@ Declarations List_Id 7 Category Byte 37 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 541 named element deployment_properties.aadl:194:15 + 578 named element deployment_properties.aadl:60:33 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 559 property definition declaration deployment_properties.aadl:197:03 - Identifier Node_Id 545 - 545 identifier deployment_properties.aadl:197:03 - Corresponding_Entity Node_Id 559 + 579 named element deployment_properties.aadl:60:46 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 580 named element deployment_properties.aadl:60:54 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 581 named element deployment_properties.aadl:60:68 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 6 + Classifier_Ref Node_Id 0 + 582 named element deployment_properties.aadl:60:77 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 583 named element deployment_properties.aadl:60:85 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 600 property definition declaration deployment_properties.aadl:73:02 + Identifier Node_Id 587 + 587 identifier deployment_properties.aadl:73:02 + Corresponding_Entity Node_Id 600 Display_Name Name_Id "Allowed_Connection_Type" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 561 - 561 property type deployment_properties.aadl:197:03 + Property_Name_Type Node_Id 602 + 602 property type deployment_properties.aadl:73:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 547 - 547 enumeration type deployment_properties.aadl:198:18 - Identifiers List_Id 548 - 549 identifier deployment_properties.aadl:198:31 - Corresponding_Entity Node_Id 547 + Property_Type_Designator Node_Id 589 + 589 enumeration type deployment_properties.aadl:73:35 + Identifiers List_Id 590 + 591 identifier deployment_properties.aadl:74:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Sampled_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 550 identifier deployment_properties.aadl:199:31 - Corresponding_Entity Node_Id 547 + 592 identifier deployment_properties.aadl:74:34 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Immediate_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 551 identifier deployment_properties.aadl:200:31 - Corresponding_Entity Node_Id 547 + 593 identifier deployment_properties.aadl:75:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Delayed_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 552 identifier deployment_properties.aadl:201:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Event_Data_Connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 553 identifier deployment_properties.aadl:202:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Event_Connection" + 594 identifier deployment_properties.aadl:75:34 + Corresponding_Entity Node_Id 589 + Display_Name Name_Id "Port_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 554 identifier deployment_properties.aadl:203:31 - Corresponding_Entity Node_Id 547 + 595 identifier deployment_properties.aadl:76:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Data_Access_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 555 identifier deployment_properties.aadl:204:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Remote_Subprogram_Call" + 596 identifier deployment_properties.aadl:77:09 + Corresponding_Entity Node_Id 589 + Display_Name Name_Id "Subprogram_Access_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 547 - 547 enumeration type deployment_properties.aadl:198:18 - Identifiers List_Id 548 - 549 identifier deployment_properties.aadl:198:31 - Corresponding_Entity Node_Id 547 + Expanded_Type_Designator Node_Id 589 + 589 enumeration type deployment_properties.aadl:73:35 + Identifiers List_Id 590 + 591 identifier deployment_properties.aadl:74:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Sampled_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 550 identifier deployment_properties.aadl:199:31 - Corresponding_Entity Node_Id 547 + 592 identifier deployment_properties.aadl:74:34 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Immediate_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 551 identifier deployment_properties.aadl:200:31 - Corresponding_Entity Node_Id 547 + 593 identifier deployment_properties.aadl:75:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Delayed_Data_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 552 identifier deployment_properties.aadl:201:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Event_Data_Connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 553 identifier deployment_properties.aadl:202:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Event_Connection" + 594 identifier deployment_properties.aadl:75:34 + Corresponding_Entity Node_Id 589 + Display_Name Name_Id "Port_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 554 identifier deployment_properties.aadl:203:31 - Corresponding_Entity Node_Id 547 + 595 identifier deployment_properties.aadl:76:09 + Corresponding_Entity Node_Id 589 Display_Name Name_Id "Data_Access_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 555 identifier deployment_properties.aadl:204:31 - Corresponding_Entity Node_Id 547 - Display_Name Name_Id "Remote_Subprogram_Call" + 596 identifier deployment_properties.aadl:77:09 + Corresponding_Entity Node_Id 589 + Display_Name Name_Id "Subprogram_Access_Connection" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 560 - 560 applies to deployment_properties.aadl:197:03 + Applies_To Node_Id 601 + 601 applies to deployment_properties.aadl:73:02 Is_All Boolean FALSE - Owner_Categories List_Id 556 - 557 named element deployment_properties.aadl:205:15 + Owner_Categories List_Id 597 + 598 named element deployment_properties.aadl:78:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 558 named element deployment_properties.aadl:205:20 + 599 named element deployment_properties.aadl:78:20 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 568 property definition declaration deployment_properties.aadl:208:03 - Identifier Node_Id 562 - 562 identifier deployment_properties.aadl:208:03 - Corresponding_Entity Node_Id 568 + 610 property definition declaration deployment_properties.aadl:80:02 + Identifier Node_Id 603 + 603 identifier deployment_properties.aadl:80:02 + Corresponding_Entity Node_Id 610 Display_Name Name_Id "Allowed_Dispatch_Protocol" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 570 - 570 property type deployment_properties.aadl:208:03 + Property_Name_Type Node_Id 612 + 612 property type deployment_properties.aadl:80:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 565 - 565 unique property type identifier deployment_properties.aadl:209:15 - Identifier Node_Id 564 - 564 identifier deployment_properties.aadl:209:18 + Property_Type_Designator Node_Id 606 + 606 unique property type identifier deployment_properties.aadl:80:34 + Identifier Node_Id 605 + 605 identifier deployment_properties.aadl:80:37 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Dispatch_Protocols" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 47 + Entity Node_Id 48 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 39 - 39 enumeration type aadl_project.aadl:43:10 - Identifiers List_Id 40 - 41 identifier aadl_project.aadl:43:23 - Corresponding_Entity Node_Id 39 + Expanded_Type_Designator Node_Id 40 + 40 enumeration type aadl_project.aadl:25:38 + Identifiers List_Id 41 + 42 identifier aadl_project.aadl:25:51 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Periodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 42 identifier aadl_project.aadl:44:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Aperiodic" + 43 identifier aadl_project.aadl:25:61 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Sporadic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 43 identifier aadl_project.aadl:45:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Sporadic" + 44 identifier aadl_project.aadl:25:71 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Aperiodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 44 identifier aadl_project.aadl:46:23 - Corresponding_Entity Node_Id 39 + 45 identifier aadl_project.aadl:25:82 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Timed" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 45 identifier aadl_project.aadl:47:09 - Corresponding_Entity Node_Id 39 + 46 identifier aadl_project.aadl:25:89 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Hybrid" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 46 identifier aadl_project.aadl:48:23 - Corresponding_Entity Node_Id 39 + 47 identifier aadl_project.aadl:25:97 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Background" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 569 - 569 applies to deployment_properties.aadl:208:03 + Applies_To Node_Id 611 + 611 applies to deployment_properties.aadl:80:02 Is_All Boolean FALSE - Owner_Categories List_Id 566 - 567 named element deployment_properties.aadl:210:15 + Owner_Categories List_Id 607 + 608 named element deployment_properties.aadl:81:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 578 property definition declaration deployment_properties.aadl:213:03 - Identifier Node_Id 571 - 571 identifier deployment_properties.aadl:213:03 - Corresponding_Entity Node_Id 578 + 609 named element deployment_properties.aadl:81:26 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 621 property definition declaration deployment_properties.aadl:83:02 + Identifier Node_Id 613 + 613 identifier deployment_properties.aadl:83:02 + Corresponding_Entity Node_Id 621 Display_Name Name_Id "Allowed_Period" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 580 - 580 property type deployment_properties.aadl:213:03 + Property_Name_Type Node_Id 623 + 623 property type deployment_properties.aadl:83:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 574 - 574 unique property type identifier deployment_properties.aadl:213:24 - Identifier Node_Id 573 - 573 identifier deployment_properties.aadl:213:27 + Property_Type_Designator Node_Id 616 + 616 unique property type identifier deployment_properties.aadl:83:23 + Identifier Node_Id 615 + 615 identifier deployment_properties.aadl:83:26 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2095 - 2095 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2096 - 2096 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2097 - 2097 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2098 - 2098 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2099 - 2099 literal timing_properties.aadl:13:26 - Value Value_Id 43 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2284 + 2284 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2285 + 2285 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2286 + 2286 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2287 + 2287 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2288 + 2288 literal timing_properties.aadl:7:25 + Value Value_Id 57 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2100 - 2100 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2101 - 2101 literal aadl_project.aadl:145:30 - Value Value_Id 44 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2289 + 2289 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2290 + 2290 literal aadl_project.aadl:101:30 + Value Value_Id 58 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 579 - 579 applies to deployment_properties.aadl:213:03 + Applies_To Node_Id 622 + 622 applies to deployment_properties.aadl:83:02 Is_All Boolean FALSE - Owner_Categories List_Id 575 - 576 named element deployment_properties.aadl:214:15 + Owner_Categories List_Id 617 + 618 named element deployment_properties.aadl:84:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 577 named element deployment_properties.aadl:214:26 + 619 named element deployment_properties.aadl:84:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 598 property definition declaration deployment_properties.aadl:217:03 - Identifier Node_Id 581 - 581 identifier deployment_properties.aadl:217:03 - Corresponding_Entity Node_Id 598 - Display_Name Name_Id "Not_Collocated" - Scope_Entity Node_Id 268 + 620 named element deployment_properties.aadl:84:34 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 634 property definition declaration deployment_properties.aadl:86:02 + Identifier Node_Id 624 + 624 identifier deployment_properties.aadl:86:02 + Corresponding_Entity Node_Id 634 + Display_Name Name_Id "Allowed_Physical_Access_Class" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 600 - 600 property type deployment_properties.aadl:217:03 + Property_Name_Type Node_Id 636 + 636 property type deployment_properties.aadl:86:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 590 - 590 reference type deployment_properties.aadl:218:14 - List_Items List_Id 583 - 584 reference category deployment_properties.aadl:218:25 + Property_Type_Designator Node_Id 631 + 631 classifier type deployment_properties.aadl:86:41 + List_Items List_Id 626 + 627 classifier category ref deployment_properties.aadl:86:53 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 1 + Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 585 reference category deployment_properties.aadl:219:25 + 628 classifier category ref deployment_properties.aadl:86:61 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 4 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 586 reference category deployment_properties.aadl:220:25 + 629 classifier category ref deployment_properties.aadl:86:72 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 6 + Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 587 reference category deployment_properties.aadl:221:25 + 630 classifier category ref deployment_properties.aadl:86:80 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 13 - Classifier_Ref Node_Id 0 - 588 reference category deployment_properties.aadl:222:25 - Identifier Node_Id 589 - 589 identifier deployment_properties.aadl:222:25 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 + Component_Cat Byte 10 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 590 - 590 reference type deployment_properties.aadl:218:14 - List_Items List_Id 583 - 584 reference category deployment_properties.aadl:218:25 + Expanded_Type_Designator Node_Id 631 + 631 classifier type deployment_properties.aadl:86:41 + List_Items List_Id 626 + 627 classifier category ref deployment_properties.aadl:86:53 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 1 + Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 585 reference category deployment_properties.aadl:219:25 + 628 classifier category ref deployment_properties.aadl:86:61 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 4 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 586 reference category deployment_properties.aadl:220:25 + 629 classifier category ref deployment_properties.aadl:86:72 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 6 + Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 587 reference category deployment_properties.aadl:221:25 + 630 classifier category ref deployment_properties.aadl:86:80 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 13 - Classifier_Ref Node_Id 0 - 588 reference category deployment_properties.aadl:222:25 - Identifier Node_Id 589 - 589 identifier deployment_properties.aadl:222:25 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 + Component_Cat Byte 10 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 599 - 599 applies to deployment_properties.aadl:217:03 + Applies_To Node_Id 635 + 635 applies to deployment_properties.aadl:86:02 Is_All Boolean FALSE - Owner_Categories List_Id 591 - 592 named element deployment_properties.aadl:223:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 1 - Classifier_Ref Node_Id 0 - 593 named element deployment_properties.aadl:224:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 4 - Classifier_Ref Node_Id 0 - 594 named element deployment_properties.aadl:225:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 6 - Classifier_Ref Node_Id 0 - 595 named element deployment_properties.aadl:226:15 + Owner_Categories List_Id 632 + 633 named element deployment_properties.aadl:87:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 13 - Classifier_Ref Node_Id 0 - 596 named element deployment_properties.aadl:227:15 - Identifier Node_Id 597 - 597 identifier deployment_properties.aadl:227:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 + Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 611 property definition declaration deployment_properties.aadl:230:03 - Identifier Node_Id 601 - 601 identifier deployment_properties.aadl:230:03 - Corresponding_Entity Node_Id 611 + 647 property definition declaration deployment_properties.aadl:89:02 + Identifier Node_Id 637 + 637 identifier deployment_properties.aadl:89:02 + Corresponding_Entity Node_Id 647 Display_Name Name_Id "Allowed_Physical_Access" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 613 - 613 property type deployment_properties.aadl:230:03 + Property_Name_Type Node_Id 649 + 649 property type deployment_properties.aadl:89:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 608 - 608 classifier type deployment_properties.aadl:231:18 - List_Items List_Id 603 - 604 classifier category ref deployment_properties.aadl:231:31 + Property_Type_Designator Node_Id 644 + 644 reference type deployment_properties.aadl:89:35 + List_Items List_Id 639 + 640 reference category deployment_properties.aadl:89:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 605 classifier category ref deployment_properties.aadl:232:31 + 641 reference category deployment_properties.aadl:89:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 606 classifier category ref deployment_properties.aadl:233:31 + 642 reference category deployment_properties.aadl:89:65 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 607 classifier category ref deployment_properties.aadl:234:31 + 643 reference category deployment_properties.aadl:89:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 608 - 608 classifier type deployment_properties.aadl:231:18 - List_Items List_Id 603 - 604 classifier category ref deployment_properties.aadl:231:31 + Expanded_Type_Designator Node_Id 644 + 644 reference type deployment_properties.aadl:89:35 + List_Items List_Id 639 + 640 reference category deployment_properties.aadl:89:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 605 classifier category ref deployment_properties.aadl:232:31 + 641 reference category deployment_properties.aadl:89:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 606 classifier category ref deployment_properties.aadl:233:31 + 642 reference category deployment_properties.aadl:89:65 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 607 classifier category ref deployment_properties.aadl:234:31 + 643 reference category deployment_properties.aadl:89:73 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 612 - 612 applies to deployment_properties.aadl:230:03 + Applies_To Node_Id 648 + 648 applies to deployment_properties.aadl:89:02 Is_All Boolean FALSE - Owner_Categories List_Id 609 - 610 named element deployment_properties.aadl:235:15 + Owner_Categories List_Id 645 + 646 named element deployment_properties.aadl:90:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 625 property definition declaration deployment_properties.aadl:238:03 - Identifier Node_Id 614 - 614 identifier deployment_properties.aadl:238:03 - Corresponding_Entity Node_Id 625 + 662 property definition declaration deployment_properties.aadl:92:02 + Identifier Node_Id 650 + 650 identifier deployment_properties.aadl:92:02 + Corresponding_Entity Node_Id 662 Display_Name Name_Id "Memory_Protocol" - Scope_Entity Node_Id 268 + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 627 - 627 property type deployment_properties.aadl:238:03 + Property_Name_Type Node_Id 664 + 664 property type deployment_properties.aadl:92:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 615 - 615 enumeration type deployment_properties.aadl:238:20 - Identifiers List_Id 616 - 617 identifier deployment_properties.aadl:238:33 - Corresponding_Entity Node_Id 615 + Property_Type_Designator Node_Id 651 + 651 enumeration type deployment_properties.aadl:92:19 + Identifiers List_Id 652 + 653 identifier deployment_properties.aadl:92:32 + Corresponding_Entity Node_Id 651 + Display_Name Name_Id "execute_only" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 654 identifier deployment_properties.aadl:92:46 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "read_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 618 identifier deployment_properties.aadl:239:33 - Corresponding_Entity Node_Id 615 + 655 identifier deployment_properties.aadl:92:57 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "write_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 619 identifier deployment_properties.aadl:240:33 - Corresponding_Entity Node_Id 615 + 656 identifier deployment_properties.aadl:92:69 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 615 - 615 enumeration type deployment_properties.aadl:238:20 - Identifiers List_Id 616 - 617 identifier deployment_properties.aadl:238:33 - Corresponding_Entity Node_Id 615 + Expanded_Type_Designator Node_Id 651 + 651 enumeration type deployment_properties.aadl:92:19 + Identifiers List_Id 652 + 653 identifier deployment_properties.aadl:92:32 + Corresponding_Entity Node_Id 651 + Display_Name Name_Id "execute_only" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 654 identifier deployment_properties.aadl:92:46 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "read_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 618 identifier deployment_properties.aadl:239:33 - Corresponding_Entity Node_Id 615 + 655 identifier deployment_properties.aadl:92:57 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "write_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 619 identifier deployment_properties.aadl:240:33 - Corresponding_Entity Node_Id 615 + 656 identifier deployment_properties.aadl:92:69 + Corresponding_Entity Node_Id 651 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Default_Value Node_Id 628 - 628 property value deployment_properties.aadl:238:03 - Value_Container Node_Id 267 - Single_Value Node_Id 2086 - 2086 enumeration term deployment_properties.aadl:241:03 - Identifier Node_Id 620 - 620 identifier deployment_properties.aadl:241:06 + Default_Value Node_Id 665 + 665 property value deployment_properties.aadl:92:02 + Value_Container Node_Id 289 + Single_Value Node_Id 2274 + 2274 enumeration term deployment_properties.aadl:92:81 + Identifier Node_Id 657 + 657 identifier deployment_properties.aadl:92:84 Corresponding_Entity Node_Id 0 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 @@ -2907,10 +3063,10 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2102 - 2102 enumeration term deployment_properties.aadl:241:03 - Identifier Node_Id 620 - 620 identifier deployment_properties.aadl:241:06 + Expanded_Single_Value Node_Id 2291 + 2291 enumeration term deployment_properties.aadl:92:81 + Identifier Node_Id 657 + 657 identifier deployment_properties.aadl:92:84 Corresponding_Entity Node_Id 0 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 @@ -2918,1679 +3074,1729 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 626 - 626 applies to deployment_properties.aadl:238:03 + Applies_To Node_Id 663 + 663 applies to deployment_properties.aadl:92:02 Is_All Boolean FALSE - Owner_Categories List_Id 623 - 624 named element deployment_properties.aadl:242:15 + Owner_Categories List_Id 660 + 661 named element deployment_properties.aadl:93:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 635 property definition declaration deployment_properties.aadl:245:03 - Identifier Node_Id 629 - 629 identifier deployment_properties.aadl:245:03 - Corresponding_Entity Node_Id 635 - Display_Name Name_Id "Priority_Map" - Scope_Entity Node_Id 268 + 672 property definition declaration deployment_properties.aadl:95:02 + Identifier Node_Id 666 + 666 identifier deployment_properties.aadl:95:02 + Corresponding_Entity Node_Id 672 + Display_Name Name_Id "Runtime_Protection_Support" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 637 - 637 property type deployment_properties.aadl:245:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 632 - 632 unique property type identifier deployment_properties.aadl:245:22 - Identifier Node_Id 631 - 631 identifier deployment_properties.aadl:245:25 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Priority_Mapping" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 647 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 646 - 646 record type deployment_properties.aadl:249:33 - List_Items List_Id 639 - 640 record type element deployment_properties.aadl:250:27 - Identifier Node_Id 641 - 641 identifier deployment_properties.aadl:250:27 - Corresponding_Entity Node_Id 640 - Display_Name Name_Id "Aadl_Priority" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 642 - 642 integer type deployment_properties.aadl:250:42 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 643 record type element deployment_properties.aadl:251:27 - Identifier Node_Id 644 - 644 identifier deployment_properties.aadl:251:27 - Corresponding_Entity Node_Id 643 - Display_Name Name_Id "RTOS_Priority" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 645 - 645 integer type deployment_properties.aadl:251:42 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 + Property_Name_Type Node_Id 674 + 674 property type deployment_properties.aadl:95:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 667 + 667 boolean type deployment_properties.aadl:95:31 + Expanded_Type_Designator Node_Id 667 + 667 boolean type deployment_properties.aadl:95:31 Default_Value Node_Id 0 - Applies_To Node_Id 636 - 636 applies to deployment_properties.aadl:245:03 + Applies_To Node_Id 673 + 673 applies to deployment_properties.aadl:95:02 Is_All Boolean FALSE - Owner_Categories List_Id 633 - 634 named element deployment_properties.aadl:246:15 + Owner_Categories List_Id 669 + 670 named element deployment_properties.aadl:96:18 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 647 property type declaration deployment_properties.aadl:249:03 - Identifier Node_Id 638 - 638 identifier deployment_properties.aadl:249:03 - Corresponding_Entity Node_Id 647 - Display_Name Name_Id "Priority_Mapping" - Scope_Entity Node_Id 268 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 646 - 646 record type deployment_properties.aadl:249:33 - List_Items List_Id 639 - 640 record type element deployment_properties.aadl:250:27 - Identifier Node_Id 641 - 641 identifier deployment_properties.aadl:250:27 - Corresponding_Entity Node_Id 640 - Display_Name Name_Id "Aadl_Priority" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 642 - 642 integer type deployment_properties.aadl:250:42 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 643 record type element deployment_properties.aadl:251:27 - Identifier Node_Id 644 - 644 identifier deployment_properties.aadl:251:27 - Corresponding_Entity Node_Id 643 - Display_Name Name_Id "RTOS_Priority" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 645 - 645 integer type deployment_properties.aadl:251:42 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 654 property definition declaration deployment_properties.aadl:254:03 - Identifier Node_Id 648 - 648 identifier deployment_properties.aadl:254:03 - Corresponding_Entity Node_Id 654 - Display_Name Name_Id "Priority_Range" - Scope_Entity Node_Id 268 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 656 - 656 property type deployment_properties.aadl:254:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 649 - 649 range type deployment_properties.aadl:254:19 - Number_Type Node_Id 650 - 650 integer type deployment_properties.aadl:254:28 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2103 - 2103 range type deployment_properties.aadl:254:19 - Number_Type Node_Id 2104 - 2104 integer type deployment_properties.aadl:254:28 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 655 - 655 applies to deployment_properties.aadl:254:03 - Is_All Boolean FALSE - Owner_Categories List_Id 652 - 653 named element deployment_properties.aadl:255:15 + 671 named element deployment_properties.aadl:96:29 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 8 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - Property_Set_Context Node_Id 0 - Imports_List List_Id 0 -658 property set thread_properties.aadl:9:01 - Identifier Node_Id 657 - 657 identifier thread_properties.aadl:9:14 - Corresponding_Entity Node_Id 658 - Display_Name Name_Id "Thread_Properties" - Scope_Entity Node_Id 2 - Backend_Node Node_Id 0 - Entity_Scope Node_Id 659 - Declarations List_Id 671 - 668 property definition declaration thread_properties.aadl:13:03 - Identifier Node_Id 660 - 660 identifier thread_properties.aadl:13:03 - Corresponding_Entity Node_Id 668 - Display_Name Name_Id "Activation_Mode" - Scope_Entity Node_Id 659 + 682 property definition declaration deployment_properties.aadl:98:02 + Identifier Node_Id 675 + 675 identifier deployment_properties.aadl:98:02 + Corresponding_Entity Node_Id 682 + Display_Name Name_Id "Scheduling_Protocol" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 670 - 670 property type thread_properties.aadl:13:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 661 - 661 enumeration type thread_properties.aadl:13:20 - Identifiers List_Id 662 - 663 identifier thread_properties.aadl:13:34 - Corresponding_Entity Node_Id 661 - Display_Name Name_Id "restart" + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 684 + 684 property type deployment_properties.aadl:98:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 678 + 678 unique property type identifier deployment_properties.aadl:98:36 + Identifier Node_Id 677 + 677 identifier deployment_properties.aadl:98:39 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Scheduling_Protocols" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 664 identifier thread_properties.aadl:13:43 - Corresponding_Entity Node_Id 661 - Display_Name Name_Id "resume" + Entity Node_Id 86 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 67 + 67 enumeration type aadl_project.aadl:33:40 + Identifiers List_Id 68 + 69 identifier aadl_project.aadl:34:04 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "PARAMETRIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 661 - 661 enumeration type thread_properties.aadl:13:20 - Identifiers List_Id 662 - 663 identifier thread_properties.aadl:13:34 - Corresponding_Entity Node_Id 661 - Display_Name Name_Id "restart" + 70 identifier aadl_project.aadl:35:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "EARLIEST_DEADLINE_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 664 identifier thread_properties.aadl:13:43 - Corresponding_Entity Node_Id 661 - Display_Name Name_Id "resume" + 71 identifier aadl_project.aadl:36:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "LEAST_LAXITY_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 669 - 669 applies to thread_properties.aadl:13:03 - Is_All Boolean FALSE - Owner_Categories List_Id 666 - 667 named element thread_properties.aadl:14:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 4 - Classifier_Ref Node_Id 0 - 683 property definition declaration thread_properties.aadl:17:03 - Identifier Node_Id 672 - 672 identifier thread_properties.aadl:17:03 - Corresponding_Entity Node_Id 683 - Display_Name Name_Id "Active_Thread_Handling_Protocol" - Scope_Entity Node_Id 659 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 685 - 685 property type thread_properties.aadl:17:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 674 - 674 unique property type identifier thread_properties.aadl:18:03 - Identifier Node_Id 673 - 673 identifier thread_properties.aadl:18:11 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Active_Thread_Handling_Protocols" + 72 identifier aadl_project.aadl:37:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "RATE_MONOTONIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 13 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 9 - 9 enumeration type aadl_project.aadl:11:10 - Identifiers List_Id 10 - 11 identifier aadl_project.aadl:11:23 - Corresponding_Entity Node_Id 9 - Display_Name Name_Id "abort" + 73 identifier aadl_project.aadl:38:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "DEADLINE_MONOTONIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 12 identifier aadl_project.aadl:12:23 - Corresponding_Entity Node_Id 9 - Display_Name Name_Id "test" + 74 identifier aadl_project.aadl:39:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "ROUND_ROBIN_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 686 - 686 property value thread_properties.aadl:17:03 - Value_Container Node_Id 658 - Single_Value Node_Id 2087 - 2087 enumeration term thread_properties.aadl:19:03 - Identifier Node_Id 675 - 675 identifier thread_properties.aadl:19:06 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "abort" + 75 identifier aadl_project.aadl:40:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "TIME_SHARING_BASED_ON_WAIT_TIME_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2105 - 2105 enumeration term thread_properties.aadl:19:03 - Identifier Node_Id 675 - 675 identifier thread_properties.aadl:19:06 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "abort" + 76 identifier aadl_project.aadl:41:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 684 - 684 applies to thread_properties.aadl:17:03 - Is_All Boolean FALSE - Owner_Categories List_Id 678 - 679 named element thread_properties.aadl:20:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 4 - Classifier_Ref Node_Id 0 - 680 named element thread_properties.aadl:21:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 5 - Classifier_Ref Node_Id 0 - 681 named element thread_properties.aadl:22:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 6 - Classifier_Ref Node_Id 0 - 682 named element thread_properties.aadl:23:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 13 - Classifier_Ref Node_Id 0 - 700 property definition declaration thread_properties.aadl:26:03 - Identifier Node_Id 687 - 687 identifier thread_properties.aadl:26:03 - Corresponding_Entity Node_Id 700 - Display_Name Name_Id "Active_Thread_Queue_Handling_Protocol" - Scope_Entity Node_Id 659 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 702 - 702 property type thread_properties.aadl:26:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 688 - 688 enumeration type thread_properties.aadl:27:11 - Identifiers List_Id 689 - 690 identifier thread_properties.aadl:27:24 - Corresponding_Entity Node_Id 688 - Display_Name Name_Id "flush" + 77 identifier aadl_project.aadl:42:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "D_OVER_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 691 identifier thread_properties.aadl:27:31 - Corresponding_Entity Node_Id 688 - Display_Name Name_Id "hold" + 78 identifier aadl_project.aadl:43:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_LAXITY_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 688 - 688 enumeration type thread_properties.aadl:27:11 - Identifiers List_Id 689 - 690 identifier thread_properties.aadl:27:24 - Corresponding_Entity Node_Id 688 - Display_Name Name_Id "flush" + 79 identifier aadl_project.aadl:44:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_DEADLINE_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 691 identifier thread_properties.aadl:27:31 - Corresponding_Entity Node_Id 688 - Display_Name Name_Id "hold" + 80 identifier aadl_project.aadl:45:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "TIME_SHARING_BASED_ON_CPU_USAGE_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 703 - 703 property value thread_properties.aadl:26:03 - Value_Container Node_Id 658 - Single_Value Node_Id 2088 - 2088 enumeration term thread_properties.aadl:28:03 - Identifier Node_Id 692 - 692 identifier thread_properties.aadl:28:06 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "flush" + 81 identifier aadl_project.aadl:46:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "NO_SCHEDULING_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2106 - 2106 enumeration term thread_properties.aadl:28:03 - Identifier Node_Id 692 - 692 identifier thread_properties.aadl:28:06 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "flush" + 82 identifier aadl_project.aadl:47:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "HIERARCHICAL_CYCLIC_PROTOCOL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 701 - 701 applies to thread_properties.aadl:26:03 + 83 identifier aadl_project.aadl:48:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "HIERARCHICAL_ROUND_ROBIN_PROTOCOL" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 84 identifier aadl_project.aadl:49:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "HIERARCHICAL_FIXED_PRIORITY_PROTOCOL" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 85 identifier aadl_project.aadl:50:03 + Corresponding_Entity Node_Id 67 + Display_Name Name_Id "HIERARCHICAL_PARAMETRIC_PROTOCOL" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 683 + 683 applies to deployment_properties.aadl:98:02 Is_All Boolean FALSE - Owner_Categories List_Id 695 - 696 named element thread_properties.aadl:29:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 4 - Classifier_Ref Node_Id 0 - 697 named element thread_properties.aadl:30:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 5 - Classifier_Ref Node_Id 0 - 698 named element thread_properties.aadl:31:15 + Owner_Categories List_Id 679 + 680 named element deployment_properties.aadl:99:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 6 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 699 named element thread_properties.aadl:32:15 + 681 named element deployment_properties.aadl:99:34 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 13 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 710 property definition declaration thread_properties.aadl:35:03 - Identifier Node_Id 704 - 704 identifier thread_properties.aadl:35:03 - Corresponding_Entity Node_Id 710 - Display_Name Name_Id "Concurrency_Control_Protocol" - Scope_Entity Node_Id 659 + 690 property definition declaration deployment_properties.aadl:101:02 + Identifier Node_Id 685 + 685 identifier deployment_properties.aadl:101:02 + Corresponding_Entity Node_Id 690 + Display_Name Name_Id "Preemptive_Scheduler" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 712 - 712 property type thread_properties.aadl:35:03 + Property_Name_Type Node_Id 692 + 692 property type deployment_properties.aadl:101:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 706 - 706 unique property type identifier thread_properties.aadl:35:31 - Identifier Node_Id 705 - 705 identifier thread_properties.aadl:36:14 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Concurrency_Control_Protocols" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 37 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 28 - 28 enumeration type aadl_project.aadl:31:10 - Identifiers List_Id 29 - 30 identifier aadl_project.aadl:31:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "NoneSpecified" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 31 identifier aadl_project.aadl:32:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Read_Only" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 32 identifier aadl_project.aadl:33:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Priority_Inheritance" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 33 identifier aadl_project.aadl:34:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Immediate_Priority_Ceiling_Protocol" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 34 identifier aadl_project.aadl:35:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Protected_Access" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 35 identifier aadl_project.aadl:36:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Priority_Ceiling_Protocol" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 36 identifier aadl_project.aadl:37:23 - Corresponding_Entity Node_Id 28 - Display_Name Name_Id "Priority_Ceiling" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 + Property_Type_Designator Node_Id 686 + 686 boolean type deployment_properties.aadl:101:24 + Expanded_Type_Designator Node_Id 686 + 686 boolean type deployment_properties.aadl:101:24 Default_Value Node_Id 0 - Applies_To Node_Id 711 - 711 applies to thread_properties.aadl:35:03 + Applies_To Node_Id 691 + 691 applies to deployment_properties.aadl:101:02 Is_All Boolean FALSE - Owner_Categories List_Id 708 - 709 named element thread_properties.aadl:37:15 + Owner_Categories List_Id 688 + 689 named element deployment_properties.aadl:102:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 1 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 719 property definition declaration thread_properties.aadl:40:03 - Identifier Node_Id 713 - 713 identifier thread_properties.aadl:40:03 - Corresponding_Entity Node_Id 719 - Display_Name Name_Id "Criticality" - Scope_Entity Node_Id 659 + 704 property definition declaration deployment_properties.aadl:104:02 + Identifier Node_Id 693 + 693 identifier deployment_properties.aadl:104:02 + Corresponding_Entity Node_Id 704 + Display_Name Name_Id "Thread_Limit" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 721 - 721 property type thread_properties.aadl:40:03 + Property_Name_Type Node_Id 706 + 706 property type deployment_properties.aadl:104:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 714 - 714 integer type thread_properties.aadl:40:16 - Type_Range Node_Id 0 + Property_Type_Designator Node_Id 694 + 694 integer type deployment_properties.aadl:104:16 + Type_Range Node_Id 699 + 699 number range deployment_properties.aadl:104:28 + Lower_Bound Node_Id 695 + 695 signed aadlnumber deployment_properties.aadl:104:28 + Number_Value Node_Id 696 + 696 literal deployment_properties.aadl:104:28 + Value Value_Id 30 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 698 + 698 property term deployment_properties.aadl:104:30 + Identifier Node_Id 697 + 697 identifier deployment_properties.aadl:104:33 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Max_Thread_Limit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 185 + Property_Set_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2107 - 2107 integer type thread_properties.aadl:40:16 - Type_Range Node_Id 0 + Expanded_Type_Designator Node_Id 2292 + 2292 integer type deployment_properties.aadl:104:16 + Type_Range Node_Id 2293 + 2293 number range deployment_properties.aadl:104:28 + Lower_Bound Node_Id 2294 + 2294 signed aadlnumber deployment_properties.aadl:104:28 + Number_Value Node_Id 2295 + 2295 literal deployment_properties.aadl:104:28 + Value Value_Id 59 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 2296 + 2296 signed aadlnumber aadl_project.aadl:99:45 + Number_Value Node_Id 2297 + 2297 literal aadl_project.aadl:99:45 + Value Value_Id 60 + Unit_Identifier Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 720 - 720 applies to thread_properties.aadl:40:03 + Applies_To Node_Id 705 + 705 applies to deployment_properties.aadl:104:02 Is_All Boolean FALSE - Owner_Categories List_Id 716 - 717 named element thread_properties.aadl:41:15 + Owner_Categories List_Id 701 + 702 named element deployment_properties.aadl:105:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 4 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 718 named element thread_properties.aadl:41:23 + 703 named element deployment_properties.aadl:105:26 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 5 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 734 property definition declaration thread_properties.aadl:44:03 - Identifier Node_Id 722 - 722 identifier thread_properties.aadl:44:03 - Corresponding_Entity Node_Id 734 - Display_Name Name_Id "Dequeue_Protocol" - Scope_Entity Node_Id 659 + 713 property definition declaration deployment_properties.aadl:107:02 + Identifier Node_Id 707 + 707 identifier deployment_properties.aadl:107:02 + Corresponding_Entity Node_Id 713 + Display_Name Name_Id "Priority_Map" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 736 - 736 property type thread_properties.aadl:44:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 723 - 723 enumeration type thread_properties.aadl:44:21 - Identifiers List_Id 724 - 725 identifier thread_properties.aadl:44:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "OneItem" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 726 identifier thread_properties.aadl:45:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "MultipleItems" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 727 identifier thread_properties.aadl:46:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "AllItems" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 723 - 723 enumeration type thread_properties.aadl:44:21 - Identifiers List_Id 724 - 725 identifier thread_properties.aadl:44:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "OneItem" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 726 identifier thread_properties.aadl:45:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "MultipleItems" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 727 identifier thread_properties.aadl:46:35 - Corresponding_Entity Node_Id 723 - Display_Name Name_Id "AllItems" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 737 - 737 property value thread_properties.aadl:44:03 - Value_Container Node_Id 658 - Single_Value Node_Id 2089 - 2089 enumeration term thread_properties.aadl:47:03 - Identifier Node_Id 728 - 728 identifier thread_properties.aadl:47:06 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "OneItem" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2108 - 2108 enumeration term thread_properties.aadl:47:03 - Identifier Node_Id 728 - 728 identifier thread_properties.aadl:47:06 + Property_Name_Type Node_Id 715 + 715 property type deployment_properties.aadl:107:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 710 + 710 unique property type identifier deployment_properties.aadl:107:21 + Identifier Node_Id 709 + 709 identifier deployment_properties.aadl:107:24 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "OneItem" + Display_Name Name_Id "Priority_Mapping" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 + Entity Node_Id 725 Property_Set_Identifier Node_Id 0 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 735 - 735 applies to thread_properties.aadl:44:03 + Expanded_Type_Designator Node_Id 724 + 724 record type deployment_properties.aadl:110:32 + List_Items List_Id 717 + 718 record type element deployment_properties.aadl:111:03 + Identifier Node_Id 719 + 719 identifier deployment_properties.aadl:111:03 + Corresponding_Entity Node_Id 718 + Display_Name Name_Id "Aadl_Priority" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 720 + 720 integer type deployment_properties.aadl:111:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 721 record type element deployment_properties.aadl:112:03 + Identifier Node_Id 722 + 722 identifier deployment_properties.aadl:112:03 + Corresponding_Entity Node_Id 721 + Display_Name Name_Id "RTOS_Priority" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 723 + 723 integer type deployment_properties.aadl:112:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 714 + 714 applies to deployment_properties.aadl:107:02 Is_All Boolean FALSE - Owner_Categories List_Id 731 - 732 named element thread_properties.aadl:48:15 + Owner_Categories List_Id 711 + 712 named element deployment_properties.aadl:108:15 Identifier Node_Id 0 - Category Byte 15 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 733 named element thread_properties.aadl:48:27 - Identifier Node_Id 0 - Category Byte 17 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 744 property definition declaration thread_properties.aadl:51:03 - Identifier Node_Id 738 - 738 identifier thread_properties.aadl:51:03 - Corresponding_Entity Node_Id 744 - Display_Name Name_Id "Dequeued_Items" - Scope_Entity Node_Id 659 + 725 property type declaration deployment_properties.aadl:110:02 + Identifier Node_Id 716 + 716 identifier deployment_properties.aadl:110:02 + Corresponding_Entity Node_Id 725 + Display_Name Name_Id "Priority_Mapping" + Scope_Entity Node_Id 290 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 724 + 724 record type deployment_properties.aadl:110:32 + List_Items List_Id 717 + 718 record type element deployment_properties.aadl:111:03 + Identifier Node_Id 719 + 719 identifier deployment_properties.aadl:111:03 + Corresponding_Entity Node_Id 718 + Display_Name Name_Id "Aadl_Priority" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 720 + 720 integer type deployment_properties.aadl:111:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 721 record type element deployment_properties.aadl:112:03 + Identifier Node_Id 722 + 722 identifier deployment_properties.aadl:112:03 + Corresponding_Entity Node_Id 721 + Display_Name Name_Id "RTOS_Priority" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 723 + 723 integer type deployment_properties.aadl:112:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 733 property definition declaration deployment_properties.aadl:114:02 + Identifier Node_Id 726 + 726 identifier deployment_properties.aadl:114:02 + Corresponding_Entity Node_Id 733 + Display_Name Name_Id "Priority_Range" + Scope_Entity Node_Id 290 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 746 - 746 property type thread_properties.aadl:51:03 + Property_Name_Type Node_Id 735 + 735 property type deployment_properties.aadl:114:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 739 - 739 integer type thread_properties.aadl:51:19 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2109 - 2109 integer type thread_properties.aadl:51:19 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 + Property_Type_Designator Node_Id 727 + 727 range type deployment_properties.aadl:114:18 + Number_Type Node_Id 728 + 728 integer type deployment_properties.aadl:114:27 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Expanded_Type_Designator Node_Id 2298 + 2298 range type deployment_properties.aadl:114:18 + Number_Type Node_Id 2299 + 2299 integer type deployment_properties.aadl:114:27 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 745 - 745 applies to thread_properties.aadl:51:03 + Applies_To Node_Id 734 + 734 applies to deployment_properties.aadl:114:02 Is_All Boolean FALSE - Owner_Categories List_Id 741 - 742 named element thread_properties.aadl:52:15 - Identifier Node_Id 0 - Category Byte 15 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 743 named element thread_properties.aadl:52:27 + Owner_Categories List_Id 730 + 731 named element deployment_properties.aadl:115:15 Identifier Node_Id 0 - Category Byte 17 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 755 property definition declaration thread_properties.aadl:55:03 - Identifier Node_Id 747 - 747 identifier thread_properties.aadl:55:03 - Corresponding_Entity Node_Id 755 - Display_Name Name_Id "Device_Dispatch_Protocol" - Scope_Entity Node_Id 659 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 757 - 757 property type thread_properties.aadl:55:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 749 - 749 unique property type identifier thread_properties.aadl:55:27 - Identifier Node_Id 748 - 748 identifier thread_properties.aadl:56:09 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Dispatch_Protocols" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 47 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 39 - 39 enumeration type aadl_project.aadl:43:10 - Identifiers List_Id 40 - 41 identifier aadl_project.aadl:43:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Periodic" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 42 identifier aadl_project.aadl:44:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Aperiodic" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 43 identifier aadl_project.aadl:45:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Sporadic" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 44 identifier aadl_project.aadl:46:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Timed" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 45 identifier aadl_project.aadl:47:09 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Hybrid" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 46 identifier aadl_project.aadl:48:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Background" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 758 - 758 property value thread_properties.aadl:55:03 - Value_Container Node_Id 658 - Single_Value Node_Id 2090 - 2090 enumeration term thread_properties.aadl:56:38 - Identifier Node_Id 750 - 750 identifier thread_properties.aadl:56:41 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Aperiodic" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2110 - 2110 enumeration term thread_properties.aadl:56:38 - Identifier Node_Id 750 - 750 identifier thread_properties.aadl:56:41 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Aperiodic" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 0 - Property_Set_Identifier Node_Id 0 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 756 - 756 applies to thread_properties.aadl:55:03 - Is_All Boolean FALSE - Owner_Categories List_Id 753 - 754 named element thread_properties.aadl:57:15 + 732 named element deployment_properties.aadl:115:26 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 12 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 765 property definition declaration thread_properties.aadl:60:03 - Identifier Node_Id 759 - 759 identifier thread_properties.aadl:60:03 - Corresponding_Entity Node_Id 765 + Property_Set_Context Node_Id 0 + Imports_List List_Id 0 +737 property set thread_properties.aadl:6:01 + Identifier Node_Id 736 + 736 identifier thread_properties.aadl:6:14 + Corresponding_Entity Node_Id 737 + Display_Name Name_Id "Thread_Properties" + Scope_Entity Node_Id 2 + Backend_Node Node_Id 0 + Entity_Scope Node_Id 738 + Declarations List_Id 750 + 747 property definition declaration thread_properties.aadl:7:02 + Identifier Node_Id 739 + 739 identifier thread_properties.aadl:7:02 + Corresponding_Entity Node_Id 747 Display_Name Name_Id "Dispatch_Protocol" - Scope_Entity Node_Id 659 + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 767 - 767 property type thread_properties.aadl:60:03 + Property_Name_Type Node_Id 749 + 749 property type thread_properties.aadl:7:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 761 - 761 unique property type identifier thread_properties.aadl:60:20 - Identifier Node_Id 760 - 760 identifier thread_properties.aadl:60:22 + Property_Type_Designator Node_Id 741 + 741 unique property type identifier thread_properties.aadl:7:19 + Identifier Node_Id 740 + 740 identifier thread_properties.aadl:7:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Dispatch_Protocols" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 47 + Entity Node_Id 48 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 39 - 39 enumeration type aadl_project.aadl:43:10 - Identifiers List_Id 40 - 41 identifier aadl_project.aadl:43:23 - Corresponding_Entity Node_Id 39 + Expanded_Type_Designator Node_Id 40 + 40 enumeration type aadl_project.aadl:25:38 + Identifiers List_Id 41 + 42 identifier aadl_project.aadl:25:51 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Periodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 42 identifier aadl_project.aadl:44:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Aperiodic" + 43 identifier aadl_project.aadl:25:61 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Sporadic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 43 identifier aadl_project.aadl:45:23 - Corresponding_Entity Node_Id 39 - Display_Name Name_Id "Sporadic" + 44 identifier aadl_project.aadl:25:71 + Corresponding_Entity Node_Id 40 + Display_Name Name_Id "Aperiodic" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 44 identifier aadl_project.aadl:46:23 - Corresponding_Entity Node_Id 39 + 45 identifier aadl_project.aadl:25:82 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Timed" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 45 identifier aadl_project.aadl:47:09 - Corresponding_Entity Node_Id 39 + 46 identifier aadl_project.aadl:25:89 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Hybrid" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 46 identifier aadl_project.aadl:48:23 - Corresponding_Entity Node_Id 39 + 47 identifier aadl_project.aadl:25:97 + Corresponding_Entity Node_Id 40 Display_Name Name_Id "Background" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 766 - 766 applies to thread_properties.aadl:60:03 + Applies_To Node_Id 748 + 748 applies to thread_properties.aadl:7:02 Is_All Boolean FALSE - Owner_Categories List_Id 763 - 764 named element thread_properties.aadl:61:15 + Owner_Categories List_Id 743 + 744 named element thread_properties.aadl:8:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 776 property definition declaration thread_properties.aadl:63:03 - Identifier Node_Id 768 - 768 identifier thread_properties.aadl:63:03 - Corresponding_Entity Node_Id 776 + 745 named element thread_properties.aadl:8:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 746 named element thread_properties.aadl:8:31 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 759 property definition declaration thread_properties.aadl:10:02 + Identifier Node_Id 751 + 751 identifier thread_properties.aadl:10:02 + Corresponding_Entity Node_Id 759 Display_Name Name_Id "Dispatch_Trigger" - Scope_Entity Node_Id 659 + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 778 - 778 property type thread_properties.aadl:63:03 + Property_Name_Type Node_Id 761 + 761 property type thread_properties.aadl:10:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 772 - 772 reference type thread_properties.aadl:63:29 - List_Items List_Id 770 - 771 reference category thread_properties.aadl:63:40 + Property_Type_Designator Node_Id 755 + 755 reference type thread_properties.aadl:10:28 + List_Items List_Id 753 + 754 reference category thread_properties.aadl:10:39 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 772 - 772 reference type thread_properties.aadl:63:29 - List_Items List_Id 770 - 771 reference category thread_properties.aadl:63:40 + Expanded_Type_Designator Node_Id 755 + 755 reference type thread_properties.aadl:10:28 + List_Items List_Id 753 + 754 reference category thread_properties.aadl:10:39 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 777 - 777 applies to thread_properties.aadl:63:03 + Applies_To Node_Id 760 + 760 applies to thread_properties.aadl:10:02 Is_All Boolean FALSE - Owner_Categories List_Id 773 - 774 named element thread_properties.aadl:64:15 + Owner_Categories List_Id 756 + 757 named element thread_properties.aadl:11:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 775 named element thread_properties.aadl:64:23 + 758 named element thread_properties.aadl:11:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 767 property definition declaration thread_properties.aadl:13:02 + Identifier Node_Id 762 + 762 identifier thread_properties.aadl:13:02 + Corresponding_Entity Node_Id 767 + Display_Name Name_Id "Dispatch_Able" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 769 + 769 property type thread_properties.aadl:13:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 763 + 763 boolean type thread_properties.aadl:13:17 + Expanded_Type_Designator Node_Id 763 + 763 boolean type thread_properties.aadl:13:17 + Default_Value Node_Id 0 + Applies_To Node_Id 768 + 768 applies to thread_properties.aadl:13:02 + Is_All Boolean FALSE + Owner_Categories List_Id 765 + 766 named element thread_properties.aadl:13:41 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 789 property definition declaration thread_properties.aadl:70:03 - Identifier Node_Id 779 - 779 identifier thread_properties.aadl:70:03 - Corresponding_Entity Node_Id 789 + 780 property definition declaration thread_properties.aadl:15:02 + Identifier Node_Id 770 + 770 identifier thread_properties.aadl:15:02 + Corresponding_Entity Node_Id 780 Display_Name Name_Id "POSIX_Scheduling_Policy" - Scope_Entity Node_Id 659 + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 791 - 791 property type thread_properties.aadl:70:03 + Property_Name_Type Node_Id 782 + 782 property type thread_properties.aadl:15:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 780 - 780 enumeration type thread_properties.aadl:70:29 - Identifiers List_Id 781 - 782 identifier thread_properties.aadl:70:42 - Corresponding_Entity Node_Id 780 + Property_Type_Designator Node_Id 771 + 771 enumeration type thread_properties.aadl:15:27 + Identifiers List_Id 772 + 773 identifier thread_properties.aadl:15:40 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_FIFO" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 783 identifier thread_properties.aadl:71:42 - Corresponding_Entity Node_Id 780 + 774 identifier thread_properties.aadl:15:52 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_RR" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 784 identifier thread_properties.aadl:72:42 - Corresponding_Entity Node_Id 780 + 775 identifier thread_properties.aadl:15:62 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_OTHERS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 780 - 780 enumeration type thread_properties.aadl:70:29 - Identifiers List_Id 781 - 782 identifier thread_properties.aadl:70:42 - Corresponding_Entity Node_Id 780 + Expanded_Type_Designator Node_Id 771 + 771 enumeration type thread_properties.aadl:15:27 + Identifiers List_Id 772 + 773 identifier thread_properties.aadl:15:40 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_FIFO" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 783 identifier thread_properties.aadl:71:42 - Corresponding_Entity Node_Id 780 + 774 identifier thread_properties.aadl:15:52 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_RR" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 784 identifier thread_properties.aadl:72:42 - Corresponding_Entity Node_Id 780 + 775 identifier thread_properties.aadl:15:62 + Corresponding_Entity Node_Id 771 Display_Name Name_Id "SCHED_OTHERS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 790 - 790 applies to thread_properties.aadl:70:03 + Applies_To Node_Id 781 + 781 applies to thread_properties.aadl:15:02 Is_All Boolean FALSE - Owner_Categories List_Id 786 - 787 named element thread_properties.aadl:73:15 + Owner_Categories List_Id 777 + 778 named element thread_properties.aadl:16:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 788 named element thread_properties.aadl:73:23 + 779 named element thread_properties.aadl:16:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 797 property definition declaration thread_properties.aadl:76:03 - Identifier Node_Id 792 - 792 identifier thread_properties.aadl:76:03 - Corresponding_Entity Node_Id 797 - Display_Name Name_Id "Preemptive_Scheduler" - Scope_Entity Node_Id 659 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 799 - 799 property type thread_properties.aadl:76:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 793 - 793 boolean type thread_properties.aadl:76:26 - Expanded_Type_Designator Node_Id 793 - 793 boolean type thread_properties.aadl:76:26 - Default_Value Node_Id 0 - Applies_To Node_Id 798 - 798 applies to thread_properties.aadl:76:03 - Is_All Boolean FALSE - Owner_Categories List_Id 795 - 796 named element thread_properties.aadl:77:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 8 - Classifier_Ref Node_Id 0 - 810 property definition declaration thread_properties.aadl:80:03 - Identifier Node_Id 800 - 800 identifier thread_properties.aadl:80:03 - Corresponding_Entity Node_Id 810 - Display_Name Name_Id "Priority" - Scope_Entity Node_Id 659 + 792 property definition declaration thread_properties.aadl:18:02 + Identifier Node_Id 783 + 783 identifier thread_properties.aadl:18:02 + Corresponding_Entity Node_Id 792 + Display_Name Name_Id "Priority" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 812 - 812 property type thread_properties.aadl:80:03 + Property_Name_Type Node_Id 794 + 794 property type thread_properties.aadl:18:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 801 - 801 integer type thread_properties.aadl:80:21 + Property_Type_Designator Node_Id 784 + 784 integer type thread_properties.aadl:18:20 Type_Range Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2111 - 2111 integer type thread_properties.aadl:80:21 + Expanded_Type_Designator Node_Id 2300 + 2300 integer type thread_properties.aadl:18:20 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 811 - 811 applies to thread_properties.aadl:80:03 + Applies_To Node_Id 793 + 793 applies to thread_properties.aadl:18:02 Is_All Boolean FALSE - Owner_Categories List_Id 803 - 804 named element thread_properties.aadl:81:15 + Owner_Categories List_Id 786 + 787 named element thread_properties.aadl:19:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 805 named element thread_properties.aadl:82:15 + 788 named element thread_properties.aadl:19:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 806 named element thread_properties.aadl:83:15 + 789 named element thread_properties.aadl:19:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 807 named element thread_properties.aadl:84:15 + 790 named element thread_properties.aadl:19:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 808 named element thread_properties.aadl:85:15 + 791 named element thread_properties.aadl:19:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 809 named element thread_properties.aadl:86:15 + 801 property definition declaration thread_properties.aadl:21:02 + Identifier Node_Id 795 + 795 identifier thread_properties.aadl:21:02 + Corresponding_Entity Node_Id 801 + Display_Name Name_Id "Criticality" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 803 + 803 property type thread_properties.aadl:21:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 796 + 796 integer type thread_properties.aadl:21:15 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Expanded_Type_Designator Node_Id 2301 + 2301 integer type thread_properties.aadl:21:15 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 802 + 802 applies to thread_properties.aadl:21:02 + Is_All Boolean FALSE + Owner_Categories List_Id 798 + 799 named element thread_properties.aadl:22:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 1 + Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 819 property definition declaration thread_properties.aadl:89:03 - Identifier Node_Id 813 - 813 identifier thread_properties.aadl:89:03 - Corresponding_Entity Node_Id 819 - Display_Name Name_Id "Runtime_Protection" - Scope_Entity Node_Id 659 + 800 named element thread_properties.aadl:22:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 813 property definition declaration thread_properties.aadl:24:02 + Identifier Node_Id 804 + 804 identifier thread_properties.aadl:24:02 + Corresponding_Entity Node_Id 813 + Display_Name Name_Id "Time_Slot" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 821 - 821 property type thread_properties.aadl:89:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 814 - 814 boolean type thread_properties.aadl:89:32 - Expanded_Type_Designator Node_Id 814 - 814 boolean type thread_properties.aadl:89:32 + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 815 + 815 property type thread_properties.aadl:24:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 806 + 806 integer type thread_properties.aadl:24:21 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Expanded_Type_Designator Node_Id 2302 + 2302 integer type thread_properties.aadl:24:21 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 820 - 820 applies to thread_properties.aadl:89:03 + Applies_To Node_Id 814 + 814 applies to thread_properties.aadl:24:02 Is_All Boolean FALSE - Owner_Categories List_Id 816 - 817 named element thread_properties.aadl:90:15 + Owner_Categories List_Id 807 + 808 named element thread_properties.aadl:25:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 809 named element thread_properties.aadl:25:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 810 named element thread_properties.aadl:25:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 818 named element thread_properties.aadl:90:24 + 811 named element thread_properties.aadl:25:46 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 812 named element thread_properties.aadl:25:65 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 829 property definition declaration thread_properties.aadl:93:03 - Identifier Node_Id 822 - 822 identifier thread_properties.aadl:93:03 - Corresponding_Entity Node_Id 829 - Display_Name Name_Id "Scheduling_Protocol" - Scope_Entity Node_Id 659 + 822 property definition declaration thread_properties.aadl:27:02 + Identifier Node_Id 816 + 816 identifier thread_properties.aadl:27:02 + Corresponding_Entity Node_Id 822 + Display_Name Name_Id "Concurrency_Control_Protocol" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 831 - 831 property type thread_properties.aadl:93:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 825 - 825 unique property type identifier thread_properties.aadl:94:22 - Identifier Node_Id 824 - 824 identifier thread_properties.aadl:94:25 + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 824 + 824 property type thread_properties.aadl:27:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 818 + 818 unique property type identifier thread_properties.aadl:27:30 + Identifier Node_Id 817 + 817 identifier thread_properties.aadl:27:32 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Scheduling_Protocols" + Display_Name Name_Id "Supported_Concurrency_Control_Protocols" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 85 + Entity Node_Id 38 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 66 - 66 enumeration type aadl_project.aadl:70:40 - Identifiers List_Id 67 - 68 identifier aadl_project.aadl:71:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "PARAMETRIC_PROTOCOL" + Expanded_Type_Designator Node_Id 27 + 27 enumeration type aadl_project.aadl:14:49 + Identifiers List_Id 28 + 29 identifier aadl_project.aadl:15:04 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "None_Specified" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 69 identifier aadl_project.aadl:72:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "EARLIEST_DEADLINE_FIRST_PROTOCOL" + 30 identifier aadl_project.aadl:16:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Interrupt_Masking" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 70 identifier aadl_project.aadl:73:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "LEAST_LAXITY_FIRST_PROTOCOL" + 31 identifier aadl_project.aadl:17:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Maximum_Priority" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 71 identifier aadl_project.aadl:74:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "RATE_MONOTONIC_PROTOCOL" + 32 identifier aadl_project.aadl:18:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Immediate_Priority_Ceiling_Protocol" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 72 identifier aadl_project.aadl:75:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "DEADLINE_MONOTONIC_PROTOCOL" + 33 identifier aadl_project.aadl:19:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Protected_Access" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 73 identifier aadl_project.aadl:76:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "ROUND_ROBIN_PROTOCOL" + 34 identifier aadl_project.aadl:20:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Priority_Inheritance" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 74 identifier aadl_project.aadl:77:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "TIME_SHARING_BASED_ON_WAIT_TIME_PROTOCOL" + 35 identifier aadl_project.aadl:21:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Priority_Ceiling" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 75 identifier aadl_project.aadl:78:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "POSIX_1003_HIGHEST_PRIORITY_FIRST_PROTOCOL" + 36 identifier aadl_project.aadl:22:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Spin_Lock" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 76 identifier aadl_project.aadl:79:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "D_OVER_PROTOCOL" + 37 identifier aadl_project.aadl:23:03 + Corresponding_Entity Node_Id 27 + Display_Name Name_Id "Semaphore" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 77 identifier aadl_project.aadl:80:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_LAXITY_PROTOCOL" + Enumeration_Context Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 823 + 823 applies to thread_properties.aadl:27:02 + Is_All Boolean FALSE + Owner_Categories List_Id 820 + 821 named element thread_properties.aadl:28:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 1 + Classifier_Ref Node_Id 0 + 836 property definition declaration thread_properties.aadl:30:02 + Identifier Node_Id 825 + 825 identifier thread_properties.aadl:30:02 + Corresponding_Entity Node_Id 836 + Display_Name Name_Id "Urgency" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 838 + 838 property type thread_properties.aadl:30:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 826 + 826 integer type thread_properties.aadl:30:11 + Type_Range Node_Id 831 + 831 number range thread_properties.aadl:30:23 + Lower_Bound Node_Id 827 + 827 signed aadlnumber thread_properties.aadl:30:23 + Number_Value Node_Id 828 + 828 literal thread_properties.aadl:30:23 + Value Value_Id 31 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 830 + 830 property term thread_properties.aadl:30:25 + Identifier Node_Id 829 + 829 identifier thread_properties.aadl:30:28 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Max_Urgency" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 199 + Property_Set_Identifier Node_Id 0 + Unit_Designator Node_Id 0 + Expanded_Type_Designator Node_Id 2303 + 2303 integer type thread_properties.aadl:30:11 + Type_Range Node_Id 2304 + 2304 number range thread_properties.aadl:30:23 + Lower_Bound Node_Id 2305 + 2305 signed aadlnumber thread_properties.aadl:30:23 + Number_Value Node_Id 2306 + 2306 literal thread_properties.aadl:30:23 + Value Value_Id 61 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 2307 + 2307 signed aadlnumber aadl_project.aadl:103:40 + Number_Value Node_Id 2308 + 2308 literal aadl_project.aadl:103:40 + Value Value_Id 62 + Unit_Identifier Node_Id 0 + Unit_Designator Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 837 + 837 applies to thread_properties.aadl:30:02 + Is_All Boolean FALSE + Owner_Categories List_Id 833 + 834 named element thread_properties.aadl:31:15 + Identifier Node_Id 0 + Category Byte 14 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 835 named element thread_properties.aadl:31:21 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 2 + Classifier_Ref Node_Id 0 + 851 property definition declaration thread_properties.aadl:33:02 + Identifier Node_Id 839 + 839 identifier thread_properties.aadl:33:02 + Corresponding_Entity Node_Id 851 + Display_Name Name_Id "Dequeue_Protocol" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 853 + 853 property type thread_properties.aadl:33:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 840 + 840 enumeration type thread_properties.aadl:33:20 + Identifiers List_Id 841 + 842 identifier thread_properties.aadl:33:33 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "OneItem" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 78 identifier aadl_project.aadl:81:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "MAXIMUM_URGENCY_FIRST_BASED_ON_DEADLINE_PROTOCOL" + 843 identifier thread_properties.aadl:33:42 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "MultipleItems" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 79 identifier aadl_project.aadl:82:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "TIME_SHARING_BASED_ON_CPU_USAGE_PROTOCOL" + 844 identifier thread_properties.aadl:33:57 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "AllItems" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 80 identifier aadl_project.aadl:83:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "NO_SCHEDULING_PROTOCOL" + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 840 + 840 enumeration type thread_properties.aadl:33:20 + Identifiers List_Id 841 + 842 identifier thread_properties.aadl:33:33 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "OneItem" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 81 identifier aadl_project.aadl:84:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "HIERARCHICAL_CYCLIC_PROTOCOL" + 843 identifier thread_properties.aadl:33:42 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "MultipleItems" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 82 identifier aadl_project.aadl:85:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "HIERARCHICAL_ROUND_ROBIN_PROTOCOL" + 844 identifier thread_properties.aadl:33:57 + Corresponding_Entity Node_Id 840 + Display_Name Name_Id "AllItems" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 83 identifier aadl_project.aadl:86:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "HIERARCHICAL_FIXED_PRIORITY_PROTOCOL" + Enumeration_Context Node_Id 0 + Default_Value Node_Id 854 + 854 property value thread_properties.aadl:33:02 + Value_Container Node_Id 737 + Single_Value Node_Id 2275 + 2275 enumeration term thread_properties.aadl:33:67 + Identifier Node_Id 845 + 845 identifier thread_properties.aadl:33:70 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "OneItem" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 84 identifier aadl_project.aadl:87:06 - Corresponding_Entity Node_Id 66 - Display_Name Name_Id "HIERARCHICAL_PARAMETRIC_PROTOCOL" + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2309 + 2309 enumeration term thread_properties.aadl:33:67 + Identifier Node_Id 845 + 845 identifier thread_properties.aadl:33:70 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "OneItem" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 852 + 852 applies to thread_properties.aadl:33:02 + Is_All Boolean FALSE + Owner_Categories List_Id 848 + 849 named element thread_properties.aadl:34:15 + Identifier Node_Id 0 + Category Byte 15 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 850 named element thread_properties.aadl:34:27 + Identifier Node_Id 0 + Category Byte 17 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 861 property definition declaration thread_properties.aadl:36:02 + Identifier Node_Id 855 + 855 identifier thread_properties.aadl:36:02 + Corresponding_Entity Node_Id 861 + Display_Name Name_Id "Dequeued_Items" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 863 + 863 property type thread_properties.aadl:36:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 856 + 856 integer type thread_properties.aadl:36:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + Expanded_Type_Designator Node_Id 2310 + 2310 integer type thread_properties.aadl:36:18 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 830 - 830 applies to thread_properties.aadl:93:03 + Applies_To Node_Id 862 + 862 applies to thread_properties.aadl:36:02 Is_All Boolean FALSE - Owner_Categories List_Id 826 - 827 named element thread_properties.aadl:95:15 + Owner_Categories List_Id 858 + 859 named element thread_properties.aadl:37:15 Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 9 + Category Byte 15 + Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 828 named element thread_properties.aadl:95:34 + 860 named element thread_properties.aadl:37:27 Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 8 + Category Byte 17 + Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 840 property definition declaration thread_properties.aadl:98:03 - Identifier Node_Id 832 - 832 identifier thread_properties.aadl:98:03 - Corresponding_Entity Node_Id 840 - Display_Name Name_Id "Subprogram_Call_Type" - Scope_Entity Node_Id 659 + 872 property definition declaration thread_properties.aadl:39:02 + Identifier Node_Id 864 + 864 identifier thread_properties.aadl:39:02 + Corresponding_Entity Node_Id 872 + Display_Name Name_Id "Mode_Transition_Response" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 842 - 842 property type thread_properties.aadl:98:03 + Property_Name_Type Node_Id 874 + 874 property type thread_properties.aadl:39:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 833 - 833 enumeration type thread_properties.aadl:98:25 - Identifiers List_Id 834 - 835 identifier thread_properties.aadl:98:38 - Corresponding_Entity Node_Id 833 - Display_Name Name_Id "Synchronous" + Property_Type_Designator Node_Id 865 + 865 enumeration type thread_properties.aadl:39:28 + Identifiers List_Id 866 + 867 identifier thread_properties.aadl:39:41 + Corresponding_Entity Node_Id 865 + Display_Name Name_Id "emergency" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 836 identifier thread_properties.aadl:99:38 - Corresponding_Entity Node_Id 833 - Display_Name Name_Id "SemiSynchronous" + 868 identifier thread_properties.aadl:39:52 + Corresponding_Entity Node_Id 865 + Display_Name Name_Id "planned" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 833 - 833 enumeration type thread_properties.aadl:98:25 - Identifiers List_Id 834 - 835 identifier thread_properties.aadl:98:38 - Corresponding_Entity Node_Id 833 - Display_Name Name_Id "Synchronous" + Expanded_Type_Designator Node_Id 865 + 865 enumeration type thread_properties.aadl:39:28 + Identifiers List_Id 866 + 867 identifier thread_properties.aadl:39:41 + Corresponding_Entity Node_Id 865 + Display_Name Name_Id "emergency" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 836 identifier thread_properties.aadl:99:38 - Corresponding_Entity Node_Id 833 - Display_Name Name_Id "SemiSynchronous" + 868 identifier thread_properties.aadl:39:52 + Corresponding_Entity Node_Id 865 + Display_Name Name_Id "planned" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 841 - 841 applies to thread_properties.aadl:98:03 + Applies_To Node_Id 873 + 873 applies to thread_properties.aadl:39:02 Is_All Boolean FALSE - Owner_Categories List_Id 838 - 839 named element thread_properties.aadl:100:15 + Owner_Categories List_Id 870 + 871 named element thread_properties.aadl:40:15 + Identifier Node_Id 0 + Category Byte 52 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 894 property definition declaration thread_properties.aadl:42:02 + Identifier Node_Id 875 + 875 identifier thread_properties.aadl:42:02 + Corresponding_Entity Node_Id 894 + Display_Name Name_Id "Resumption_Policy" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 896 + 896 property type thread_properties.aadl:42:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 876 + 876 enumeration type thread_properties.aadl:42:21 + Identifiers List_Id 877 + 878 identifier thread_properties.aadl:42:34 + Corresponding_Entity Node_Id 876 + Display_Name Name_Id "restart" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 879 identifier thread_properties.aadl:42:43 + Corresponding_Entity Node_Id 876 + Display_Name Name_Id "resume" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 876 + 876 enumeration type thread_properties.aadl:42:21 + Identifiers List_Id 877 + 878 identifier thread_properties.aadl:42:34 + Corresponding_Entity Node_Id 876 + Display_Name Name_Id "restart" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 879 identifier thread_properties.aadl:42:43 + Corresponding_Entity Node_Id 876 + Display_Name Name_Id "resume" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 895 + 895 applies to thread_properties.aadl:42:02 + Is_All Boolean FALSE + Owner_Categories List_Id 881 + 882 named element thread_properties.aadl:43:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 883 named element thread_properties.aadl:43:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 884 named element thread_properties.aadl:43:37 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 6 + Classifier_Ref Node_Id 0 + 885 named element thread_properties.aadl:43:46 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 886 named element thread_properties.aadl:43:54 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 887 named element thread_properties.aadl:43:62 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 888 named element thread_properties.aadl:43:73 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 7 + Classifier_Ref Node_Id 0 + 889 named element thread_properties.aadl:43:81 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 10 + Classifier_Ref Node_Id 0 + 890 named element thread_properties.aadl:43:86 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 891 named element thread_properties.aadl:43:94 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 892 named element thread_properties.aadl:43:107 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 893 named element thread_properties.aadl:43:126 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 852 property definition declaration thread_properties.aadl:103:03 - Identifier Node_Id 843 - 843 identifier thread_properties.aadl:103:03 - Corresponding_Entity Node_Id 852 - Display_Name Name_Id "Synchronized_Component" - Scope_Entity Node_Id 659 + 908 property definition declaration thread_properties.aadl:45:02 + Identifier Node_Id 897 + 897 identifier thread_properties.aadl:45:02 + Corresponding_Entity Node_Id 908 + Display_Name Name_Id "Active_Thread_Handling_Protocol" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 854 - 854 property type thread_properties.aadl:103:03 + Property_Name_Type Node_Id 910 + 910 property type thread_properties.aadl:45:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 844 - 844 boolean type thread_properties.aadl:103:35 - Expanded_Type_Designator Node_Id 844 - 844 boolean type thread_properties.aadl:103:35 - Default_Value Node_Id 855 - 855 property value thread_properties.aadl:103:03 - Value_Container Node_Id 658 - Single_Value Node_Id 845 - 845 literal thread_properties.aadl:104:06 - Value Value_Id 29 + Property_Type_Designator Node_Id 899 + 899 unique property type identifier thread_properties.aadl:46:03 + Identifier Node_Id 898 + 898 identifier thread_properties.aadl:46:11 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Active_Thread_Handling_Protocols" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 12 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 9 + 9 enumeration type aadl_project.aadl:8:52 + Identifiers List_Id 10 + 11 identifier aadl_project.aadl:8:65 + Corresponding_Entity Node_Id 9 + Display_Name Name_Id "abort" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 911 + 911 property value thread_properties.aadl:45:02 + Value_Container Node_Id 737 + Single_Value Node_Id 2276 + 2276 enumeration term thread_properties.aadl:46:54 + Identifier Node_Id 900 + 900 identifier thread_properties.aadl:46:57 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "abort" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2112 - 2112 literal thread_properties.aadl:104:06 - Value Value_Id 45 + Expanded_Single_Value Node_Id 2311 + 2311 enumeration term thread_properties.aadl:46:54 + Identifier Node_Id 900 + 900 identifier thread_properties.aadl:46:57 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "abort" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 853 - 853 applies to thread_properties.aadl:103:03 + Applies_To Node_Id 909 + 909 applies to thread_properties.aadl:45:02 Is_All Boolean FALSE - Owner_Categories List_Id 847 - 848 named element thread_properties.aadl:105:15 + Owner_Categories List_Id 903 + 904 named element thread_properties.aadl:47:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 849 named element thread_properties.aadl:106:15 + 905 named element thread_properties.aadl:47:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 850 named element thread_properties.aadl:107:15 + 906 named element thread_properties.aadl:47:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 851 named element thread_properties.aadl:108:15 + 907 named element thread_properties.aadl:47:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 866 property definition declaration thread_properties.aadl:111:03 - Identifier Node_Id 856 - 856 identifier thread_properties.aadl:111:03 - Corresponding_Entity Node_Id 866 - Display_Name Name_Id "Thread_Limit" - Scope_Entity Node_Id 659 + 925 property definition declaration thread_properties.aadl:49:02 + Identifier Node_Id 912 + 912 identifier thread_properties.aadl:49:02 + Corresponding_Entity Node_Id 925 + Display_Name Name_Id "Active_Thread_Queue_Handling_Protocol" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 868 - 868 property type thread_properties.aadl:111:03 + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 927 + 927 property type thread_properties.aadl:49:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 857 - 857 integer type thread_properties.aadl:111:17 - Type_Range Node_Id 862 - 862 number range thread_properties.aadl:111:29 - Lower_Bound Node_Id 858 - 858 signed aadlnumber thread_properties.aadl:111:29 - Number_Value Node_Id 859 - 859 literal thread_properties.aadl:111:29 - Value Value_Id 30 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 861 - 861 property term thread_properties.aadl:111:31 - Identifier Node_Id 860 - 860 identifier thread_properties.aadl:111:34 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Max_Thread_Limit" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 184 - Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2113 - 2113 integer type thread_properties.aadl:111:17 - Type_Range Node_Id 2114 - 2114 number range thread_properties.aadl:111:29 - Lower_Bound Node_Id 2115 - 2115 signed aadlnumber thread_properties.aadl:111:29 - Number_Value Node_Id 2116 - 2116 literal thread_properties.aadl:111:29 - Value Value_Id 46 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2117 - 2117 signed aadlnumber aadl_project.aadl:143:45 - Number_Value Node_Id 2118 - 2118 literal aadl_project.aadl:143:45 - Value Value_Id 47 - Unit_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 867 - 867 applies to thread_properties.aadl:111:03 + Property_Type_Designator Node_Id 913 + 913 enumeration type thread_properties.aadl:50:11 + Identifiers List_Id 914 + 915 identifier thread_properties.aadl:50:24 + Corresponding_Entity Node_Id 913 + Display_Name Name_Id "flush" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 916 identifier thread_properties.aadl:50:31 + Corresponding_Entity Node_Id 913 + Display_Name Name_Id "hold" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 913 + 913 enumeration type thread_properties.aadl:50:11 + Identifiers List_Id 914 + 915 identifier thread_properties.aadl:50:24 + Corresponding_Entity Node_Id 913 + Display_Name Name_Id "flush" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 916 identifier thread_properties.aadl:50:31 + Corresponding_Entity Node_Id 913 + Display_Name Name_Id "hold" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 928 + 928 property value thread_properties.aadl:49:02 + Value_Container Node_Id 737 + Single_Value Node_Id 2277 + 2277 enumeration term thread_properties.aadl:50:37 + Identifier Node_Id 917 + 917 identifier thread_properties.aadl:50:40 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "flush" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2312 + 2312 enumeration term thread_properties.aadl:50:37 + Identifier Node_Id 917 + 917 identifier thread_properties.aadl:50:40 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "flush" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 926 + 926 applies to thread_properties.aadl:49:02 Is_All Boolean FALSE - Owner_Categories List_Id 864 - 865 named element thread_properties.aadl:112:15 + Owner_Categories List_Id 920 + 921 named element thread_properties.aadl:51:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 8 + Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 877 property definition declaration thread_properties.aadl:115:03 - Identifier Node_Id 869 - 869 identifier thread_properties.aadl:115:03 - Corresponding_Entity Node_Id 877 - Display_Name Name_Id "Time_Slot" - Scope_Entity Node_Id 659 + 922 named element thread_properties.aadl:51:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 923 named element thread_properties.aadl:51:37 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 6 + Classifier_Ref Node_Id 0 + 924 named element thread_properties.aadl:51:46 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 942 property definition declaration thread_properties.aadl:53:02 + Identifier Node_Id 929 + 929 identifier thread_properties.aadl:53:02 + Corresponding_Entity Node_Id 942 + Display_Name Name_Id "Deactivation_Policy" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 879 - 879 property type thread_properties.aadl:115:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 871 - 871 integer type thread_properties.aadl:115:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2119 - 2119 integer type thread_properties.aadl:115:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 878 - 878 applies to thread_properties.aadl:115:03 + Property_Name_Type Node_Id 944 + 944 property type thread_properties.aadl:53:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 930 + 930 enumeration type thread_properties.aadl:53:23 + Identifiers List_Id 931 + 932 identifier thread_properties.aadl:53:36 + Corresponding_Entity Node_Id 930 + Display_Name Name_Id "inactive" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 933 identifier thread_properties.aadl:53:46 + Corresponding_Entity Node_Id 930 + Display_Name Name_Id "unload" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 930 + 930 enumeration type thread_properties.aadl:53:23 + Identifiers List_Id 931 + 932 identifier thread_properties.aadl:53:36 + Corresponding_Entity Node_Id 930 + Display_Name Name_Id "inactive" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 933 identifier thread_properties.aadl:53:46 + Corresponding_Entity Node_Id 930 + Display_Name Name_Id "unload" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 945 + 945 property value thread_properties.aadl:53:02 + Value_Container Node_Id 737 + Single_Value Node_Id 2278 + 2278 enumeration term thread_properties.aadl:53:54 + Identifier Node_Id 934 + 934 identifier thread_properties.aadl:53:57 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "inactive" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2313 + 2313 enumeration term thread_properties.aadl:53:54 + Identifier Node_Id 934 + 934 identifier thread_properties.aadl:53:57 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "inactive" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 943 + 943 applies to thread_properties.aadl:53:02 Is_All Boolean FALSE - Owner_Categories List_Id 872 - 873 named element thread_properties.aadl:116:15 + Owner_Categories List_Id 937 + 938 named element thread_properties.aadl:54:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 874 named element thread_properties.aadl:117:15 + 939 named element thread_properties.aadl:54:23 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 5 + Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 875 named element thread_properties.aadl:118:15 + 940 named element thread_properties.aadl:54:32 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 941 named element thread_properties.aadl:54:51 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 953 property definition declaration thread_properties.aadl:56:02 + Identifier Node_Id 946 + 946 identifier thread_properties.aadl:56:02 + Corresponding_Entity Node_Id 953 + Display_Name Name_Id "Runtime_Protection" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 955 + 955 property type thread_properties.aadl:56:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 947 + 947 boolean type thread_properties.aadl:56:30 + Expanded_Type_Designator Node_Id 947 + 947 boolean type thread_properties.aadl:56:30 + Default_Value Node_Id 0 + Applies_To Node_Id 954 + 954 applies to thread_properties.aadl:56:02 + Is_All Boolean FALSE + Owner_Categories List_Id 949 + 950 named element thread_properties.aadl:57:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 876 named element thread_properties.aadl:119:15 + 951 named element thread_properties.aadl:57:24 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 891 property definition declaration thread_properties.aadl:122:03 - Identifier Node_Id 880 - 880 identifier thread_properties.aadl:122:03 - Corresponding_Entity Node_Id 891 - Display_Name Name_Id "Urgency" - Scope_Entity Node_Id 659 + 952 named element thread_properties.aadl:57:32 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 966 property definition declaration thread_properties.aadl:59:02 + Identifier Node_Id 956 + 956 identifier thread_properties.aadl:59:02 + Corresponding_Entity Node_Id 966 + Display_Name Name_Id "Subprogram_Call_Type" + Scope_Entity Node_Id 738 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 893 - 893 property type thread_properties.aadl:122:03 + Property_Name_Type Node_Id 968 + 968 property type thread_properties.aadl:59:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 881 - 881 integer type thread_properties.aadl:122:12 - Type_Range Node_Id 886 - 886 number range thread_properties.aadl:122:24 - Lower_Bound Node_Id 882 - 882 signed aadlnumber thread_properties.aadl:122:24 - Number_Value Node_Id 883 - 883 literal thread_properties.aadl:122:24 - Value Value_Id 31 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 885 - 885 property term thread_properties.aadl:122:26 - Identifier Node_Id 884 - 884 identifier thread_properties.aadl:122:29 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Max_Urgency" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 198 - Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2120 - 2120 integer type thread_properties.aadl:122:12 - Type_Range Node_Id 2121 - 2121 number range thread_properties.aadl:122:24 - Lower_Bound Node_Id 2122 - 2122 signed aadlnumber thread_properties.aadl:122:24 - Number_Value Node_Id 2123 - 2123 literal thread_properties.aadl:122:24 - Value Value_Id 48 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2124 - 2124 signed aadlnumber aadl_project.aadl:147:40 - Number_Value Node_Id 2125 - 2125 literal aadl_project.aadl:147:40 - Value Value_Id 49 - Unit_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 892 - 892 applies to thread_properties.aadl:122:03 + Property_Type_Designator Node_Id 957 + 957 enumeration type thread_properties.aadl:59:24 + Identifiers List_Id 958 + 959 identifier thread_properties.aadl:59:37 + Corresponding_Entity Node_Id 957 + Display_Name Name_Id "Synchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 960 identifier thread_properties.aadl:59:50 + Corresponding_Entity Node_Id 957 + Display_Name Name_Id "SemiSynchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 957 + 957 enumeration type thread_properties.aadl:59:24 + Identifiers List_Id 958 + 959 identifier thread_properties.aadl:59:37 + Corresponding_Entity Node_Id 957 + Display_Name Name_Id "Synchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 960 identifier thread_properties.aadl:59:50 + Corresponding_Entity Node_Id 957 + Display_Name Name_Id "SemiSynchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 969 + 969 property value thread_properties.aadl:59:02 + Value_Container Node_Id 737 + Single_Value Node_Id 2279 + 2279 enumeration term thread_properties.aadl:60:03 + Identifier Node_Id 961 + 961 identifier thread_properties.aadl:60:06 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Synchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2314 + 2314 enumeration term thread_properties.aadl:60:03 + Identifier Node_Id 961 + 961 identifier thread_properties.aadl:60:06 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Synchronous" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 967 + 967 applies to thread_properties.aadl:59:02 Is_All Boolean FALSE - Owner_Categories List_Id 888 - 889 named element thread_properties.aadl:123:15 + Owner_Categories List_Id 964 + 965 named element thread_properties.aadl:61:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 2 + Classifier_Ref Node_Id 0 + 979 property definition declaration thread_properties.aadl:63:02 + Identifier Node_Id 970 + 970 identifier thread_properties.aadl:63:02 + Corresponding_Entity Node_Id 979 + Display_Name Name_Id "Synchronized_Component" + Scope_Entity Node_Id 738 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 981 + 981 property type thread_properties.aadl:63:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 971 + 971 boolean type thread_properties.aadl:63:34 + Expanded_Type_Designator Node_Id 971 + 971 boolean type thread_properties.aadl:63:34 + Default_Value Node_Id 982 + 982 property value thread_properties.aadl:63:02 + Value_Container Node_Id 737 + Single_Value Node_Id 972 + 972 literal thread_properties.aadl:63:49 + Value Value_Id 32 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2315 + 2315 literal thread_properties.aadl:63:49 + Value Value_Id 63 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 980 + 980 applies to thread_properties.aadl:63:02 + Is_All Boolean FALSE + Owner_Categories List_Id 974 + 975 named element thread_properties.aadl:64:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 4 + Classifier_Ref Node_Id 0 + 976 named element thread_properties.aadl:64:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 5 + Classifier_Ref Node_Id 0 + 977 named element thread_properties.aadl:64:37 Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 890 named element thread_properties.aadl:123:21 + 978 named element thread_properties.aadl:64:46 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 2 + Component_Cat Byte 13 Classifier_Ref Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -895 property set communication_properties.aadl:9:01 - Identifier Node_Id 894 - 894 identifier communication_properties.aadl:9:14 - Corresponding_Entity Node_Id 895 +984 property set communication_properties.aadl:6:01 + Identifier Node_Id 983 + 983 identifier communication_properties.aadl:6:14 + Corresponding_Entity Node_Id 984 Display_Name Name_Id "Communication_Properties" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 896 - Declarations List_Id 909 - 906 property definition declaration communication_properties.aadl:13:03 - Identifier Node_Id 897 - 897 identifier communication_properties.aadl:13:03 - Corresponding_Entity Node_Id 906 + Entity_Scope Node_Id 985 + Declarations List_Id 999 + 996 property definition declaration communication_properties.aadl:7:02 + Identifier Node_Id 986 + 986 identifier communication_properties.aadl:7:02 + Corresponding_Entity Node_Id 996 Display_Name Name_Id "Fan_Out_Policy" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 908 - 908 property type communication_properties.aadl:13:03 + Property_Name_Type Node_Id 998 + 998 property type communication_properties.aadl:7:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 898 - 898 enumeration type communication_properties.aadl:13:19 - Identifiers List_Id 899 - 900 identifier communication_properties.aadl:13:32 - Corresponding_Entity Node_Id 898 + Property_Type_Designator Node_Id 987 + 987 enumeration type communication_properties.aadl:7:18 + Identifiers List_Id 988 + 989 identifier communication_properties.aadl:7:31 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "Broadcast" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 901 identifier communication_properties.aadl:14:32 - Corresponding_Entity Node_Id 898 + 990 identifier communication_properties.aadl:7:42 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "RoundRobin" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 902 identifier communication_properties.aadl:15:32 - Corresponding_Entity Node_Id 898 + 991 identifier communication_properties.aadl:7:54 + Corresponding_Entity Node_Id 987 + Display_Name Name_Id "Selective" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 992 identifier communication_properties.aadl:7:65 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "OnDemand" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 898 - 898 enumeration type communication_properties.aadl:13:19 - Identifiers List_Id 899 - 900 identifier communication_properties.aadl:13:32 - Corresponding_Entity Node_Id 898 + Expanded_Type_Designator Node_Id 987 + 987 enumeration type communication_properties.aadl:7:18 + Identifiers List_Id 988 + 989 identifier communication_properties.aadl:7:31 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "Broadcast" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 901 identifier communication_properties.aadl:14:32 - Corresponding_Entity Node_Id 898 + 990 identifier communication_properties.aadl:7:42 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "RoundRobin" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 902 identifier communication_properties.aadl:15:32 - Corresponding_Entity Node_Id 898 + 991 identifier communication_properties.aadl:7:54 + Corresponding_Entity Node_Id 987 + Display_Name Name_Id "Selective" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 992 identifier communication_properties.aadl:7:65 + Corresponding_Entity Node_Id 987 Display_Name Name_Id "OnDemand" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 907 - 907 applies to communication_properties.aadl:13:03 + Applies_To Node_Id 997 + 997 applies to communication_properties.aadl:7:02 Is_All Boolean FALSE - Owner_Categories List_Id 904 - 905 named element communication_properties.aadl:16:15 + Owner_Categories List_Id 994 + 995 named element communication_properties.aadl:8:15 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 917 property definition declaration communication_properties.aadl:19:03 - Identifier Node_Id 910 - 910 identifier communication_properties.aadl:19:03 - Corresponding_Entity Node_Id 917 - Display_Name Name_Id "Connection_Pattern" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 919 - 919 property type communication_properties.aadl:19:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 913 - 913 unique property type identifier communication_properties.aadl:20:18 - Identifier Node_Id 912 - 912 identifier communication_properties.aadl:20:21 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Supported_Connection_Patterns" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 26 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 16 - 16 enumeration type aadl_project.aadl:18:10 - Identifiers List_Id 17 - 18 identifier aadl_project.aadl:18:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "One_To_One" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 19 identifier aadl_project.aadl:19:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "All_To_All" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 20 identifier aadl_project.aadl:20:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "One_To_All" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 21 identifier aadl_project.aadl:21:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "All_To_One" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 22 identifier aadl_project.aadl:22:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "Next" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 23 identifier aadl_project.aadl:23:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "Previous" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 24 identifier aadl_project.aadl:24:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "Neighbors" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 25 identifier aadl_project.aadl:25:24 - Corresponding_Entity Node_Id 16 - Display_Name Name_Id "All_Neighbors" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 918 - 918 applies to communication_properties.aadl:19:03 - Is_All Boolean FALSE - Owner_Categories List_Id 914 - 915 named element communication_properties.aadl:21:15 - Identifier Node_Id 916 - 916 identifier communication_properties.aadl:21:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 927 property definition declaration communication_properties.aadl:24:03 - Identifier Node_Id 920 - 920 identifier communication_properties.aadl:24:03 - Corresponding_Entity Node_Id 927 - Display_Name Name_Id "Connection_Set" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 929 - 929 property type communication_properties.aadl:24:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 923 - 923 unique property type identifier communication_properties.aadl:24:24 - Identifier Node_Id 922 - 922 identifier communication_properties.aadl:24:27 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Connection_Pair" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 939 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 938 - 938 record type communication_properties.aadl:29:15 - List_Items List_Id 931 - 932 record type element communication_properties.aadl:29:17 - Identifier Node_Id 933 - 933 identifier communication_properties.aadl:29:17 - Corresponding_Entity Node_Id 932 - Display_Name Name_Id "src" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 934 - 934 integer type communication_properties.aadl:29:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 935 record type element communication_properties.aadl:30:17 - Identifier Node_Id 936 - 936 identifier communication_properties.aadl:30:17 - Corresponding_Entity Node_Id 935 - Display_Name Name_Id "dst" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 937 - 937 integer type communication_properties.aadl:30:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 928 - 928 applies to communication_properties.aadl:24:03 - Is_All Boolean FALSE - Owner_Categories List_Id 924 - 925 named element communication_properties.aadl:25:15 - Identifier Node_Id 926 - 926 identifier communication_properties.aadl:25:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 939 property type declaration communication_properties.aadl:28:03 - Identifier Node_Id 930 - 930 identifier communication_properties.aadl:28:03 - Corresponding_Entity Node_Id 939 - Display_Name Name_Id "Connection_Pair" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 938 - 938 record type communication_properties.aadl:29:15 - List_Items List_Id 931 - 932 record type element communication_properties.aadl:29:17 - Identifier Node_Id 933 - 933 identifier communication_properties.aadl:29:17 - Corresponding_Entity Node_Id 932 - Display_Name Name_Id "src" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 934 - 934 integer type communication_properties.aadl:29:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 935 record type element communication_properties.aadl:30:17 - Identifier Node_Id 936 - 936 identifier communication_properties.aadl:30:17 - Corresponding_Entity Node_Id 935 - Display_Name Name_Id "dst" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 937 - 937 integer type communication_properties.aadl:30:22 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 953 property definition declaration communication_properties.aadl:33:04 - Identifier Node_Id 940 - 940 identifier communication_properties.aadl:33:04 - Corresponding_Entity Node_Id 953 + 1013 property definition declaration communication_properties.aadl:21:02 + Identifier Node_Id 1000 + 1000 identifier communication_properties.aadl:21:02 + Corresponding_Entity Node_Id 1013 Display_Name Name_Id "Overflow_Handling_Protocol" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 955 - 955 property type communication_properties.aadl:33:04 + Property_Name_Type Node_Id 1015 + 1015 property type communication_properties.aadl:21:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 941 - 941 enumeration type communication_properties.aadl:33:32 - Identifiers List_Id 942 - 943 identifier communication_properties.aadl:33:45 - Corresponding_Entity Node_Id 941 + Property_Type_Designator Node_Id 1001 + 1001 enumeration type communication_properties.aadl:21:30 + Identifiers List_Id 1002 + 1003 identifier communication_properties.aadl:21:43 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "DropOldest" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 944 identifier communication_properties.aadl:34:45 - Corresponding_Entity Node_Id 941 + 1004 identifier communication_properties.aadl:21:55 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "DropNewest" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 945 identifier communication_properties.aadl:35:45 - Corresponding_Entity Node_Id 941 + 1005 identifier communication_properties.aadl:21:67 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "Error" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 941 - 941 enumeration type communication_properties.aadl:33:32 - Identifiers List_Id 942 - 943 identifier communication_properties.aadl:33:45 - Corresponding_Entity Node_Id 941 + Expanded_Type_Designator Node_Id 1001 + 1001 enumeration type communication_properties.aadl:21:30 + Identifiers List_Id 1002 + 1003 identifier communication_properties.aadl:21:43 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "DropOldest" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 944 identifier communication_properties.aadl:34:45 - Corresponding_Entity Node_Id 941 + 1004 identifier communication_properties.aadl:21:55 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "DropNewest" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 945 identifier communication_properties.aadl:35:45 - Corresponding_Entity Node_Id 941 + 1005 identifier communication_properties.aadl:21:67 + Corresponding_Entity Node_Id 1001 Display_Name Name_Id "Error" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Default_Value Node_Id 956 - 956 property value communication_properties.aadl:33:04 - Value_Container Node_Id 895 - Single_Value Node_Id 2091 - 2091 enumeration term communication_properties.aadl:36:04 - Identifier Node_Id 946 - 946 identifier communication_properties.aadl:36:07 + Default_Value Node_Id 1016 + 1016 property value communication_properties.aadl:21:02 + Value_Container Node_Id 984 + Single_Value Node_Id 2280 + 2280 enumeration term communication_properties.aadl:21:74 + Identifier Node_Id 1006 + 1006 identifier communication_properties.aadl:21:77 Corresponding_Entity Node_Id 0 Display_Name Name_Id "DropOldest" Scope_Entity Node_Id 0 @@ -4598,10 +4804,10 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2126 - 2126 enumeration term communication_properties.aadl:36:04 - Identifier Node_Id 946 - 946 identifier communication_properties.aadl:36:07 + Expanded_Single_Value Node_Id 2316 + 2316 enumeration term communication_properties.aadl:21:74 + Identifier Node_Id 1006 + 1006 identifier communication_properties.aadl:21:77 Corresponding_Entity Node_Id 0 Display_Name Name_Id "DropOldest" Scope_Entity Node_Id 0 @@ -4609,63 +4815,63 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 954 - 954 applies to communication_properties.aadl:33:04 + Applies_To Node_Id 1014 + 1014 applies to communication_properties.aadl:21:02 Is_All Boolean FALSE - Owner_Categories List_Id 949 - 950 named element communication_properties.aadl:37:15 + Owner_Categories List_Id 1009 + 1010 named element communication_properties.aadl:22:15 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 951 named element communication_properties.aadl:38:15 + 1011 named element communication_properties.aadl:22:27 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 952 named element communication_properties.aadl:39:15 + 1012 named element communication_properties.aadl:22:44 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 967 property definition declaration communication_properties.aadl:42:03 - Identifier Node_Id 957 - 957 identifier communication_properties.aadl:42:03 - Corresponding_Entity Node_Id 967 + 1027 property definition declaration communication_properties.aadl:24:02 + Identifier Node_Id 1017 + 1017 identifier communication_properties.aadl:24:02 + Corresponding_Entity Node_Id 1027 Display_Name Name_Id "Queue_Processing_Protocol" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 969 - 969 property type communication_properties.aadl:42:03 + Property_Name_Type Node_Id 1029 + 1029 property type communication_properties.aadl:24:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 959 - 959 unique property type identifier communication_properties.aadl:42:28 - Identifier Node_Id 958 - 958 identifier communication_properties.aadl:43:08 + Property_Type_Designator Node_Id 1019 + 1019 unique property type identifier communication_properties.aadl:24:27 + Identifier Node_Id 1018 + 1018 identifier communication_properties.aadl:24:29 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Queue_Processing_Protocols" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 57 + Entity Node_Id 53 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 54 - 54 enumeration type aadl_project.aadl:58:46 - Identifiers List_Id 55 - 56 identifier aadl_project.aadl:59:06 - Corresponding_Entity Node_Id 54 - Display_Name Name_Id "FIFO" + Expanded_Type_Designator Node_Id 50 + 50 enumeration type aadl_project.aadl:27:46 + Identifiers List_Id 51 + 52 identifier aadl_project.aadl:27:59 + Corresponding_Entity Node_Id 50 + Display_Name Name_Id "Fifo" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Default_Value Node_Id 970 - 970 property value communication_properties.aadl:42:03 - Value_Container Node_Id 895 - Single_Value Node_Id 2092 - 2092 enumeration term communication_properties.aadl:44:03 - Identifier Node_Id 960 - 960 identifier communication_properties.aadl:44:06 + Default_Value Node_Id 1030 + 1030 property value communication_properties.aadl:24:02 + Value_Container Node_Id 984 + Single_Value Node_Id 2281 + 2281 enumeration term communication_properties.aadl:24:66 + Identifier Node_Id 1020 + 1020 identifier communication_properties.aadl:24:69 Corresponding_Entity Node_Id 0 Display_Name Name_Id "FIFO" Scope_Entity Node_Id 0 @@ -4673,10 +4879,10 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2127 - 2127 enumeration term communication_properties.aadl:44:03 - Identifier Node_Id 960 - 960 identifier communication_properties.aadl:44:06 + Expanded_Single_Value Node_Id 2317 + 2317 enumeration term communication_properties.aadl:24:66 + Identifier Node_Id 1020 + 1020 identifier communication_properties.aadl:24:69 Corresponding_Entity Node_Id 0 Display_Name Name_Id "FIFO" Scope_Entity Node_Id 0 @@ -4684,815 +4890,1408 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 968 - 968 applies to communication_properties.aadl:42:03 + Applies_To Node_Id 1028 + 1028 applies to communication_properties.aadl:24:02 Is_All Boolean FALSE - Owner_Categories List_Id 963 - 964 named element communication_properties.aadl:45:15 + Owner_Categories List_Id 1023 + 1024 named element communication_properties.aadl:25:15 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 965 named element communication_properties.aadl:46:15 + 1025 named element communication_properties.aadl:25:27 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 966 named element communication_properties.aadl:47:15 + 1026 named element communication_properties.aadl:25:44 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 985 property definition declaration communication_properties.aadl:50:03 - Identifier Node_Id 971 - 971 identifier communication_properties.aadl:50:03 - Corresponding_Entity Node_Id 985 + 1045 property definition declaration communication_properties.aadl:27:02 + Identifier Node_Id 1031 + 1031 identifier communication_properties.aadl:27:02 + Corresponding_Entity Node_Id 1045 Display_Name Name_Id "Queue_Size" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 987 - 987 property type communication_properties.aadl:50:03 + Property_Name_Type Node_Id 1047 + 1047 property type communication_properties.aadl:27:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 972 - 972 integer type communication_properties.aadl:50:15 - Type_Range Node_Id 977 - 977 number range communication_properties.aadl:50:27 - Lower_Bound Node_Id 973 - 973 signed aadlnumber communication_properties.aadl:50:27 - Number_Value Node_Id 974 - 974 literal communication_properties.aadl:50:27 - Value Value_Id 32 + Property_Type_Designator Node_Id 1032 + 1032 integer type communication_properties.aadl:27:14 + Type_Range Node_Id 1037 + 1037 number range communication_properties.aadl:27:26 + Lower_Bound Node_Id 1033 + 1033 signed aadlnumber communication_properties.aadl:27:26 + Number_Value Node_Id 1034 + 1034 literal communication_properties.aadl:27:26 + Value Value_Id 33 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 976 - 976 property term communication_properties.aadl:50:29 - Identifier Node_Id 975 - 975 identifier communication_properties.aadl:50:32 + Upper_Bound Node_Id 1036 + 1036 property term communication_properties.aadl:27:28 + Identifier Node_Id 1035 + 1035 identifier communication_properties.aadl:27:31 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Max_Queue_Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 178 + Entity Node_Id 179 Property_Set_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2128 - 2128 integer type communication_properties.aadl:50:15 - Type_Range Node_Id 2129 - 2129 number range communication_properties.aadl:50:27 - Lower_Bound Node_Id 2130 - 2130 signed aadlnumber communication_properties.aadl:50:27 - Number_Value Node_Id 2131 - 2131 literal communication_properties.aadl:50:27 - Value Value_Id 50 + Expanded_Type_Designator Node_Id 2318 + 2318 integer type communication_properties.aadl:27:14 + Type_Range Node_Id 2319 + 2319 number range communication_properties.aadl:27:26 + Lower_Bound Node_Id 2320 + 2320 signed aadlnumber communication_properties.aadl:27:26 + Number_Value Node_Id 2321 + 2321 literal communication_properties.aadl:27:26 + Value Value_Id 64 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2132 - 2132 signed aadlnumber aadl_project.aadl:141:43 - Number_Value Node_Id 2133 - 2133 literal aadl_project.aadl:141:43 - Value Value_Id 51 + Upper_Bound Node_Id 2322 + 2322 signed aadlnumber aadl_project.aadl:97:43 + Number_Value Node_Id 2323 + 2323 literal aadl_project.aadl:97:43 + Value Value_Id 65 Unit_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Default_Value Node_Id 988 - 988 property value communication_properties.aadl:50:03 - Value_Container Node_Id 895 - Single_Value Node_Id 978 - 978 signed aadlnumber communication_properties.aadl:50:50 - Number_Value Node_Id 979 - 979 literal communication_properties.aadl:50:50 - Value Value_Id 33 + Default_Value Node_Id 1048 + 1048 property value communication_properties.aadl:27:02 + Value_Container Node_Id 984 + Single_Value Node_Id 1038 + 1038 signed aadlnumber communication_properties.aadl:27:49 + Number_Value Node_Id 1039 + 1039 literal communication_properties.aadl:27:49 + Value Value_Id 34 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2134 - 2134 signed aadlnumber communication_properties.aadl:50:50 - Number_Value Node_Id 2135 - 2135 literal communication_properties.aadl:50:50 - Value Value_Id 52 + Expanded_Single_Value Node_Id 2324 + 2324 signed aadlnumber communication_properties.aadl:27:49 + Number_Value Node_Id 2325 + 2325 literal communication_properties.aadl:27:49 + Value Value_Id 66 Unit_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 986 - 986 applies to communication_properties.aadl:50:03 + Applies_To Node_Id 1046 + 1046 applies to communication_properties.aadl:27:02 Is_All Boolean FALSE - Owner_Categories List_Id 981 - 982 named element communication_properties.aadl:51:15 + Owner_Categories List_Id 1041 + 1042 named element communication_properties.aadl:28:15 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 983 named element communication_properties.aadl:52:15 + 1043 named element communication_properties.aadl:28:27 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 984 named element communication_properties.aadl:53:15 + 1044 named element communication_properties.aadl:28:44 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1001 property definition declaration communication_properties.aadl:56:03 - Identifier Node_Id 989 - 989 identifier communication_properties.aadl:56:03 - Corresponding_Entity Node_Id 1001 + 1055 property definition declaration communication_properties.aadl:30:02 + Identifier Node_Id 1049 + 1049 identifier communication_properties.aadl:30:02 + Corresponding_Entity Node_Id 1055 + Display_Name Name_Id "Required_Connection" + Scope_Entity Node_Id 985 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 1057 + 1057 property type communication_properties.aadl:30:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1050 + 1050 boolean type communication_properties.aadl:30:23 + Expanded_Type_Designator Node_Id 1050 + 1050 boolean type communication_properties.aadl:30:23 + Default_Value Node_Id 1058 + 1058 property value communication_properties.aadl:30:02 + Value_Container Node_Id 984 + Single_Value Node_Id 1051 + 1051 literal communication_properties.aadl:30:38 + Value Value_Id 35 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2326 + 2326 literal communication_properties.aadl:30:38 + Value Value_Id 67 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1056 + 1056 applies to communication_properties.aadl:30:02 + Is_All Boolean FALSE + Owner_Categories List_Id 1053 + 1054 named element communication_properties.aadl:31:15 + Identifier Node_Id 0 + Category Byte 31 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 1070 property definition declaration communication_properties.aadl:33:02 + Identifier Node_Id 1059 + 1059 identifier communication_properties.aadl:33:02 + Corresponding_Entity Node_Id 1070 + Display_Name Name_Id "Timing" + Scope_Entity Node_Id 985 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 1072 + 1072 property type communication_properties.aadl:33:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1060 + 1060 enumeration type communication_properties.aadl:33:10 + Identifiers List_Id 1061 + 1062 identifier communication_properties.aadl:33:23 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "sampled" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1063 identifier communication_properties.aadl:33:32 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "immediate" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1064 identifier communication_properties.aadl:33:43 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "delayed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Expanded_Type_Designator Node_Id 1060 + 1060 enumeration type communication_properties.aadl:33:10 + Identifiers List_Id 1061 + 1062 identifier communication_properties.aadl:33:23 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "sampled" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1063 identifier communication_properties.aadl:33:32 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "immediate" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1064 identifier communication_properties.aadl:33:43 + Corresponding_Entity Node_Id 1060 + Display_Name Name_Id "delayed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + Default_Value Node_Id 1073 + 1073 property value communication_properties.aadl:33:02 + Value_Container Node_Id 984 + Single_Value Node_Id 2282 + 2282 enumeration term communication_properties.aadl:33:52 + Identifier Node_Id 1065 + 1065 identifier communication_properties.aadl:33:55 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "sampled" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 2327 + 2327 enumeration term communication_properties.aadl:33:52 + Identifier Node_Id 1065 + 1065 identifier communication_properties.aadl:33:55 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "sampled" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1071 + 1071 applies to communication_properties.aadl:33:02 + Is_All Boolean FALSE + Owner_Categories List_Id 1068 + 1069 named element communication_properties.aadl:34:15 + Identifier Node_Id 0 + Category Byte 48 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 1085 property definition declaration communication_properties.aadl:36:02 + Identifier Node_Id 1074 + 1074 identifier communication_properties.aadl:36:02 + Corresponding_Entity Node_Id 1085 Display_Name Name_Id "Transmission_Type" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1003 - 1003 property type communication_properties.aadl:56:03 + Property_Name_Type Node_Id 1087 + 1087 property type communication_properties.aadl:36:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 990 - 990 enumeration type communication_properties.aadl:56:22 - Identifiers List_Id 991 - 992 identifier communication_properties.aadl:56:36 - Corresponding_Entity Node_Id 990 + Property_Type_Designator Node_Id 1075 + 1075 enumeration type communication_properties.aadl:36:21 + Identifiers List_Id 1076 + 1077 identifier communication_properties.aadl:36:34 + Corresponding_Entity Node_Id 1075 Display_Name Name_Id "push" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 993 identifier communication_properties.aadl:56:42 - Corresponding_Entity Node_Id 990 + 1078 identifier communication_properties.aadl:36:40 + Corresponding_Entity Node_Id 1075 Display_Name Name_Id "pull" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 990 - 990 enumeration type communication_properties.aadl:56:22 - Identifiers List_Id 991 - 992 identifier communication_properties.aadl:56:36 - Corresponding_Entity Node_Id 990 + Expanded_Type_Designator Node_Id 1075 + 1075 enumeration type communication_properties.aadl:36:21 + Identifiers List_Id 1076 + 1077 identifier communication_properties.aadl:36:34 + Corresponding_Entity Node_Id 1075 Display_Name Name_Id "push" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 993 identifier communication_properties.aadl:56:42 - Corresponding_Entity Node_Id 990 + 1078 identifier communication_properties.aadl:36:40 + Corresponding_Entity Node_Id 1075 Display_Name Name_Id "pull" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1002 - 1002 applies to communication_properties.aadl:56:03 + Applies_To Node_Id 1086 + 1086 applies to communication_properties.aadl:36:02 Is_All Boolean FALSE - Owner_Categories List_Id 995 - 996 named element communication_properties.aadl:57:15 + Owner_Categories List_Id 1080 + 1081 named element communication_properties.aadl:37:15 Identifier Node_Id 0 - Category Byte 14 + Category Byte 16 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 997 named element communication_properties.aadl:58:15 - Identifier Node_Id 998 - 998 identifier communication_properties.aadl:58:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 + 1082 named element communication_properties.aadl:37:26 + Identifier Node_Id 0 + Category Byte 48 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 999 named element communication_properties.aadl:59:15 + 1083 named element communication_properties.aadl:37:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1000 named element communication_properties.aadl:60:15 + 1084 named element communication_properties.aadl:37:48 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 11 Classifier_Ref Node_Id 0 - 1011 property definition declaration communication_properties.aadl:63:03 - Identifier Node_Id 1004 - 1004 identifier communication_properties.aadl:63:03 - Corresponding_Entity Node_Id 1011 + 1111 property definition declaration communication_properties.aadl:39:02 + Identifier Node_Id 1088 + 1088 identifier communication_properties.aadl:39:02 + Corresponding_Entity Node_Id 1111 Display_Name Name_Id "Input_Rate" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1013 - 1013 property type communication_properties.aadl:63:03 + Property_Name_Type Node_Id 1113 + 1113 property type communication_properties.aadl:39:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1006 - 1006 unique property type identifier communication_properties.aadl:63:13 - Identifier Node_Id 1005 - 1005 identifier communication_properties.aadl:63:15 + Property_Type_Designator Node_Id 1090 + 1090 unique property type identifier communication_properties.aadl:39:12 + Identifier Node_Id 1089 + 1089 identifier communication_properties.aadl:39:14 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Rate_Spec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1071 + Entity Node_Id 1232 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 1070 - 1070 record type communication_properties.aadl:98:27 - List_Items List_Id 1066 - 1067 record type element communication_properties.aadl:98:28 - Identifier Node_Id 1068 - 1068 identifier communication_properties.aadl:98:28 - Corresponding_Entity Node_Id 1067 - Display_Name Name_Id "rec" + Expanded_Type_Designator Node_Id 1231 + 1231 record type communication_properties.aadl:58:25 + List_Items List_Id 1216 + 1217 record type element communication_properties.aadl:59:03 + Identifier Node_Id 1218 + 1218 identifier communication_properties.aadl:59:03 + Corresponding_Entity Node_Id 1217 + Display_Name Name_Id "Value_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1069 - 1069 integer type communication_properties.aadl:98:33 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1012 - 1012 applies to communication_properties.aadl:63:03 + Property_Type_Designator Node_Id 1219 + 1219 range type communication_properties.aadl:59:16 + Number_Type Node_Id 1220 + 1220 real type communication_properties.aadl:59:25 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 1221 record type element communication_properties.aadl:60:03 + Identifier Node_Id 1222 + 1222 identifier communication_properties.aadl:60:03 + Corresponding_Entity Node_Id 1221 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1223 + 1223 enumeration type communication_properties.aadl:60:14 + Identifiers List_Id 1224 + 1225 identifier communication_properties.aadl:60:27 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerSecond" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1226 identifier communication_properties.aadl:60:38 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + 1227 record type element communication_properties.aadl:61:03 + Identifier Node_Id 1228 + 1228 identifier communication_properties.aadl:61:03 + Corresponding_Entity Node_Id 1227 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1230 + 1230 unique property type identifier communication_properties.aadl:61:20 + Identifier Node_Id 1229 + 1229 identifier communication_properties.aadl:61:22 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Distributions" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 1114 + 1114 property value communication_properties.aadl:39:02 + Value_Container Node_Id 984 + Single_Value Node_Id 1091 + 1091 record term communication_properties.aadl:39:27 + List_Items List_Id 1092 + 1093 record term element communication_properties.aadl:39:28 + Identifier Node_Id 1094 + 1094 identifier communication_properties.aadl:39:28 + Corresponding_Entity Node_Id 1093 + Display_Name Name_Id "Value_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1099 + 1099 number range term communication_properties.aadl:39:43 + Lower_Bound Node_Id 1095 + 1095 signed aadlnumber communication_properties.aadl:39:43 + Number_Value Node_Id 1096 + 1096 literal communication_properties.aadl:39:43 + Value Value_Id 36 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 1097 + 1097 signed aadlnumber communication_properties.aadl:39:50 + Number_Value Node_Id 1098 + 1098 literal communication_properties.aadl:39:50 + Value Value_Id 37 + Unit_Identifier Node_Id 0 + Delta_Term Node_Id 0 + 1100 record term element communication_properties.aadl:39:55 + Identifier Node_Id 1101 + 1101 identifier communication_properties.aadl:39:55 + Corresponding_Entity Node_Id 1100 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1103 + 1103 property term communication_properties.aadl:39:65 + Identifier Node_Id 1102 + 1102 identifier communication_properties.aadl:39:68 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1104 record term element communication_properties.aadl:39:81 + Identifier Node_Id 1105 + 1105 identifier communication_properties.aadl:39:81 + Corresponding_Entity Node_Id 1104 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1107 + 1107 property term communication_properties.aadl:39:99 + Identifier Node_Id 1106 + 1106 identifier communication_properties.aadl:39:102 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1112 + 1112 applies to communication_properties.aadl:39:02 Is_All Boolean FALSE - Owner_Categories List_Id 1008 - 1009 named element communication_properties.aadl:64:15 + Owner_Categories List_Id 1109 + 1110 named element communication_properties.aadl:40:15 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1010 named element communication_properties.aadl:64:21 - Identifier Node_Id 0 - Category Byte 46 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1021 property definition declaration communication_properties.aadl:67:03 - Identifier Node_Id 1014 - 1014 identifier communication_properties.aadl:67:03 - Corresponding_Entity Node_Id 1021 + 1137 property definition declaration communication_properties.aadl:42:02 + Identifier Node_Id 1115 + 1115 identifier communication_properties.aadl:42:02 + Corresponding_Entity Node_Id 1137 Display_Name Name_Id "Input_Time" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1023 - 1023 property type communication_properties.aadl:67:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1016 - 1016 unique property type identifier communication_properties.aadl:67:13 - Identifier Node_Id 1015 - 1015 identifier communication_properties.aadl:67:15 + Property_Name_Type Node_Id 1139 + 1139 property type communication_properties.aadl:42:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 1118 + 1118 unique property type identifier communication_properties.aadl:42:19 + Identifier Node_Id 1117 + 1117 identifier communication_properties.aadl:42:22 Corresponding_Entity Node_Id 0 Display_Name Name_Id "IO_Time_Spec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1035 + Entity Node_Id 1152 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 1034 - 1034 record type communication_properties.aadl:71:30 - List_Items List_Id 1025 - 1026 record type element communication_properties.aadl:72:15 - Identifier Node_Id 1027 - 1027 identifier communication_properties.aadl:72:15 - Corresponding_Entity Node_Id 1026 - Display_Name Name_Id "ReferencePoint" + Expanded_Type_Designator Node_Id 1151 + 1151 record type communication_properties.aadl:45:28 + List_Items List_Id 1142 + 1143 record type element communication_properties.aadl:46:03 + Identifier Node_Id 1144 + 1144 identifier communication_properties.aadl:46:03 + Corresponding_Entity Node_Id 1143 + Display_Name Name_Id "Offset" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1029 - 1029 unique property type identifier communication_properties.aadl:72:30 - Identifier Node_Id 1028 - 1028 identifier communication_properties.aadl:72:32 + Property_Type_Designator Node_Id 1146 + 1146 unique property type identifier communication_properties.aadl:46:09 + Identifier Node_Id 1145 + 1145 identifier communication_properties.aadl:46:11 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "IO_Reference_Point_Type" + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - 1030 record type element communication_properties.aadl:73:15 - Identifier Node_Id 1031 - 1031 identifier communication_properties.aadl:73:15 - Corresponding_Entity Node_Id 1030 - Display_Name Name_Id "TimeOffset" + 1147 record type element communication_properties.aadl:47:03 + Identifier Node_Id 1148 + 1148 identifier communication_properties.aadl:47:03 + Corresponding_Entity Node_Id 1147 + Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1033 - 1033 unique property type identifier communication_properties.aadl:73:26 - Identifier Node_Id 1032 - 1032 identifier communication_properties.aadl:73:28 + Property_Type_Designator Node_Id 1150 + 1150 unique property type identifier communication_properties.aadl:47:07 + Identifier Node_Id 1149 + 1149 identifier communication_properties.aadl:47:09 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "TimeRange" + Display_Name Name_Id "IO_Reference_Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1022 - 1022 applies to communication_properties.aadl:67:03 + Default_Value Node_Id 1140 + 1140 property value communication_properties.aadl:42:02 + Value_Container Node_Id 984 + Single_Value Node_Id 0 + Multi_Value List_Id 1119 + 1120 record term communication_properties.aadl:42:39 + List_Items List_Id 1121 + 1122 record term element communication_properties.aadl:42:40 + Identifier Node_Id 1123 + 1123 identifier communication_properties.aadl:42:40 + Corresponding_Entity Node_Id 1122 + Display_Name Name_Id "Time" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1125 + 1125 property term communication_properties.aadl:42:45 + Identifier Node_Id 1124 + 1124 identifier communication_properties.aadl:42:48 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Dispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1126 record term element communication_properties.aadl:42:58 + Identifier Node_Id 1127 + 1127 identifier communication_properties.aadl:42:58 + Corresponding_Entity Node_Id 1126 + Display_Name Name_Id "Offset" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1134 + 1134 number range term communication_properties.aadl:42:68 + Lower_Bound Node_Id 1128 + 1128 signed aadlnumber communication_properties.aadl:42:68 + Number_Value Node_Id 1129 + 1129 literal communication_properties.aadl:42:68 + Value Value_Id 38 + Unit_Identifier Node_Id 1130 + 1130 identifier communication_properties.aadl:42:70 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 1131 + 1131 signed aadlnumber communication_properties.aadl:42:76 + Number_Value Node_Id 1132 + 1132 literal communication_properties.aadl:42:76 + Value Value_Id 39 + Unit_Identifier Node_Id 1133 + 1133 identifier communication_properties.aadl:42:78 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Delta_Term Node_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1138 + 1138 applies to communication_properties.aadl:42:02 Is_All Boolean FALSE - Owner_Categories List_Id 1018 - 1019 named element communication_properties.aadl:68:15 + Owner_Categories List_Id 1135 + 1136 named element communication_properties.aadl:43:15 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1020 named element communication_properties.aadl:68:21 - Identifier Node_Id 0 - Category Byte 46 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1035 property type declaration communication_properties.aadl:71:03 - Identifier Node_Id 1024 - 1024 identifier communication_properties.aadl:71:03 - Corresponding_Entity Node_Id 1035 + 1152 property type declaration communication_properties.aadl:45:02 + Identifier Node_Id 1141 + 1141 identifier communication_properties.aadl:45:02 + Corresponding_Entity Node_Id 1152 Display_Name Name_Id "IO_Time_Spec" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1034 - 1034 record type communication_properties.aadl:71:30 - List_Items List_Id 1025 - 1026 record type element communication_properties.aadl:72:15 - Identifier Node_Id 1027 - 1027 identifier communication_properties.aadl:72:15 - Corresponding_Entity Node_Id 1026 - Display_Name Name_Id "ReferencePoint" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1029 - 1029 unique property type identifier communication_properties.aadl:72:30 - Identifier Node_Id 1028 - 1028 identifier communication_properties.aadl:72:32 + Scope_Entity Node_Id 985 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1151 + 1151 record type communication_properties.aadl:45:28 + List_Items List_Id 1142 + 1143 record type element communication_properties.aadl:46:03 + Identifier Node_Id 1144 + 1144 identifier communication_properties.aadl:46:03 + Corresponding_Entity Node_Id 1143 + Display_Name Name_Id "Offset" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1146 + 1146 unique property type identifier communication_properties.aadl:46:09 + Identifier Node_Id 1145 + 1145 identifier communication_properties.aadl:46:11 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "IO_Reference_Point_Type" + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - 1030 record type element communication_properties.aadl:73:15 - Identifier Node_Id 1031 - 1031 identifier communication_properties.aadl:73:15 - Corresponding_Entity Node_Id 1030 - Display_Name Name_Id "TimeOffset" + 1147 record type element communication_properties.aadl:47:03 + Identifier Node_Id 1148 + 1148 identifier communication_properties.aadl:47:03 + Corresponding_Entity Node_Id 1147 + Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1033 - 1033 unique property type identifier communication_properties.aadl:73:26 - Identifier Node_Id 1032 - 1032 identifier communication_properties.aadl:73:28 + Property_Type_Designator Node_Id 1150 + 1150 unique property type identifier communication_properties.aadl:47:07 + Identifier Node_Id 1149 + 1149 identifier communication_properties.aadl:47:09 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "TimeRange" + Display_Name Name_Id "IO_Reference_Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - 1044 property type declaration communication_properties.aadl:77:03 - Identifier Node_Id 1036 - 1036 identifier communication_properties.aadl:77:03 - Corresponding_Entity Node_Id 1044 - Display_Name Name_Id "IO_Reference_Point_Type" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1037 - 1037 enumeration type communication_properties.aadl:78:08 - Identifiers List_Id 1038 - 1039 identifier communication_properties.aadl:78:22 - Corresponding_Entity Node_Id 1037 - Display_Name Name_Id "DispatchTime" + 1161 property type declaration communication_properties.aadl:50:02 + Identifier Node_Id 1153 + 1153 identifier communication_properties.aadl:50:02 + Corresponding_Entity Node_Id 1161 + Display_Name Name_Id "IO_Reference_Time" + Scope_Entity Node_Id 985 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1154 + 1154 enumeration type communication_properties.aadl:50:26 + Identifiers List_Id 1155 + 1156 identifier communication_properties.aadl:50:39 + Corresponding_Entity Node_Id 1154 + Display_Name Name_Id "Dispatch" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1040 identifier communication_properties.aadl:79:22 - Corresponding_Entity Node_Id 1037 - Display_Name Name_Id "StartTime" + 1157 identifier communication_properties.aadl:50:49 + Corresponding_Entity Node_Id 1154 + Display_Name Name_Id "Start" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1041 identifier communication_properties.aadl:80:22 - Corresponding_Entity Node_Id 1037 - Display_Name Name_Id "CompletionTime" + 1158 identifier communication_properties.aadl:50:56 + Corresponding_Entity Node_Id 1154 + Display_Name Name_Id "Completion" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1042 identifier communication_properties.aadl:81:22 - Corresponding_Entity Node_Id 1037 - Display_Name Name_Id "DeadlineTime" + 1159 identifier communication_properties.aadl:50:68 + Corresponding_Entity Node_Id 1154 + Display_Name Name_Id "Deadline" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1043 identifier communication_properties.aadl:82:22 - Corresponding_Entity Node_Id 1037 + 1160 identifier communication_properties.aadl:50:78 + Corresponding_Entity Node_Id 1154 Display_Name Name_Id "NoIO" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 1052 property definition declaration communication_properties.aadl:85:03 - Identifier Node_Id 1045 - 1045 identifier communication_properties.aadl:85:03 - Corresponding_Entity Node_Id 1052 + 1185 property definition declaration communication_properties.aadl:52:02 + Identifier Node_Id 1162 + 1162 identifier communication_properties.aadl:52:02 + Corresponding_Entity Node_Id 1185 Display_Name Name_Id "Output_Rate" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1054 - 1054 property type communication_properties.aadl:85:03 + Property_Name_Type Node_Id 1187 + 1187 property type communication_properties.aadl:52:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1047 - 1047 unique property type identifier communication_properties.aadl:85:14 - Identifier Node_Id 1046 - 1046 identifier communication_properties.aadl:85:16 + Property_Type_Designator Node_Id 1164 + 1164 unique property type identifier communication_properties.aadl:52:13 + Identifier Node_Id 1163 + 1163 identifier communication_properties.aadl:52:15 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Rate_Spec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1071 + Entity Node_Id 1232 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 1070 - 1070 record type communication_properties.aadl:98:27 - List_Items List_Id 1066 - 1067 record type element communication_properties.aadl:98:28 - Identifier Node_Id 1068 - 1068 identifier communication_properties.aadl:98:28 - Corresponding_Entity Node_Id 1067 - Display_Name Name_Id "rec" + Expanded_Type_Designator Node_Id 1231 + 1231 record type communication_properties.aadl:58:25 + List_Items List_Id 1216 + 1217 record type element communication_properties.aadl:59:03 + Identifier Node_Id 1218 + 1218 identifier communication_properties.aadl:59:03 + Corresponding_Entity Node_Id 1217 + Display_Name Name_Id "Value_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1069 - 1069 integer type communication_properties.aadl:98:33 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1053 - 1053 applies to communication_properties.aadl:85:03 + Property_Type_Designator Node_Id 1219 + 1219 range type communication_properties.aadl:59:16 + Number_Type Node_Id 1220 + 1220 real type communication_properties.aadl:59:25 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 1221 record type element communication_properties.aadl:60:03 + Identifier Node_Id 1222 + 1222 identifier communication_properties.aadl:60:03 + Corresponding_Entity Node_Id 1221 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1223 + 1223 enumeration type communication_properties.aadl:60:14 + Identifiers List_Id 1224 + 1225 identifier communication_properties.aadl:60:27 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerSecond" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1226 identifier communication_properties.aadl:60:38 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + 1227 record type element communication_properties.aadl:61:03 + Identifier Node_Id 1228 + 1228 identifier communication_properties.aadl:61:03 + Corresponding_Entity Node_Id 1227 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1230 + 1230 unique property type identifier communication_properties.aadl:61:20 + Identifier Node_Id 1229 + 1229 identifier communication_properties.aadl:61:22 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Distributions" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 1188 + 1188 property value communication_properties.aadl:52:02 + Value_Container Node_Id 984 + Single_Value Node_Id 1165 + 1165 record term communication_properties.aadl:52:28 + List_Items List_Id 1166 + 1167 record term element communication_properties.aadl:52:29 + Identifier Node_Id 1168 + 1168 identifier communication_properties.aadl:52:29 + Corresponding_Entity Node_Id 1167 + Display_Name Name_Id "Value_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1173 + 1173 number range term communication_properties.aadl:52:44 + Lower_Bound Node_Id 1169 + 1169 signed aadlnumber communication_properties.aadl:52:44 + Number_Value Node_Id 1170 + 1170 literal communication_properties.aadl:52:44 + Value Value_Id 40 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 1171 + 1171 signed aadlnumber communication_properties.aadl:52:51 + Number_Value Node_Id 1172 + 1172 literal communication_properties.aadl:52:51 + Value Value_Id 41 + Unit_Identifier Node_Id 0 + Delta_Term Node_Id 0 + 1174 record term element communication_properties.aadl:52:56 + Identifier Node_Id 1175 + 1175 identifier communication_properties.aadl:52:56 + Corresponding_Entity Node_Id 1174 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1177 + 1177 property term communication_properties.aadl:52:66 + Identifier Node_Id 1176 + 1176 identifier communication_properties.aadl:52:69 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1178 record term element communication_properties.aadl:52:82 + Identifier Node_Id 1179 + 1179 identifier communication_properties.aadl:52:82 + Corresponding_Entity Node_Id 1178 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1181 + 1181 property term communication_properties.aadl:52:100 + Identifier Node_Id 1180 + 1180 identifier communication_properties.aadl:52:103 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1186 + 1186 applies to communication_properties.aadl:52:02 Is_All Boolean FALSE - Owner_Categories List_Id 1049 - 1050 named element communication_properties.aadl:86:15 - Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1051 named element communication_properties.aadl:86:21 + Owner_Categories List_Id 1183 + 1184 named element communication_properties.aadl:53:15 Identifier Node_Id 0 - Category Byte 46 + Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1062 property definition declaration communication_properties.aadl:89:03 - Identifier Node_Id 1055 - 1055 identifier communication_properties.aadl:89:03 - Corresponding_Entity Node_Id 1062 + 1211 property definition declaration communication_properties.aadl:55:02 + Identifier Node_Id 1189 + 1189 identifier communication_properties.aadl:55:02 + Corresponding_Entity Node_Id 1211 Display_Name Name_Id "Output_Time" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1064 - 1064 property type communication_properties.aadl:89:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1057 - 1057 unique property type identifier communication_properties.aadl:89:14 - Identifier Node_Id 1056 - 1056 identifier communication_properties.aadl:89:16 + Property_Name_Type Node_Id 1213 + 1213 property type communication_properties.aadl:55:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 1192 + 1192 unique property type identifier communication_properties.aadl:55:20 + Identifier Node_Id 1191 + 1191 identifier communication_properties.aadl:55:23 Corresponding_Entity Node_Id 0 Display_Name Name_Id "IO_Time_Spec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1035 + Entity Node_Id 1152 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 1034 - 1034 record type communication_properties.aadl:71:30 - List_Items List_Id 1025 - 1026 record type element communication_properties.aadl:72:15 - Identifier Node_Id 1027 - 1027 identifier communication_properties.aadl:72:15 - Corresponding_Entity Node_Id 1026 - Display_Name Name_Id "ReferencePoint" + Expanded_Type_Designator Node_Id 1151 + 1151 record type communication_properties.aadl:45:28 + List_Items List_Id 1142 + 1143 record type element communication_properties.aadl:46:03 + Identifier Node_Id 1144 + 1144 identifier communication_properties.aadl:46:03 + Corresponding_Entity Node_Id 1143 + Display_Name Name_Id "Offset" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1029 - 1029 unique property type identifier communication_properties.aadl:72:30 - Identifier Node_Id 1028 - 1028 identifier communication_properties.aadl:72:32 + Property_Type_Designator Node_Id 1146 + 1146 unique property type identifier communication_properties.aadl:46:09 + Identifier Node_Id 1145 + 1145 identifier communication_properties.aadl:46:11 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "IO_Reference_Point_Type" + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - 1030 record type element communication_properties.aadl:73:15 - Identifier Node_Id 1031 - 1031 identifier communication_properties.aadl:73:15 - Corresponding_Entity Node_Id 1030 - Display_Name Name_Id "TimeOffset" + 1147 record type element communication_properties.aadl:47:03 + Identifier Node_Id 1148 + 1148 identifier communication_properties.aadl:47:03 + Corresponding_Entity Node_Id 1147 + Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1033 - 1033 unique property type identifier communication_properties.aadl:73:26 - Identifier Node_Id 1032 - 1032 identifier communication_properties.aadl:73:28 + Property_Type_Designator Node_Id 1150 + 1150 unique property type identifier communication_properties.aadl:47:07 + Identifier Node_Id 1149 + 1149 identifier communication_properties.aadl:47:09 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "TimeRange" + Display_Name Name_Id "IO_Reference_Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1063 - 1063 applies to communication_properties.aadl:89:03 + Default_Value Node_Id 1214 + 1214 property value communication_properties.aadl:55:02 + Value_Container Node_Id 984 + Single_Value Node_Id 0 + Multi_Value List_Id 1193 + 1194 record term communication_properties.aadl:55:40 + List_Items List_Id 1195 + 1196 record term element communication_properties.aadl:55:41 + Identifier Node_Id 1197 + 1197 identifier communication_properties.aadl:55:41 + Corresponding_Entity Node_Id 1196 + Display_Name Name_Id "Time" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1199 + 1199 property term communication_properties.aadl:55:46 + Identifier Node_Id 1198 + 1198 identifier communication_properties.aadl:55:49 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Completion" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1200 record term element communication_properties.aadl:55:61 + Identifier Node_Id 1201 + 1201 identifier communication_properties.aadl:55:61 + Corresponding_Entity Node_Id 1200 + Display_Name Name_Id "Offset" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1208 + 1208 number range term communication_properties.aadl:55:71 + Lower_Bound Node_Id 1202 + 1202 signed aadlnumber communication_properties.aadl:55:71 + Number_Value Node_Id 1203 + 1203 literal communication_properties.aadl:55:71 + Value Value_Id 42 + Unit_Identifier Node_Id 1204 + 1204 identifier communication_properties.aadl:55:73 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 1205 + 1205 signed aadlnumber communication_properties.aadl:55:79 + Number_Value Node_Id 1206 + 1206 literal communication_properties.aadl:55:79 + Value Value_Id 43 + Unit_Identifier Node_Id 1207 + 1207 identifier communication_properties.aadl:55:81 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Delta_Term Node_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1212 + 1212 applies to communication_properties.aadl:55:02 Is_All Boolean FALSE - Owner_Categories List_Id 1059 - 1060 named element communication_properties.aadl:90:15 + Owner_Categories List_Id 1209 + 1210 named element communication_properties.aadl:56:15 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1061 named element communication_properties.aadl:90:21 - Identifier Node_Id 0 - Category Byte 46 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1071 property type declaration communication_properties.aadl:98:03 - Identifier Node_Id 1065 - 1065 identifier communication_properties.aadl:98:03 - Corresponding_Entity Node_Id 1071 + 1232 property type declaration communication_properties.aadl:58:02 + Identifier Node_Id 1215 + 1215 identifier communication_properties.aadl:58:02 + Corresponding_Entity Node_Id 1232 Display_Name Name_Id "Rate_Spec" - Scope_Entity Node_Id 896 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1070 - 1070 record type communication_properties.aadl:98:27 - List_Items List_Id 1066 - 1067 record type element communication_properties.aadl:98:28 - Identifier Node_Id 1068 - 1068 identifier communication_properties.aadl:98:28 - Corresponding_Entity Node_Id 1067 - Display_Name Name_Id "rec" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1069 - 1069 integer type communication_properties.aadl:98:33 - Type_Range Node_Id 0 - Unit_Designator Node_Id 0 - 1078 property definition declaration communication_properties.aadl:101:03 - Identifier Node_Id 1072 - 1072 identifier communication_properties.aadl:101:03 - Corresponding_Entity Node_Id 1078 - Display_Name Name_Id "Transmission_Time" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1231 + 1231 record type communication_properties.aadl:58:25 + List_Items List_Id 1216 + 1217 record type element communication_properties.aadl:59:03 + Identifier Node_Id 1218 + 1218 identifier communication_properties.aadl:59:03 + Corresponding_Entity Node_Id 1217 + Display_Name Name_Id "Value_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1219 + 1219 range type communication_properties.aadl:59:16 + Number_Type Node_Id 1220 + 1220 real type communication_properties.aadl:59:25 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 1221 record type element communication_properties.aadl:60:03 + Identifier Node_Id 1222 + 1222 identifier communication_properties.aadl:60:03 + Corresponding_Entity Node_Id 1221 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1223 + 1223 enumeration type communication_properties.aadl:60:14 + Identifiers List_Id 1224 + 1225 identifier communication_properties.aadl:60:27 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerSecond" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1226 identifier communication_properties.aadl:60:38 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + 1227 record type element communication_properties.aadl:61:03 + Identifier Node_Id 1228 + 1228 identifier communication_properties.aadl:61:03 + Corresponding_Entity Node_Id 1227 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1230 + 1230 unique property type identifier communication_properties.aadl:61:20 + Identifier Node_Id 1229 + 1229 identifier communication_properties.aadl:61:22 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Supported_Distributions" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1256 property definition declaration communication_properties.aadl:64:02 + Identifier Node_Id 1233 + 1233 identifier communication_properties.aadl:64:02 + Corresponding_Entity Node_Id 1256 + Display_Name Name_Id "Subprogram_Call_Rate" + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1080 - 1080 property type communication_properties.aadl:101:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 1075 - 1075 unique property type identifier communication_properties.aadl:101:27 - Identifier Node_Id 1074 - 1074 identifier communication_properties.aadl:101:30 + Property_Name_Type Node_Id 1258 + 1258 property type communication_properties.aadl:64:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1235 + 1235 unique property type identifier communication_properties.aadl:64:22 + Identifier Node_Id 1234 + 1234 identifier communication_properties.aadl:64:24 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Range" + Display_Name Name_Id "Rate_Spec" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1232 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2136 - 2136 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2137 - 2137 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2138 - 2138 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2139 - 2139 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2140 - 2140 literal timing_properties.aadl:13:26 - Value Value_Id 53 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2141 - 2141 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2142 - 2142 literal aadl_project.aadl:145:30 - Value Value_Id 54 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Expanded_Type_Designator Node_Id 1231 + 1231 record type communication_properties.aadl:58:25 + List_Items List_Id 1216 + 1217 record type element communication_properties.aadl:59:03 + Identifier Node_Id 1218 + 1218 identifier communication_properties.aadl:59:03 + Corresponding_Entity Node_Id 1217 + Display_Name Name_Id "Value_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1219 + 1219 range type communication_properties.aadl:59:16 + Number_Type Node_Id 1220 + 1220 real type communication_properties.aadl:59:25 + Type_Range Node_Id 0 + Unit_Designator Node_Id 0 + 1221 record type element communication_properties.aadl:60:03 + Identifier Node_Id 1222 + 1222 identifier communication_properties.aadl:60:03 + Corresponding_Entity Node_Id 1221 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1223 + 1223 enumeration type communication_properties.aadl:60:14 + Identifiers List_Id 1224 + 1225 identifier communication_properties.aadl:60:27 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerSecond" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + 1226 identifier communication_properties.aadl:60:38 + Corresponding_Entity Node_Id 1223 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Enumeration_Context Node_Id 0 + 1227 record type element communication_properties.aadl:61:03 + Identifier Node_Id 1228 + 1228 identifier communication_properties.aadl:61:03 + Corresponding_Entity Node_Id 1227 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1230 + 1230 unique property type identifier communication_properties.aadl:61:20 + Identifier Node_Id 1229 + 1229 identifier communication_properties.aadl:61:22 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Display_Name Name_Id "Supported_Distributions" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 0 Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1079 - 1079 applies to communication_properties.aadl:101:03 + Default_Value Node_Id 1259 + 1259 property value communication_properties.aadl:64:02 + Value_Container Node_Id 984 + Single_Value Node_Id 1236 + 1236 record term communication_properties.aadl:64:37 + List_Items List_Id 1237 + 1238 record term element communication_properties.aadl:64:38 + Identifier Node_Id 1239 + 1239 identifier communication_properties.aadl:64:38 + Corresponding_Entity Node_Id 1238 + Display_Name Name_Id "Value_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1244 + 1244 number range term communication_properties.aadl:64:53 + Lower_Bound Node_Id 1240 + 1240 signed aadlnumber communication_properties.aadl:64:53 + Number_Value Node_Id 1241 + 1241 literal communication_properties.aadl:64:53 + Value Value_Id 44 + Unit_Identifier Node_Id 0 + Upper_Bound Node_Id 1242 + 1242 signed aadlnumber communication_properties.aadl:64:60 + Number_Value Node_Id 1243 + 1243 literal communication_properties.aadl:64:60 + Value Value_Id 45 + Unit_Identifier Node_Id 0 + Delta_Term Node_Id 0 + 1245 record term element communication_properties.aadl:64:65 + Identifier Node_Id 1246 + 1246 identifier communication_properties.aadl:64:65 + Corresponding_Entity Node_Id 1245 + Display_Name Name_Id "Rate_Unit" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1248 + 1248 property term communication_properties.aadl:64:75 + Identifier Node_Id 1247 + 1247 identifier communication_properties.aadl:64:78 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "PerDispatch" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1249 record term element communication_properties.aadl:64:91 + Identifier Node_Id 1250 + 1250 identifier communication_properties.aadl:64:91 + Corresponding_Entity Node_Id 1249 + Display_Name Name_Id "Rate_Distribution" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1252 + 1252 property term communication_properties.aadl:64:109 + Identifier Node_Id 1251 + 1251 identifier communication_properties.aadl:64:112 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1257 + 1257 applies to communication_properties.aadl:64:02 Is_All Boolean FALSE - Owner_Categories List_Id 1076 - 1077 named element communication_properties.aadl:102:15 + Owner_Categories List_Id 1254 + 1255 named element communication_properties.aadl:65:15 Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 10 + Category Byte 29 + Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1087 property definition declaration communication_properties.aadl:105:03 - Identifier Node_Id 1081 - 1081 identifier communication_properties.aadl:105:03 - Corresponding_Entity Node_Id 1087 - Display_Name Name_Id "Actual_Latency" - Scope_Entity Node_Id 896 + 1274 property definition declaration communication_properties.aadl:67:02 + Identifier Node_Id 1260 + 1260 identifier communication_properties.aadl:67:02 + Corresponding_Entity Node_Id 1274 + Display_Name Name_Id "Transmission_Time" + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1089 - 1089 property type communication_properties.aadl:105:03 + Property_Name_Type Node_Id 1276 + 1276 property type communication_properties.aadl:67:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1083 - 1083 unique property type identifier communication_properties.aadl:105:17 - Identifier Node_Id 1082 - 1082 identifier communication_properties.aadl:105:19 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Range" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1370 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2143 - 2143 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2144 - 2144 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2145 - 2145 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2146 - 2146 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2147 - 2147 literal timing_properties.aadl:13:26 - Value Value_Id 55 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2148 - 2148 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2149 - 2149 literal aadl_project.aadl:145:30 - Value Value_Id 56 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Property_Type_Designator Node_Id 1270 + 1270 record type communication_properties.aadl:67:28 + List_Items List_Id 1261 + 1262 record type element communication_properties.aadl:68:04 + Identifier Node_Id 1263 + 1263 identifier communication_properties.aadl:68:04 + Corresponding_Entity Node_Id 1262 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1265 + 1265 unique property type identifier communication_properties.aadl:68:09 + Identifier Node_Id 1264 + 1264 identifier communication_properties.aadl:68:11 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1266 record type element communication_properties.aadl:69:04 + Identifier Node_Id 1267 + 1267 identifier communication_properties.aadl:69:04 + Corresponding_Entity Node_Id 1266 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1269 + 1269 unique property type identifier communication_properties.aadl:69:11 + Identifier Node_Id 1268 + 1268 identifier communication_properties.aadl:69:13 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 1270 + 1270 record type communication_properties.aadl:67:28 + List_Items List_Id 1261 + 1262 record type element communication_properties.aadl:68:04 + Identifier Node_Id 1263 + 1263 identifier communication_properties.aadl:68:04 + Corresponding_Entity Node_Id 1262 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1265 + 1265 unique property type identifier communication_properties.aadl:68:09 + Identifier Node_Id 1264 + 1264 identifier communication_properties.aadl:68:11 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1266 record type element communication_properties.aadl:69:04 + Identifier Node_Id 1267 + 1267 identifier communication_properties.aadl:69:04 + Corresponding_Entity Node_Id 1266 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1269 + 1269 unique property type identifier communication_properties.aadl:69:11 + Identifier Node_Id 1268 + 1268 identifier communication_properties.aadl:69:13 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1088 - 1088 applies to communication_properties.aadl:105:03 + Applies_To Node_Id 1275 + 1275 applies to communication_properties.aadl:67:02 Is_All Boolean FALSE - Owner_Categories List_Id 1085 - 1086 named element communication_properties.aadl:106:15 + Owner_Categories List_Id 1272 + 1273 named element communication_properties.aadl:70:15 Identifier Node_Id 0 - Category Byte 13 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1096 property definition declaration communication_properties.aadl:109:03 - Identifier Node_Id 1090 - 1090 identifier communication_properties.aadl:109:03 - Corresponding_Entity Node_Id 1096 - Display_Name Name_Id "Expected_Latency" - Scope_Entity Node_Id 896 + 1289 property definition declaration communication_properties.aadl:72:02 + Identifier Node_Id 1277 + 1277 identifier communication_properties.aadl:72:02 + Corresponding_Entity Node_Id 1289 + Display_Name Name_Id "Actual_Latency" + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1098 - 1098 property type communication_properties.aadl:109:03 + Property_Name_Type Node_Id 1291 + 1291 property type communication_properties.aadl:72:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1092 - 1092 unique property type identifier communication_properties.aadl:109:19 - Identifier Node_Id 1091 - 1091 identifier communication_properties.aadl:109:21 + Property_Type_Designator Node_Id 1279 + 1279 unique property type identifier communication_properties.aadl:72:16 + Identifier Node_Id 1278 + 1278 identifier communication_properties.aadl:72:18 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2150 - 2150 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2151 - 2151 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2152 - 2152 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2153 - 2153 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2154 - 2154 literal timing_properties.aadl:13:26 - Value Value_Id 57 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2330 + 2330 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2331 + 2331 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2332 + 2332 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2333 + 2333 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2334 + 2334 literal timing_properties.aadl:7:25 + Value Value_Id 68 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2155 - 2155 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2156 - 2156 literal aadl_project.aadl:145:30 - Value Value_Id 58 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2335 + 2335 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2336 + 2336 literal aadl_project.aadl:101:30 + Value Value_Id 69 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1097 - 1097 applies to communication_properties.aadl:109:03 + Applies_To Node_Id 1290 + 1290 applies to communication_properties.aadl:72:02 Is_All Boolean FALSE - Owner_Categories List_Id 1094 - 1095 named element communication_properties.aadl:110:15 + Owner_Categories List_Id 1281 + 1282 named element communication_properties.aadl:73:15 Identifier Node_Id 0 Category Byte 13 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1107 property definition declaration communication_properties.aadl:113:03 - Identifier Node_Id 1099 - 1099 identifier communication_properties.aadl:113:03 - Corresponding_Entity Node_Id 1107 + 1283 named element communication_properties.aadl:73:21 + Identifier Node_Id 1284 + 1284 identifier communication_properties.aadl:73:21 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "connection" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Category Byte 37 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 1285 named element communication_properties.aadl:73:33 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 10 + Classifier_Ref Node_Id 0 + 1286 named element communication_properties.aadl:73:38 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 1287 named element communication_properties.aadl:73:49 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 1288 named element communication_properties.aadl:73:57 + Identifier Node_Id 0 + Category Byte 14 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 + 1304 property definition declaration communication_properties.aadl:75:02 + Identifier Node_Id 1292 + 1292 identifier communication_properties.aadl:75:02 + Corresponding_Entity Node_Id 1304 Display_Name Name_Id "Latency" - Scope_Entity Node_Id 896 + Scope_Entity Node_Id 985 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1109 - 1109 property type communication_properties.aadl:113:03 + Property_Name_Type Node_Id 1306 + 1306 property type communication_properties.aadl:75:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1101 - 1101 unique property type identifier communication_properties.aadl:113:10 - Identifier Node_Id 1100 - 1100 identifier communication_properties.aadl:113:12 + Property_Type_Designator Node_Id 1294 + 1294 unique property type identifier communication_properties.aadl:75:09 + Identifier Node_Id 1293 + 1293 identifier communication_properties.aadl:75:11 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2157 - 2157 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2158 - 2158 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2159 - 2159 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2160 - 2160 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2161 - 2161 literal timing_properties.aadl:13:26 - Value Value_Id 59 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2337 + 2337 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2338 + 2338 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2339 + 2339 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2340 + 2340 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2341 + 2341 literal timing_properties.aadl:7:25 + Value Value_Id 70 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2162 - 2162 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2163 - 2163 literal aadl_project.aadl:145:30 - Value Value_Id 60 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2342 + 2342 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2343 + 2343 literal aadl_project.aadl:101:30 + Value Value_Id 71 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1108 - 1108 applies to communication_properties.aadl:113:03 + Applies_To Node_Id 1305 + 1305 applies to communication_properties.aadl:75:02 Is_All Boolean FALSE - Owner_Categories List_Id 1103 - 1104 named element communication_properties.aadl:114:15 + Owner_Categories List_Id 1296 + 1297 named element communication_properties.aadl:76:15 Identifier Node_Id 0 Category Byte 13 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1105 named element communication_properties.aadl:114:21 - Identifier Node_Id 1106 - 1106 identifier communication_properties.aadl:114:21 + 1298 named element communication_properties.aadl:76:21 + Identifier Node_Id 1299 + 1299 identifier communication_properties.aadl:76:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "connection" Scope_Entity Node_Id 0 @@ -5500,191 +6299,151 @@ Declarations List_Id 7 Category Byte 37 Component_Cat Byte 14 Classifier_Ref Node_Id 0 + 1300 named element communication_properties.aadl:76:33 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 10 + Classifier_Ref Node_Id 0 + 1301 named element communication_properties.aadl:76:38 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 1302 named element communication_properties.aadl:76:49 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 1303 named element communication_properties.aadl:76:57 + Identifier Node_Id 0 + Category Byte 14 + Component_Cat Byte 14 + Classifier_Ref Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -1111 property set memory_properties.aadl:9:01 - Identifier Node_Id 1110 - 1110 identifier memory_properties.aadl:9:14 - Corresponding_Entity Node_Id 1111 +1308 property set memory_properties.aadl:6:01 + Identifier Node_Id 1307 + 1307 identifier memory_properties.aadl:6:14 + Corresponding_Entity Node_Id 1308 Display_Name Name_Id "Memory_Properties" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 1112 - Declarations List_Id 1124 - 1123 property type declaration memory_properties.aadl:12:03 - Identifier Node_Id 1113 - 1113 identifier memory_properties.aadl:12:03 - Corresponding_Entity Node_Id 1123 + Entity_Scope Node_Id 1309 + Declarations List_Id 1321 + 1320 property type declaration memory_properties.aadl:7:02 + Identifier Node_Id 1310 + 1310 identifier memory_properties.aadl:7:02 + Corresponding_Entity Node_Id 1320 Display_Name Name_Id "Size" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1114 - 1114 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 1120 - 1120 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 1115 - 1115 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 1116 - 1116 literal memory_properties.aadl:12:26 - Value Value_Id 34 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Scope_Entity Node_Id 1309 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1311 + 1311 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 1317 + 1317 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 1312 + 1312 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 1313 + 1313 literal memory_properties.aadl:7:25 + Value Value_Id 46 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 1119 - 1119 property term memory_properties.aadl:12:34 - Identifier Node_Id 1118 - 1118 identifier memory_properties.aadl:12:37 + Upper_Bound Node_Id 1316 + 1316 property term memory_properties.aadl:7:33 + Identifier Node_Id 1315 + 1315 identifier memory_properties.aadl:7:36 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Max_Memory_Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 172 + Entity Node_Id 173 Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 - 1135 property definition declaration memory_properties.aadl:16:03 - Identifier Node_Id 1125 - 1125 identifier memory_properties.aadl:16:03 - Corresponding_Entity Node_Id 1135 - Display_Name Name_Id "Byte_Count" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1137 - 1137 property type memory_properties.aadl:16:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1126 - 1126 integer type memory_properties.aadl:16:15 - Type_Range Node_Id 1131 - 1131 number range memory_properties.aadl:16:27 - Lower_Bound Node_Id 1127 - 1127 signed aadlnumber memory_properties.aadl:16:27 - Number_Value Node_Id 1128 - 1128 literal memory_properties.aadl:16:27 - Value Value_Id 35 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 1130 - 1130 property term memory_properties.aadl:16:29 - Identifier Node_Id 1129 - 1129 identifier memory_properties.aadl:16:32 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Max_Word_Count" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 204 - Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2164 - 2164 integer type memory_properties.aadl:16:15 - Type_Range Node_Id 2165 - 2165 number range memory_properties.aadl:16:27 - Lower_Bound Node_Id 2166 - 2166 signed aadlnumber memory_properties.aadl:16:27 - Number_Value Node_Id 2167 - 2167 literal memory_properties.aadl:16:27 - Value Value_Id 61 - Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2168 - 2168 signed aadlnumber aadl_project.aadl:149:43 - Number_Value Node_Id 2169 - 2169 literal aadl_project.aadl:149:43 - Value Value_Id 62 - Unit_Identifier Node_Id 0 - Unit_Designator Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1136 - 1136 applies to memory_properties.aadl:16:03 - Is_All Boolean FALSE - Owner_Categories List_Id 1133 - 1134 named element memory_properties.aadl:16:59 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 7 - Classifier_Ref Node_Id 0 - 1142 property type declaration memory_properties.aadl:18:03 - Identifier Node_Id 1138 - 1138 identifier memory_properties.aadl:18:03 - Corresponding_Entity Node_Id 1142 + 1326 property type declaration memory_properties.aadl:9:02 + Identifier Node_Id 1322 + 1322 identifier memory_properties.aadl:9:02 + Corresponding_Entity Node_Id 1326 Display_Name Name_Id "Size_Range" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1139 - 1139 range type memory_properties.aadl:18:20 - Number_Type Node_Id 1141 - 1141 unique property type identifier memory_properties.aadl:18:26 - Identifier Node_Id 1140 - 1140 identifier memory_properties.aadl:18:29 + Scope_Entity Node_Id 1309 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1323 + 1323 range type memory_properties.aadl:9:19 + Number_Type Node_Id 1325 + 1325 unique property type identifier memory_properties.aadl:9:25 + Identifier Node_Id 1324 + 1324 identifier memory_properties.aadl:9:28 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - 1152 property definition declaration memory_properties.aadl:21:03 - Identifier Node_Id 1143 - 1143 identifier memory_properties.aadl:21:03 - Corresponding_Entity Node_Id 1152 + 1338 property definition declaration memory_properties.aadl:11:02 + Identifier Node_Id 1327 + 1327 identifier memory_properties.aadl:11:02 + Corresponding_Entity Node_Id 1338 Display_Name Name_Id "Access_Right" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1154 - 1154 property type memory_properties.aadl:21:03 + Property_Name_Type Node_Id 1340 + 1340 property type memory_properties.aadl:11:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1145 - 1145 unique property type identifier memory_properties.aadl:21:16 - Identifier Node_Id 1144 - 1144 identifier memory_properties.aadl:21:18 + Property_Type_Designator Node_Id 1329 + 1329 unique property type identifier memory_properties.aadl:11:14 + Identifier Node_Id 1328 + 1328 identifier memory_properties.aadl:11:16 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Access_Rights" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1163 + Entity Node_Id 1349 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 1157 - 1157 enumeration type memory_properties.aadl:25:24 - Identifiers List_Id 1158 - 1159 identifier memory_properties.aadl:25:37 - Corresponding_Entity Node_Id 1157 + Expanded_Type_Designator Node_Id 1343 + 1343 enumeration type memory_properties.aadl:14:22 + Identifiers List_Id 1344 + 1345 identifier memory_properties.aadl:14:35 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "read_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1160 identifier memory_properties.aadl:26:37 - Corresponding_Entity Node_Id 1157 + 1346 identifier memory_properties.aadl:14:46 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "write_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1161 identifier memory_properties.aadl:27:37 - Corresponding_Entity Node_Id 1157 + 1347 identifier memory_properties.aadl:14:58 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1162 identifier memory_properties.aadl:28:37 - Corresponding_Entity Node_Id 1157 + 1348 identifier memory_properties.aadl:14:70 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "by_method" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - Default_Value Node_Id 1155 - 1155 property value memory_properties.aadl:21:03 - Value_Container Node_Id 1111 - Single_Value Node_Id 2093 - 2093 enumeration term memory_properties.aadl:21:32 - Identifier Node_Id 1146 - 1146 identifier memory_properties.aadl:21:35 + Default_Value Node_Id 1341 + 1341 property value memory_properties.aadl:11:02 + Value_Container Node_Id 1308 + Single_Value Node_Id 2283 + 2283 enumeration term memory_properties.aadl:11:30 + Identifier Node_Id 1330 + 1330 identifier memory_properties.aadl:11:33 Corresponding_Entity Node_Id 0 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 @@ -5692,10 +6451,10 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2170 - 2170 enumeration term memory_properties.aadl:21:32 - Identifier Node_Id 1146 - 1146 identifier memory_properties.aadl:21:35 + Expanded_Single_Value Node_Id 2344 + 2344 enumeration term memory_properties.aadl:11:30 + Identifier Node_Id 1330 + 1330 identifier memory_properties.aadl:11:33 Corresponding_Entity Node_Id 0 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 @@ -5703,5418 +6462,5327 @@ Declarations List_Id 7 Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 1153 - 1153 applies to memory_properties.aadl:21:03 + Applies_To Node_Id 1339 + 1339 applies to memory_properties.aadl:11:02 Is_All Boolean FALSE - Owner_Categories List_Id 1149 - 1150 named element memory_properties.aadl:22:15 + Owner_Categories List_Id 1333 + 1334 named element memory_properties.aadl:12:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1151 named element memory_properties.aadl:22:21 + 1335 named element memory_properties.aadl:12:21 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1163 property type declaration memory_properties.aadl:25:03 - Identifier Node_Id 1156 - 1156 identifier memory_properties.aadl:25:03 - Corresponding_Entity Node_Id 1163 + 1336 named element memory_properties.aadl:12:26 + Identifier Node_Id 0 + Category Byte 29 + Component_Cat Byte 1 + Classifier_Ref Node_Id 0 + 1337 named element memory_properties.aadl:12:39 + Identifier Node_Id 0 + Category Byte 29 + Component_Cat Byte 10 + Classifier_Ref Node_Id 0 + 1349 property type declaration memory_properties.aadl:14:02 + Identifier Node_Id 1342 + 1342 identifier memory_properties.aadl:14:02 + Corresponding_Entity Node_Id 1349 Display_Name Name_Id "Access_Rights" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1157 - 1157 enumeration type memory_properties.aadl:25:24 - Identifiers List_Id 1158 - 1159 identifier memory_properties.aadl:25:37 - Corresponding_Entity Node_Id 1157 + Property_Type_Designator Node_Id 1343 + 1343 enumeration type memory_properties.aadl:14:22 + Identifiers List_Id 1344 + 1345 identifier memory_properties.aadl:14:35 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "read_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1160 identifier memory_properties.aadl:26:37 - Corresponding_Entity Node_Id 1157 + 1346 identifier memory_properties.aadl:14:46 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "write_only" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1161 identifier memory_properties.aadl:27:37 - Corresponding_Entity Node_Id 1157 + 1347 identifier memory_properties.aadl:14:58 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "read_write" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 1162 identifier memory_properties.aadl:28:37 - Corresponding_Entity Node_Id 1157 + 1348 identifier memory_properties.aadl:14:70 + Corresponding_Entity Node_Id 1343 Display_Name Name_Id "by_method" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 - 1170 property definition declaration memory_properties.aadl:31:03 - Identifier Node_Id 1164 - 1164 identifier memory_properties.aadl:31:03 - Corresponding_Entity Node_Id 1170 + 1400 property definition declaration memory_properties.aadl:16:02 + Identifier Node_Id 1350 + 1350 identifier memory_properties.aadl:16:02 + Corresponding_Entity Node_Id 1400 + Display_Name Name_Id "Access_Time" + Scope_Entity Node_Id 1309 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 1402 + 1402 property type memory_properties.aadl:16:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1360 + 1360 record type memory_properties.aadl:16:22 + List_Items List_Id 1351 + 1352 record type element memory_properties.aadl:17:03 + Identifier Node_Id 1353 + 1353 identifier memory_properties.aadl:17:03 + Corresponding_Entity Node_Id 1352 + Display_Name Name_Id "First" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1355 + 1355 unique property type identifier memory_properties.aadl:17:08 + Identifier Node_Id 1354 + 1354 identifier memory_properties.aadl:17:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "IO_Time_Spec" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1356 record type element memory_properties.aadl:18:03 + Identifier Node_Id 1357 + 1357 identifier memory_properties.aadl:18:03 + Corresponding_Entity Node_Id 1356 + Display_Name Name_Id "Last" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1359 + 1359 unique property type identifier memory_properties.aadl:18:07 + Identifier Node_Id 1358 + 1358 identifier memory_properties.aadl:18:09 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "IO_Time_Spec" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 1360 + 1360 record type memory_properties.aadl:16:22 + List_Items List_Id 1351 + 1352 record type element memory_properties.aadl:17:03 + Identifier Node_Id 1353 + 1353 identifier memory_properties.aadl:17:03 + Corresponding_Entity Node_Id 1352 + Display_Name Name_Id "First" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1355 + 1355 unique property type identifier memory_properties.aadl:17:08 + Identifier Node_Id 1354 + 1354 identifier memory_properties.aadl:17:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "IO_Time_Spec" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1356 record type element memory_properties.aadl:18:03 + Identifier Node_Id 1357 + 1357 identifier memory_properties.aadl:18:03 + Corresponding_Entity Node_Id 1356 + Display_Name Name_Id "Last" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1359 + 1359 unique property type identifier memory_properties.aadl:18:07 + Identifier Node_Id 1358 + 1358 identifier memory_properties.aadl:18:09 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "IO_Time_Spec" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 1403 + 1403 property value memory_properties.aadl:16:02 + Value_Container Node_Id 1308 + Single_Value Node_Id 1361 + 1361 record term memory_properties.aadl:19:06 + List_Items List_Id 1362 + 1363 record term element memory_properties.aadl:19:07 + Identifier Node_Id 1364 + 1364 identifier memory_properties.aadl:19:07 + Corresponding_Entity Node_Id 1363 + Display_Name Name_Id "First" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1365 + 1365 record term memory_properties.aadl:19:16 + List_Items List_Id 1366 + 1367 record term element memory_properties.aadl:19:17 + Identifier Node_Id 1368 + 1368 identifier memory_properties.aadl:19:17 + Corresponding_Entity Node_Id 1367 + Display_Name Name_Id "Time" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1370 + 1370 property term memory_properties.aadl:19:22 + Identifier Node_Id 1369 + 1369 identifier memory_properties.aadl:19:25 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Start" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1371 record term element memory_properties.aadl:19:32 + Identifier Node_Id 1372 + 1372 identifier memory_properties.aadl:19:32 + Corresponding_Entity Node_Id 1371 + Display_Name Name_Id "Offset" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1379 + 1379 number range term memory_properties.aadl:19:42 + Lower_Bound Node_Id 1373 + 1373 signed aadlnumber memory_properties.aadl:19:42 + Number_Value Node_Id 1374 + 1374 literal memory_properties.aadl:19:42 + Value Value_Id 47 + Unit_Identifier Node_Id 1375 + 1375 identifier memory_properties.aadl:19:44 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 1376 + 1376 signed aadlnumber memory_properties.aadl:19:50 + Number_Value Node_Id 1377 + 1377 literal memory_properties.aadl:19:50 + Value Value_Id 48 + Unit_Identifier Node_Id 1378 + 1378 identifier memory_properties.aadl:19:52 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Delta_Term Node_Id 0 + 1380 record term element memory_properties.aadl:20:04 + Identifier Node_Id 1381 + 1381 identifier memory_properties.aadl:20:04 + Corresponding_Entity Node_Id 1380 + Display_Name Name_Id "Last" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1382 + 1382 record term memory_properties.aadl:20:12 + List_Items List_Id 1383 + 1384 record term element memory_properties.aadl:20:13 + Identifier Node_Id 1385 + 1385 identifier memory_properties.aadl:20:13 + Corresponding_Entity Node_Id 1384 + Display_Name Name_Id "Time" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1387 + 1387 property term memory_properties.aadl:20:18 + Identifier Node_Id 1386 + 1386 identifier memory_properties.aadl:20:21 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Completion" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1388 record term element memory_properties.aadl:20:33 + Identifier Node_Id 1389 + 1389 identifier memory_properties.aadl:20:33 + Corresponding_Entity Node_Id 1388 + Display_Name Name_Id "Offset" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Expression Node_Id 1396 + 1396 number range term memory_properties.aadl:20:43 + Lower_Bound Node_Id 1390 + 1390 signed aadlnumber memory_properties.aadl:20:43 + Number_Value Node_Id 1391 + 1391 literal memory_properties.aadl:20:43 + Value Value_Id 49 + Unit_Identifier Node_Id 1392 + 1392 identifier memory_properties.aadl:20:45 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 1393 + 1393 signed aadlnumber memory_properties.aadl:20:51 + Number_Value Node_Id 1394 + 1394 literal memory_properties.aadl:20:51 + Value Value_Id 50 + Unit_Identifier Node_Id 1395 + 1395 identifier memory_properties.aadl:20:53 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "ns" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Delta_Term Node_Id 0 + Multi_Value List_Id 0 + Expanded_Single_Value Node_Id 0 + Expanded_Multi_Value List_Id 0 + Applies_To Node_Id 1401 + 1401 applies to memory_properties.aadl:16:02 + Is_All Boolean FALSE + Owner_Categories List_Id 1398 + 1399 named element memory_properties.aadl:21:15 + Identifier Node_Id 0 + Category Byte 29 + Component_Cat Byte 1 + Classifier_Ref Node_Id 0 + 1410 property definition declaration memory_properties.aadl:23:02 + Identifier Node_Id 1404 + 1404 identifier memory_properties.aadl:23:02 + Corresponding_Entity Node_Id 1410 Display_Name Name_Id "Allowed_Message_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1172 - 1172 property type memory_properties.aadl:31:03 + Property_Name_Type Node_Id 1412 + 1412 property type memory_properties.aadl:23:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1166 - 1166 unique property type identifier memory_properties.aadl:31:23 - Identifier Node_Id 1165 - 1165 identifier memory_properties.aadl:31:25 + Property_Type_Designator Node_Id 1406 + 1406 unique property type identifier memory_properties.aadl:23:22 + Identifier Node_Id 1405 + 1405 identifier memory_properties.aadl:23:24 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1142 + Entity Node_Id 1326 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2171 - 2171 range type memory_properties.aadl:18:20 - Number_Type Node_Id 2172 - 2172 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2173 - 2173 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2174 - 2174 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2175 - 2175 literal memory_properties.aadl:12:26 - Value Value_Id 63 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2345 + 2345 range type memory_properties.aadl:9:19 + Number_Type Node_Id 2346 + 2346 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2347 + 2347 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2348 + 2348 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2349 + 2349 literal memory_properties.aadl:7:25 + Value Value_Id 72 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2176 - 2176 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2177 - 2177 literal aadl_project.aadl:139:37 - Value Value_Id 64 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2350 + 2350 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2351 + 2351 literal aadl_project.aadl:95:37 + Value Value_Id 73 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1171 - 1171 applies to memory_properties.aadl:31:03 + Applies_To Node_Id 1411 + 1411 applies to memory_properties.aadl:23:02 Is_All Boolean FALSE - Owner_Categories List_Id 1168 - 1169 named element memory_properties.aadl:32:15 + Owner_Categories List_Id 1408 + 1409 named element memory_properties.aadl:24:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1180 property definition declaration memory_properties.aadl:35:03 - Identifier Node_Id 1173 - 1173 identifier memory_properties.aadl:35:03 - Corresponding_Entity Node_Id 1180 + 1427 property definition declaration memory_properties.aadl:26:02 + Identifier Node_Id 1413 + 1413 identifier memory_properties.aadl:26:02 + Corresponding_Entity Node_Id 1427 Display_Name Name_Id "Assign_Time" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1182 - 1182 property type memory_properties.aadl:35:03 + Property_Name_Type Node_Id 1429 + 1429 property type memory_properties.aadl:26:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1175 - 1175 unique property type identifier memory_properties.aadl:35:14 - Identifier Node_Id 1174 - 1174 identifier memory_properties.aadl:35:16 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1364 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2178 - 2178 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2179 - 2179 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2180 - 2180 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2181 - 2181 literal timing_properties.aadl:13:26 - Value Value_Id 65 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2182 - 2182 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2183 - 2183 literal aadl_project.aadl:145:30 - Value Value_Id 66 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Property_Type_Designator Node_Id 1423 + 1423 record type memory_properties.aadl:26:22 + List_Items List_Id 1414 + 1415 record type element memory_properties.aadl:27:03 + Identifier Node_Id 1416 + 1416 identifier memory_properties.aadl:27:03 + Corresponding_Entity Node_Id 1415 + Display_Name Name_Id "Fixed" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 - Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1181 - 1181 applies to memory_properties.aadl:35:03 - Is_All Boolean FALSE - Owner_Categories List_Id 1177 - 1178 named element memory_properties.aadl:36:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 8 - Classifier_Ref Node_Id 0 - 1179 named element memory_properties.aadl:36:26 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 10 - Classifier_Ref Node_Id 0 - 1190 property definition declaration memory_properties.aadl:39:03 - Identifier Node_Id 1183 - 1183 identifier memory_properties.aadl:39:03 - Corresponding_Entity Node_Id 1190 - Display_Name Name_Id "Assign_Byte_Time" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1192 - 1192 property type memory_properties.aadl:39:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1185 - 1185 unique property type identifier memory_properties.aadl:39:19 - Identifier Node_Id 1184 - 1184 identifier memory_properties.aadl:39:21 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1364 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2184 - 2184 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2185 - 2185 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2186 - 2186 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2187 - 2187 literal timing_properties.aadl:13:26 - Value Value_Id 67 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2188 - 2188 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2189 - 2189 literal aadl_project.aadl:145:30 - Value Value_Id 68 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" + Property_Type_Designator Node_Id 1418 + 1418 unique property type identifier memory_properties.aadl:27:08 + Identifier Node_Id 1417 + 1417 identifier memory_properties.aadl:27:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1419 record type element memory_properties.aadl:28:03 + Identifier Node_Id 1420 + 1420 identifier memory_properties.aadl:28:03 + Corresponding_Entity Node_Id 1419 + Display_Name Name_Id "PerByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 - Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1191 - 1191 applies to memory_properties.aadl:39:03 - Is_All Boolean FALSE - Owner_Categories List_Id 1187 - 1188 named element memory_properties.aadl:40:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 8 - Classifier_Ref Node_Id 0 - 1189 named element memory_properties.aadl:40:26 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 10 - Classifier_Ref Node_Id 0 - 1200 property definition declaration memory_properties.aadl:43:03 - Identifier Node_Id 1193 - 1193 identifier memory_properties.aadl:43:03 - Corresponding_Entity Node_Id 1200 - Display_Name Name_Id "Assign_Fixed_Time" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1202 - 1202 property type memory_properties.aadl:43:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1195 - 1195 unique property type identifier memory_properties.aadl:43:20 - Identifier Node_Id 1194 - 1194 identifier memory_properties.aadl:43:22 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1364 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2190 - 2190 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2191 - 2191 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2192 - 2192 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2193 - 2193 literal timing_properties.aadl:13:26 - Value Value_Id 69 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" + Property_Type_Designator Node_Id 1422 + 1422 unique property type identifier memory_properties.aadl:28:10 + Identifier Node_Id 1421 + 1421 identifier memory_properties.aadl:28:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2194 - 2194 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2195 - 2195 literal aadl_project.aadl:145:30 - Value Value_Id 70 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 1423 + 1423 record type memory_properties.aadl:26:22 + List_Items List_Id 1414 + 1415 record type element memory_properties.aadl:27:03 + Identifier Node_Id 1416 + 1416 identifier memory_properties.aadl:27:03 + Corresponding_Entity Node_Id 1415 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1418 + 1418 unique property type identifier memory_properties.aadl:27:08 + Identifier Node_Id 1417 + 1417 identifier memory_properties.aadl:27:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1419 record type element memory_properties.aadl:28:03 + Identifier Node_Id 1420 + 1420 identifier memory_properties.aadl:28:03 + Corresponding_Entity Node_Id 1419 + Display_Name Name_Id "PerByte" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 - Property_Set_Identifier Node_Id 0 + Property_Type_Designator Node_Id 1422 + 1422 unique property type identifier memory_properties.aadl:28:10 + Identifier Node_Id 1421 + 1421 identifier memory_properties.aadl:28:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1201 - 1201 applies to memory_properties.aadl:43:03 + Applies_To Node_Id 1428 + 1428 applies to memory_properties.aadl:26:02 Is_All Boolean FALSE - Owner_Categories List_Id 1197 - 1198 named element memory_properties.aadl:44:15 + Owner_Categories List_Id 1425 + 1426 named element memory_properties.aadl:29:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1199 named element memory_properties.aadl:44:26 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 10 - Classifier_Ref Node_Id 0 - 1215 property definition declaration memory_properties.aadl:47:03 - Identifier Node_Id 1203 - 1203 identifier memory_properties.aadl:47:03 - Corresponding_Entity Node_Id 1215 + 1443 property definition declaration memory_properties.aadl:31:02 + Identifier Node_Id 1430 + 1430 identifier memory_properties.aadl:31:02 + Corresponding_Entity Node_Id 1443 Display_Name Name_Id "Base_Address" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1217 - 1217 property type memory_properties.aadl:47:03 + Property_Name_Type Node_Id 1445 + 1445 property type memory_properties.aadl:31:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1204 - 1204 integer type memory_properties.aadl:47:17 - Type_Range Node_Id 1209 - 1209 number range memory_properties.aadl:47:29 - Lower_Bound Node_Id 1205 - 1205 signed aadlnumber memory_properties.aadl:47:29 - Number_Value Node_Id 1206 - 1206 literal memory_properties.aadl:47:29 - Value Value_Id 36 + Property_Type_Designator Node_Id 1431 + 1431 integer type memory_properties.aadl:31:16 + Type_Range Node_Id 1436 + 1436 number range memory_properties.aadl:31:28 + Lower_Bound Node_Id 1432 + 1432 signed aadlnumber memory_properties.aadl:31:28 + Number_Value Node_Id 1433 + 1433 literal memory_properties.aadl:31:28 + Value Value_Id 51 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 1208 - 1208 property term memory_properties.aadl:47:31 - Identifier Node_Id 1207 - 1207 identifier memory_properties.aadl:47:34 + Upper_Bound Node_Id 1435 + 1435 property term memory_properties.aadl:31:30 + Identifier Node_Id 1434 + 1434 identifier memory_properties.aadl:31:33 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Max_Base_Address" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 164 + Entity Node_Id 165 Property_Set_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2196 - 2196 integer type memory_properties.aadl:47:17 - Type_Range Node_Id 2197 - 2197 number range memory_properties.aadl:47:29 - Lower_Bound Node_Id 2198 - 2198 signed aadlnumber memory_properties.aadl:47:29 - Number_Value Node_Id 2199 - 2199 literal memory_properties.aadl:47:29 - Value Value_Id 71 + Expanded_Type_Designator Node_Id 2352 + 2352 integer type memory_properties.aadl:31:16 + Type_Range Node_Id 2353 + 2353 number range memory_properties.aadl:31:28 + Lower_Bound Node_Id 2354 + 2354 signed aadlnumber memory_properties.aadl:31:28 + Number_Value Node_Id 2355 + 2355 literal memory_properties.aadl:31:28 + Value Value_Id 74 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2200 - 2200 signed aadlnumber aadl_project.aadl:137:45 - Number_Value Node_Id 2201 - 2201 literal aadl_project.aadl:137:45 - Value Value_Id 72 + Upper_Bound Node_Id 2356 + 2356 signed aadlnumber aadl_project.aadl:93:45 + Number_Value Node_Id 2357 + 2357 literal aadl_project.aadl:93:45 + Value Value_Id 75 Unit_Identifier Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1216 - 1216 applies to memory_properties.aadl:47:03 + Applies_To Node_Id 1444 + 1444 applies to memory_properties.aadl:31:02 Is_All Boolean FALSE - Owner_Categories List_Id 1211 - 1212 named element memory_properties.aadl:48:15 + Owner_Categories List_Id 1438 + 1439 named element memory_properties.aadl:32:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1213 named element memory_properties.aadl:48:23 + 1440 named element memory_properties.aadl:32:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1214 named element memory_properties.aadl:48:29 - Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1225 property definition declaration memory_properties.aadl:51:03 - Identifier Node_Id 1218 - 1218 identifier memory_properties.aadl:51:03 - Corresponding_Entity Node_Id 1225 - Display_Name Name_Id "Bound_On_Data_Blocking_Time" - Scope_Entity Node_Id 1112 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1227 - 1227 property type memory_properties.aadl:51:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1220 - 1220 unique property type identifier memory_properties.aadl:51:33 - Identifier Node_Id 1219 - 1219 identifier memory_properties.aadl:51:41 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1364 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2202 - 2202 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2203 - 2203 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2204 - 2204 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2205 - 2205 literal timing_properties.aadl:13:26 - Value Value_Id 73 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2206 - 2206 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2207 - 2207 literal aadl_project.aadl:145:30 - Value Value_Id 74 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 265 - Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1226 - 1226 applies to memory_properties.aadl:51:03 - Is_All Boolean FALSE - Owner_Categories List_Id 1222 - 1223 named element memory_properties.aadl:52:15 + 1441 named element memory_properties.aadl:32:29 Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 4 + Category Byte 29 + Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1224 named element memory_properties.aadl:52:23 + 1442 named element memory_properties.aadl:32:42 Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 5 + Category Byte 14 + Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1234 property definition declaration memory_properties.aadl:55:03 - Identifier Node_Id 1228 - 1228 identifier memory_properties.aadl:55:03 - Corresponding_Entity Node_Id 1234 + 1452 property definition declaration memory_properties.aadl:34:02 + Identifier Node_Id 1446 + 1446 identifier memory_properties.aadl:34:02 + Corresponding_Entity Node_Id 1452 Display_Name Name_Id "Device_Register_Address" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1236 - 1236 property type memory_properties.aadl:55:03 + Property_Name_Type Node_Id 1454 + 1454 property type memory_properties.aadl:34:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1229 - 1229 integer type memory_properties.aadl:55:28 + Property_Type_Designator Node_Id 1447 + 1447 integer type memory_properties.aadl:34:27 Type_Range Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2208 - 2208 integer type memory_properties.aadl:55:28 + Expanded_Type_Designator Node_Id 2358 + 2358 integer type memory_properties.aadl:34:27 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1235 - 1235 applies to memory_properties.aadl:55:03 + Applies_To Node_Id 1453 + 1453 applies to memory_properties.aadl:34:02 Is_All Boolean FALSE - Owner_Categories List_Id 1231 - 1232 named element memory_properties.aadl:56:15 + Owner_Categories List_Id 1449 + 1450 named element memory_properties.aadl:35:15 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1233 named element memory_properties.aadl:56:21 + 1451 named element memory_properties.aadl:35:21 Identifier Node_Id 0 Category Byte 33 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1243 property definition declaration memory_properties.aadl:59:03 - Identifier Node_Id 1237 - 1237 identifier memory_properties.aadl:59:03 - Corresponding_Entity Node_Id 1243 + 1469 property definition declaration memory_properties.aadl:37:02 + Identifier Node_Id 1455 + 1455 identifier memory_properties.aadl:37:02 + Corresponding_Entity Node_Id 1469 Display_Name Name_Id "Read_Time" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1245 - 1245 property type memory_properties.aadl:59:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 1240 - 1240 unique property type identifier memory_properties.aadl:59:19 - Identifier Node_Id 1239 - 1239 identifier memory_properties.aadl:59:22 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Range" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1370 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2209 - 2209 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2210 - 2210 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2211 - 2211 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2212 - 2212 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2213 - 2213 literal timing_properties.aadl:13:26 - Value Value_Id 75 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2214 - 2214 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2215 - 2215 literal aadl_project.aadl:145:30 - Value Value_Id 76 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Property_Name_Type Node_Id 1471 + 1471 property type memory_properties.aadl:37:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1465 + 1465 record type memory_properties.aadl:37:20 + List_Items List_Id 1456 + 1457 record type element memory_properties.aadl:38:03 + Identifier Node_Id 1458 + 1458 identifier memory_properties.aadl:38:03 + Corresponding_Entity Node_Id 1457 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1460 + 1460 unique property type identifier memory_properties.aadl:38:08 + Identifier Node_Id 1459 + 1459 identifier memory_properties.aadl:38:10 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1461 record type element memory_properties.aadl:39:03 + Identifier Node_Id 1462 + 1462 identifier memory_properties.aadl:39:03 + Corresponding_Entity Node_Id 1461 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1464 + 1464 unique property type identifier memory_properties.aadl:39:10 + Identifier Node_Id 1463 + 1463 identifier memory_properties.aadl:39:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 1465 + 1465 record type memory_properties.aadl:37:20 + List_Items List_Id 1456 + 1457 record type element memory_properties.aadl:38:03 + Identifier Node_Id 1458 + 1458 identifier memory_properties.aadl:38:03 + Corresponding_Entity Node_Id 1457 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1460 + 1460 unique property type identifier memory_properties.aadl:38:08 + Identifier Node_Id 1459 + 1459 identifier memory_properties.aadl:38:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1461 record type element memory_properties.aadl:39:03 + Identifier Node_Id 1462 + 1462 identifier memory_properties.aadl:39:03 + Corresponding_Entity Node_Id 1461 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1464 + 1464 unique property type identifier memory_properties.aadl:39:10 + Identifier Node_Id 1463 + 1463 identifier memory_properties.aadl:39:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1244 - 1244 applies to memory_properties.aadl:59:03 + Applies_To Node_Id 1470 + 1470 applies to memory_properties.aadl:37:02 Is_All Boolean FALSE - Owner_Categories List_Id 1241 - 1242 named element memory_properties.aadl:60:15 + Owner_Categories List_Id 1467 + 1468 named element memory_properties.aadl:40:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1259 property definition declaration memory_properties.aadl:63:03 - Identifier Node_Id 1246 - 1246 identifier memory_properties.aadl:63:03 - Corresponding_Entity Node_Id 1259 + 1485 property definition declaration memory_properties.aadl:42:02 + Identifier Node_Id 1472 + 1472 identifier memory_properties.aadl:42:02 + Corresponding_Entity Node_Id 1485 Display_Name Name_Id "Source_Code_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1261 - 1261 property type memory_properties.aadl:63:03 + Property_Name_Type Node_Id 1487 + 1487 property type memory_properties.aadl:42:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1248 - 1248 unique property type identifier memory_properties.aadl:63:19 - Identifier Node_Id 1247 - 1247 identifier memory_properties.aadl:63:21 + Property_Type_Designator Node_Id 1474 + 1474 unique property type identifier memory_properties.aadl:42:18 + Identifier Node_Id 1473 + 1473 identifier memory_properties.aadl:42:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2216 - 2216 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2217 - 2217 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2218 - 2218 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2219 - 2219 literal memory_properties.aadl:12:26 - Value Value_Id 77 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2359 + 2359 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2360 + 2360 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2361 + 2361 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2362 + 2362 literal memory_properties.aadl:7:25 + Value Value_Id 76 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2220 - 2220 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2221 - 2221 literal aadl_project.aadl:139:37 - Value Value_Id 78 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2363 + 2363 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2364 + 2364 literal aadl_project.aadl:95:37 + Value Value_Id 77 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1260 - 1260 applies to memory_properties.aadl:63:03 + Applies_To Node_Id 1486 + 1486 applies to memory_properties.aadl:42:02 Is_All Boolean FALSE - Owner_Categories List_Id 1250 - 1251 named element memory_properties.aadl:64:15 + Owner_Categories List_Id 1476 + 1477 named element memory_properties.aadl:43:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1252 named element memory_properties.aadl:64:21 + 1478 named element memory_properties.aadl:43:21 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1253 named element memory_properties.aadl:64:29 + 1479 named element memory_properties.aadl:43:29 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1254 named element memory_properties.aadl:64:43 + 1480 named element memory_properties.aadl:43:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1255 named element memory_properties.aadl:65:15 + 1481 named element memory_properties.aadl:43:52 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1256 named element memory_properties.aadl:65:23 + 1482 named element memory_properties.aadl:43:60 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1257 named element memory_properties.aadl:65:35 + 1483 named element memory_properties.aadl:43:72 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1258 named element memory_properties.aadl:65:46 + 1484 named element memory_properties.aadl:43:83 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1275 property definition declaration memory_properties.aadl:68:03 - Identifier Node_Id 1262 - 1262 identifier memory_properties.aadl:68:03 - Corresponding_Entity Node_Id 1275 + 1501 property definition declaration memory_properties.aadl:45:02 + Identifier Node_Id 1488 + 1488 identifier memory_properties.aadl:45:02 + Corresponding_Entity Node_Id 1501 Display_Name Name_Id "Source_Data_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1277 - 1277 property type memory_properties.aadl:68:03 + Property_Name_Type Node_Id 1503 + 1503 property type memory_properties.aadl:45:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1264 - 1264 unique property type identifier memory_properties.aadl:68:19 - Identifier Node_Id 1263 - 1263 identifier memory_properties.aadl:68:21 + Property_Type_Designator Node_Id 1490 + 1490 unique property type identifier memory_properties.aadl:45:18 + Identifier Node_Id 1489 + 1489 identifier memory_properties.aadl:45:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2222 - 2222 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2223 - 2223 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2224 - 2224 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2225 - 2225 literal memory_properties.aadl:12:26 - Value Value_Id 79 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2365 + 2365 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2366 + 2366 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2367 + 2367 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2368 + 2368 literal memory_properties.aadl:7:25 + Value Value_Id 78 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2226 - 2226 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2227 - 2227 literal aadl_project.aadl:139:37 - Value Value_Id 80 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2369 + 2369 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2370 + 2370 literal aadl_project.aadl:95:37 + Value Value_Id 79 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1276 - 1276 applies to memory_properties.aadl:68:03 + Applies_To Node_Id 1502 + 1502 applies to memory_properties.aadl:45:02 Is_All Boolean FALSE - Owner_Categories List_Id 1266 - 1267 named element memory_properties.aadl:69:15 + Owner_Categories List_Id 1492 + 1493 named element memory_properties.aadl:46:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1268 named element memory_properties.aadl:69:21 + 1494 named element memory_properties.aadl:46:21 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1269 named element memory_properties.aadl:69:33 + 1495 named element memory_properties.aadl:46:33 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1270 named element memory_properties.aadl:69:41 + 1496 named element memory_properties.aadl:46:41 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1271 named element memory_properties.aadl:70:15 + 1497 named element memory_properties.aadl:46:55 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1272 named element memory_properties.aadl:70:24 + 1498 named element memory_properties.aadl:46:64 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1273 named element memory_properties.aadl:70:32 + 1499 named element memory_properties.aadl:46:72 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1274 named element memory_properties.aadl:70:43 + 1500 named element memory_properties.aadl:46:83 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1285 property definition declaration memory_properties.aadl:73:03 - Identifier Node_Id 1278 - 1278 identifier memory_properties.aadl:73:03 - Corresponding_Entity Node_Id 1285 + 1511 property definition declaration memory_properties.aadl:48:02 + Identifier Node_Id 1504 + 1504 identifier memory_properties.aadl:48:02 + Corresponding_Entity Node_Id 1511 Display_Name Name_Id "Source_Heap_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1287 - 1287 property type memory_properties.aadl:73:03 + Property_Name_Type Node_Id 1513 + 1513 property type memory_properties.aadl:48:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1280 - 1280 unique property type identifier memory_properties.aadl:73:19 - Identifier Node_Id 1279 - 1279 identifier memory_properties.aadl:73:21 + Property_Type_Designator Node_Id 1506 + 1506 unique property type identifier memory_properties.aadl:48:18 + Identifier Node_Id 1505 + 1505 identifier memory_properties.aadl:48:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2228 - 2228 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2229 - 2229 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2230 - 2230 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2231 - 2231 literal memory_properties.aadl:12:26 - Value Value_Id 81 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2371 + 2371 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2372 + 2372 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2373 + 2373 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2374 + 2374 literal memory_properties.aadl:7:25 + Value Value_Id 80 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2232 - 2232 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2233 - 2233 literal aadl_project.aadl:139:37 - Value Value_Id 82 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2375 + 2375 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2376 + 2376 literal aadl_project.aadl:95:37 + Value Value_Id 81 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1286 - 1286 applies to memory_properties.aadl:73:03 + Applies_To Node_Id 1512 + 1512 applies to memory_properties.aadl:48:02 Is_All Boolean FALSE - Owner_Categories List_Id 1282 - 1283 named element memory_properties.aadl:74:15 + Owner_Categories List_Id 1508 + 1509 named element memory_properties.aadl:49:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1284 named element memory_properties.aadl:74:23 + 1510 named element memory_properties.aadl:49:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1297 property definition declaration memory_properties.aadl:77:03 - Identifier Node_Id 1288 - 1288 identifier memory_properties.aadl:77:03 - Corresponding_Entity Node_Id 1297 + 1523 property definition declaration memory_properties.aadl:51:02 + Identifier Node_Id 1514 + 1514 identifier memory_properties.aadl:51:02 + Corresponding_Entity Node_Id 1523 Display_Name Name_Id "Source_Stack_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1299 - 1299 property type memory_properties.aadl:77:03 + Property_Name_Type Node_Id 1525 + 1525 property type memory_properties.aadl:51:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1290 - 1290 unique property type identifier memory_properties.aadl:77:20 - Identifier Node_Id 1289 - 1289 identifier memory_properties.aadl:77:22 + Property_Type_Designator Node_Id 1516 + 1516 unique property type identifier memory_properties.aadl:51:19 + Identifier Node_Id 1515 + 1515 identifier memory_properties.aadl:51:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2234 - 2234 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2235 - 2235 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2236 - 2236 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2237 - 2237 literal memory_properties.aadl:12:26 - Value Value_Id 83 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2377 + 2377 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2378 + 2378 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2379 + 2379 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2380 + 2380 literal memory_properties.aadl:7:25 + Value Value_Id 82 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2238 - 2238 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2239 - 2239 literal aadl_project.aadl:139:37 - Value Value_Id 84 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2381 + 2381 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2382 + 2382 literal aadl_project.aadl:95:37 + Value Value_Id 83 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1298 - 1298 applies to memory_properties.aadl:77:03 + Applies_To Node_Id 1524 + 1524 applies to memory_properties.aadl:51:02 Is_All Boolean FALSE - Owner_Categories List_Id 1292 - 1293 named element memory_properties.aadl:78:15 + Owner_Categories List_Id 1518 + 1519 named element memory_properties.aadl:52:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1294 named element memory_properties.aadl:78:23 + 1520 named element memory_properties.aadl:52:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1295 named element memory_properties.aadl:78:35 + 1521 named element memory_properties.aadl:52:35 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1296 named element memory_properties.aadl:78:46 + 1522 named element memory_properties.aadl:52:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1310 property definition declaration memory_properties.aadl:81:03 - Identifier Node_Id 1300 - 1300 identifier memory_properties.aadl:81:03 - Corresponding_Entity Node_Id 1310 - Display_Name Name_Id "Word_Count" - Scope_Entity Node_Id 1112 + 1536 property definition declaration memory_properties.aadl:54:02 + Identifier Node_Id 1526 + 1526 identifier memory_properties.aadl:54:02 + Corresponding_Entity Node_Id 1536 + Display_Name Name_Id "Byte_Count" + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1312 - 1312 property type memory_properties.aadl:81:03 + Property_Name_Type Node_Id 1538 + 1538 property type memory_properties.aadl:54:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1301 - 1301 integer type memory_properties.aadl:81:15 - Type_Range Node_Id 1306 - 1306 number range memory_properties.aadl:81:27 - Lower_Bound Node_Id 1302 - 1302 signed aadlnumber memory_properties.aadl:81:27 - Number_Value Node_Id 1303 - 1303 literal memory_properties.aadl:81:27 - Value Value_Id 37 + Property_Type_Designator Node_Id 1527 + 1527 integer type memory_properties.aadl:54:14 + Type_Range Node_Id 1532 + 1532 number range memory_properties.aadl:54:26 + Lower_Bound Node_Id 1528 + 1528 signed aadlnumber memory_properties.aadl:54:26 + Number_Value Node_Id 1529 + 1529 literal memory_properties.aadl:54:26 + Value Value_Id 52 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 1305 - 1305 property term memory_properties.aadl:81:29 - Identifier Node_Id 1304 - 1304 identifier memory_properties.aadl:81:32 + Upper_Bound Node_Id 1531 + 1531 property term memory_properties.aadl:54:28 + Identifier Node_Id 1530 + 1530 identifier memory_properties.aadl:54:31 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Max_Word_Count" + Display_Name Name_Id "Max_Byte_Count" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 204 + Entity Node_Id 205 Property_Set_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2240 - 2240 integer type memory_properties.aadl:81:15 - Type_Range Node_Id 2241 - 2241 number range memory_properties.aadl:81:27 - Lower_Bound Node_Id 2242 - 2242 signed aadlnumber memory_properties.aadl:81:27 - Number_Value Node_Id 2243 - 2243 literal memory_properties.aadl:81:27 - Value Value_Id 85 + Expanded_Type_Designator Node_Id 2383 + 2383 integer type memory_properties.aadl:54:14 + Type_Range Node_Id 2384 + 2384 number range memory_properties.aadl:54:26 + Lower_Bound Node_Id 2385 + 2385 signed aadlnumber memory_properties.aadl:54:26 + Number_Value Node_Id 2386 + 2386 literal memory_properties.aadl:54:26 + Value Value_Id 84 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2244 - 2244 signed aadlnumber aadl_project.aadl:149:43 - Number_Value Node_Id 2245 - 2245 literal aadl_project.aadl:149:43 - Value Value_Id 86 + Upper_Bound Node_Id 2387 + 2387 signed aadlnumber aadl_project.aadl:105:43 + Number_Value Node_Id 2388 + 2388 literal aadl_project.aadl:105:43 + Value Value_Id 85 Unit_Identifier Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1311 - 1311 applies to memory_properties.aadl:81:03 + Applies_To Node_Id 1537 + 1537 applies to memory_properties.aadl:54:02 Is_All Boolean FALSE - Owner_Categories List_Id 1308 - 1309 named element memory_properties.aadl:82:15 + Owner_Categories List_Id 1534 + 1535 named element memory_properties.aadl:55:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1322 property definition declaration memory_properties.aadl:85:03 - Identifier Node_Id 1313 - 1313 identifier memory_properties.aadl:85:03 - Corresponding_Entity Node_Id 1322 + 1548 property definition declaration memory_properties.aadl:57:02 + Identifier Node_Id 1539 + 1539 identifier memory_properties.aadl:57:02 + Corresponding_Entity Node_Id 1548 Display_Name Name_Id "Word_Size" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1324 - 1324 property type memory_properties.aadl:85:03 + Property_Name_Type Node_Id 1550 + 1550 property type memory_properties.aadl:57:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1315 - 1315 unique property type identifier memory_properties.aadl:85:12 - Identifier Node_Id 1314 - 1314 identifier memory_properties.aadl:85:14 + Property_Type_Designator Node_Id 1541 + 1541 unique property type identifier memory_properties.aadl:57:11 + Identifier Node_Id 1540 + 1540 identifier memory_properties.aadl:57:13 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1123 + Entity Node_Id 1320 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2246 - 2246 integer type memory_properties.aadl:12:14 - Type_Range Node_Id 2247 - 2247 number range memory_properties.aadl:12:26 - Lower_Bound Node_Id 2248 - 2248 signed aadlnumber memory_properties.aadl:12:26 - Number_Value Node_Id 2249 - 2249 literal memory_properties.aadl:12:26 - Value Value_Id 87 - Unit_Identifier Node_Id 1117 - 1117 identifier memory_properties.aadl:12:28 - Corresponding_Entity Node_Id 217 + Expanded_Type_Designator Node_Id 2389 + 2389 integer type memory_properties.aadl:7:13 + Type_Range Node_Id 2390 + 2390 number range memory_properties.aadl:7:25 + Lower_Bound Node_Id 2391 + 2391 signed aadlnumber memory_properties.aadl:7:25 + Number_Value Node_Id 2392 + 2392 literal memory_properties.aadl:7:25 + Value Value_Id 86 + Unit_Identifier Node_Id 1314 + 1314 identifier memory_properties.aadl:7:27 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2250 - 2250 signed aadlnumber aadl_project.aadl:139:37 - Number_Value Node_Id 2251 - 2251 literal aadl_project.aadl:139:37 - Value Value_Id 88 - Unit_Identifier Node_Id 171 - 171 identifier aadl_project.aadl:139:45 - Corresponding_Entity Node_Id 217 + Upper_Bound Node_Id 2393 + 2393 signed aadlnumber aadl_project.aadl:95:37 + Number_Value Node_Id 2394 + 2394 literal aadl_project.aadl:95:37 + Value Value_Id 87 + Unit_Identifier Node_Id 172 + 172 identifier aadl_project.aadl:95:45 + Corresponding_Entity Node_Id 218 Display_Name Name_Id "Bytes" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1122 - 1122 unique property type identifier memory_properties.aadl:13:03 - Identifier Node_Id 1121 - 1121 identifier memory_properties.aadl:13:09 + Unit_Designator Node_Id 1319 + 1319 unique property type identifier memory_properties.aadl:7:52 + Identifier Node_Id 1318 + 1318 identifier memory_properties.aadl:7:58 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Size_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 236 + Entity Node_Id 237 Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 1325 - 1325 property value memory_properties.aadl:85:03 - Value_Container Node_Id 1111 - Single_Value Node_Id 1316 - 1316 signed aadlnumber memory_properties.aadl:85:22 - Number_Value Node_Id 1317 - 1317 literal memory_properties.aadl:85:22 - Value Value_Id 38 - Unit_Identifier Node_Id 1318 - 1318 identifier memory_properties.aadl:85:24 - Corresponding_Entity Node_Id 214 + Default_Value Node_Id 1551 + 1551 property value memory_properties.aadl:57:02 + Value_Container Node_Id 1308 + Single_Value Node_Id 1542 + 1542 signed aadlnumber memory_properties.aadl:57:21 + Number_Value Node_Id 1543 + 1543 literal memory_properties.aadl:57:21 + Value Value_Id 53 + Unit_Identifier Node_Id 1544 + 1544 identifier memory_properties.aadl:57:23 + Corresponding_Entity Node_Id 215 Display_Name Name_Id "bits" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2252 - 2252 signed aadlnumber memory_properties.aadl:85:22 - Number_Value Node_Id 2253 - 2253 literal memory_properties.aadl:85:22 - Value Value_Id 89 - Unit_Identifier Node_Id 1318 - 1318 identifier memory_properties.aadl:85:24 - Corresponding_Entity Node_Id 214 + Expanded_Single_Value Node_Id 2395 + 2395 signed aadlnumber memory_properties.aadl:57:21 + Number_Value Node_Id 2396 + 2396 literal memory_properties.aadl:57:21 + Value Value_Id 88 + Unit_Identifier Node_Id 1544 + 1544 identifier memory_properties.aadl:57:23 + Corresponding_Entity Node_Id 215 Display_Name Name_Id "bits" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 1323 - 1323 applies to memory_properties.aadl:85:03 + Applies_To Node_Id 1549 + 1549 applies to memory_properties.aadl:57:02 Is_All Boolean FALSE - Owner_Categories List_Id 1320 - 1321 named element memory_properties.aadl:86:15 + Owner_Categories List_Id 1546 + 1547 named element memory_properties.aadl:58:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1338 property definition declaration memory_properties.aadl:89:03 - Identifier Node_Id 1326 - 1326 identifier memory_properties.aadl:89:03 - Corresponding_Entity Node_Id 1338 + 1564 property definition declaration memory_properties.aadl:60:02 + Identifier Node_Id 1552 + 1552 identifier memory_properties.aadl:60:02 + Corresponding_Entity Node_Id 1564 Display_Name Name_Id "Word_Space" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1340 - 1340 property type memory_properties.aadl:89:03 + Property_Name_Type Node_Id 1566 + 1566 property type memory_properties.aadl:60:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1327 - 1327 integer type memory_properties.aadl:89:15 - Type_Range Node_Id 1332 - 1332 number range memory_properties.aadl:89:27 - Lower_Bound Node_Id 1328 - 1328 signed aadlnumber memory_properties.aadl:89:27 - Number_Value Node_Id 1329 - 1329 literal memory_properties.aadl:89:27 - Value Value_Id 39 + Property_Type_Designator Node_Id 1553 + 1553 integer type memory_properties.aadl:60:14 + Type_Range Node_Id 1558 + 1558 number range memory_properties.aadl:60:26 + Lower_Bound Node_Id 1554 + 1554 signed aadlnumber memory_properties.aadl:60:26 + Number_Value Node_Id 1555 + 1555 literal memory_properties.aadl:60:26 + Value Value_Id 54 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 1331 - 1331 property term memory_properties.aadl:89:29 - Identifier Node_Id 1330 - 1330 identifier memory_properties.aadl:89:32 + Upper_Bound Node_Id 1557 + 1557 property term memory_properties.aadl:60:28 + Identifier Node_Id 1556 + 1556 identifier memory_properties.aadl:60:31 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Max_Word_Space" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 210 + Entity Node_Id 211 Property_Set_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2254 - 2254 integer type memory_properties.aadl:89:15 - Type_Range Node_Id 2255 - 2255 number range memory_properties.aadl:89:27 - Lower_Bound Node_Id 2256 - 2256 signed aadlnumber memory_properties.aadl:89:27 - Number_Value Node_Id 2257 - 2257 literal memory_properties.aadl:89:27 - Value Value_Id 90 + Expanded_Type_Designator Node_Id 2397 + 2397 integer type memory_properties.aadl:60:14 + Type_Range Node_Id 2398 + 2398 number range memory_properties.aadl:60:26 + Lower_Bound Node_Id 2399 + 2399 signed aadlnumber memory_properties.aadl:60:26 + Number_Value Node_Id 2400 + 2400 literal memory_properties.aadl:60:26 + Value Value_Id 89 Unit_Identifier Node_Id 0 - Upper_Bound Node_Id 2258 - 2258 signed aadlnumber aadl_project.aadl:151:43 - Number_Value Node_Id 2259 - 2259 literal aadl_project.aadl:151:43 - Value Value_Id 91 + Upper_Bound Node_Id 2401 + 2401 signed aadlnumber aadl_project.aadl:107:43 + Number_Value Node_Id 2402 + 2402 literal aadl_project.aadl:107:43 + Value Value_Id 90 Unit_Identifier Node_Id 0 Unit_Designator Node_Id 0 - Default_Value Node_Id 1341 - 1341 property value memory_properties.aadl:89:03 - Value_Container Node_Id 1111 - Single_Value Node_Id 1333 - 1333 signed aadlnumber memory_properties.aadl:89:50 - Number_Value Node_Id 1334 - 1334 literal memory_properties.aadl:89:50 - Value Value_Id 40 + Default_Value Node_Id 1567 + 1567 property value memory_properties.aadl:60:02 + Value_Container Node_Id 1308 + Single_Value Node_Id 1559 + 1559 signed aadlnumber memory_properties.aadl:60:49 + Number_Value Node_Id 1560 + 1560 literal memory_properties.aadl:60:49 + Value Value_Id 55 Unit_Identifier Node_Id 0 Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2260 - 2260 signed aadlnumber memory_properties.aadl:89:50 - Number_Value Node_Id 2261 - 2261 literal memory_properties.aadl:89:50 - Value Value_Id 92 + Expanded_Single_Value Node_Id 2403 + 2403 signed aadlnumber memory_properties.aadl:60:49 + Number_Value Node_Id 2404 + 2404 literal memory_properties.aadl:60:49 + Value Value_Id 91 Unit_Identifier Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 1339 - 1339 applies to memory_properties.aadl:89:03 + Applies_To Node_Id 1565 + 1565 applies to memory_properties.aadl:60:02 Is_All Boolean FALSE - Owner_Categories List_Id 1336 - 1337 named element memory_properties.aadl:90:15 + Owner_Categories List_Id 1562 + 1563 named element memory_properties.aadl:61:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1348 property definition declaration memory_properties.aadl:93:03 - Identifier Node_Id 1342 - 1342 identifier memory_properties.aadl:93:03 - Corresponding_Entity Node_Id 1348 + 1582 property definition declaration memory_properties.aadl:63:02 + Identifier Node_Id 1568 + 1568 identifier memory_properties.aadl:63:02 + Corresponding_Entity Node_Id 1582 Display_Name Name_Id "Write_Time" - Scope_Entity Node_Id 1112 + Scope_Entity Node_Id 1309 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1350 - 1350 property type memory_properties.aadl:93:03 - Is_List Boolean TRUE - Property_Type_Designator Node_Id 1345 - 1345 unique property type identifier memory_properties.aadl:93:20 - Identifier Node_Id 1344 - 1344 identifier memory_properties.aadl:93:23 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Range" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1370 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2262 - 2262 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2263 - 2263 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2264 - 2264 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2265 - 2265 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2266 - 2266 literal timing_properties.aadl:13:26 - Value Value_Id 93 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2267 - 2267 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2268 - 2268 literal aadl_project.aadl:145:30 - Value Value_Id 94 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Property_Name_Type Node_Id 1584 + 1584 property type memory_properties.aadl:63:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1578 + 1578 record type memory_properties.aadl:63:21 + List_Items List_Id 1569 + 1570 record type element memory_properties.aadl:64:03 + Identifier Node_Id 1571 + 1571 identifier memory_properties.aadl:64:03 + Corresponding_Entity Node_Id 1570 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1573 + 1573 unique property type identifier memory_properties.aadl:64:08 + Identifier Node_Id 1572 + 1572 identifier memory_properties.aadl:64:10 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1574 record type element memory_properties.aadl:65:03 + Identifier Node_Id 1575 + 1575 identifier memory_properties.aadl:65:03 + Corresponding_Entity Node_Id 1574 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1577 + 1577 unique property type identifier memory_properties.aadl:65:10 + Identifier Node_Id 1576 + 1576 identifier memory_properties.aadl:65:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 1578 + 1578 record type memory_properties.aadl:63:21 + List_Items List_Id 1569 + 1570 record type element memory_properties.aadl:64:03 + Identifier Node_Id 1571 + 1571 identifier memory_properties.aadl:64:03 + Corresponding_Entity Node_Id 1570 + Display_Name Name_Id "Fixed" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1573 + 1573 unique property type identifier memory_properties.aadl:64:08 + Identifier Node_Id 1572 + 1572 identifier memory_properties.aadl:64:10 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" + Display_Name Name_Id "Time_Range" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 0 + Property_Set_Identifier Node_Id 0 + 1574 record type element memory_properties.aadl:65:03 + Identifier Node_Id 1575 + 1575 identifier memory_properties.aadl:65:03 + Corresponding_Entity Node_Id 1574 + Display_Name Name_Id "PerByte" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1577 + 1577 unique property type identifier memory_properties.aadl:65:10 + Identifier Node_Id 1576 + 1576 identifier memory_properties.aadl:65:12 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 0 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1349 - 1349 applies to memory_properties.aadl:93:03 + Applies_To Node_Id 1583 + 1583 applies to memory_properties.aadl:63:02 Is_All Boolean FALSE - Owner_Categories List_Id 1346 - 1347 named element memory_properties.aadl:94:15 + Owner_Categories List_Id 1580 + 1581 named element memory_properties.aadl:66:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -1352 property set timing_properties.aadl:9:01 - Identifier Node_Id 1351 - 1351 identifier timing_properties.aadl:9:14 - Corresponding_Entity Node_Id 1352 +1586 property set timing_properties.aadl:6:01 + Identifier Node_Id 1585 + 1585 identifier timing_properties.aadl:6:14 + Corresponding_Entity Node_Id 1586 Display_Name Name_Id "Timing_Properties" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 1353 - Declarations List_Id 1365 - 1364 property type declaration timing_properties.aadl:13:03 - Identifier Node_Id 1354 - 1354 identifier timing_properties.aadl:13:03 - Corresponding_Entity Node_Id 1364 + Entity_Scope Node_Id 1587 + Declarations List_Id 1599 + 1598 property type declaration timing_properties.aadl:7:02 + Identifier Node_Id 1588 + 1588 identifier timing_properties.aadl:7:02 + Corresponding_Entity Node_Id 1598 Display_Name Name_Id "Time" - Scope_Entity Node_Id 1353 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1355 - 1355 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 1361 - 1361 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 1356 - 1356 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 1357 - 1357 literal timing_properties.aadl:13:26 - Value Value_Id 41 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Scope_Entity Node_Id 1587 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1589 + 1589 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 1595 + 1595 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 1590 + 1590 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 1591 + 1591 literal timing_properties.aadl:7:25 + Value Value_Id 56 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 1360 - 1360 property term timing_properties.aadl:13:31 - Identifier Node_Id 1359 - 1359 identifier timing_properties.aadl:13:34 + Upper_Bound Node_Id 1594 + 1594 property term timing_properties.aadl:7:30 + Identifier Node_Id 1593 + 1593 identifier timing_properties.aadl:7:33 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Max_Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 192 + Entity Node_Id 193 Property_Set_Identifier Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 - 1370 property type declaration timing_properties.aadl:16:03 - Identifier Node_Id 1366 - 1366 identifier timing_properties.aadl:16:03 - Corresponding_Entity Node_Id 1370 + 1604 property type declaration timing_properties.aadl:9:02 + Identifier Node_Id 1600 + 1600 identifier timing_properties.aadl:9:02 + Corresponding_Entity Node_Id 1604 Display_Name Name_Id "Time_Range" - Scope_Entity Node_Id 1353 - Backend_Node Node_Id 0 - Property_Type_Designator Node_Id 1367 - 1367 range type timing_properties.aadl:16:20 - Number_Type Node_Id 1369 - 1369 unique property type identifier timing_properties.aadl:16:26 - Identifier Node_Id 1368 - 1368 identifier timing_properties.aadl:16:29 + Scope_Entity Node_Id 1587 + Backend_Node Node_Id 0 + Property_Type_Designator Node_Id 1601 + 1601 range type timing_properties.aadl:9:19 + Number_Type Node_Id 1603 + 1603 unique property type identifier timing_properties.aadl:9:25 + Identifier Node_Id 1602 + 1602 identifier timing_properties.aadl:9:28 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - 1377 property definition declaration timing_properties.aadl:19:03 - Identifier Node_Id 1371 - 1371 identifier timing_properties.aadl:19:03 - Corresponding_Entity Node_Id 1377 + 1611 property definition declaration timing_properties.aadl:11:02 + Identifier Node_Id 1605 + 1605 identifier timing_properties.aadl:11:02 + Corresponding_Entity Node_Id 1611 Display_Name Name_Id "Activate_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1379 - 1379 property type timing_properties.aadl:19:03 + Property_Name_Type Node_Id 1613 + 1613 property type timing_properties.aadl:11:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1373 - 1373 unique property type identifier timing_properties.aadl:19:20 - Identifier Node_Id 1372 - 1372 identifier timing_properties.aadl:19:22 + Property_Type_Designator Node_Id 1607 + 1607 unique property type identifier timing_properties.aadl:11:19 + Identifier Node_Id 1606 + 1606 identifier timing_properties.aadl:11:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2269 - 2269 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2270 - 2270 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2271 - 2271 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2272 - 2272 literal timing_properties.aadl:13:26 - Value Value_Id 95 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2405 + 2405 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2406 + 2406 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2407 + 2407 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2408 + 2408 literal timing_properties.aadl:7:25 + Value Value_Id 92 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2273 - 2273 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2274 - 2274 literal aadl_project.aadl:145:30 - Value Value_Id 96 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2409 + 2409 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2410 + 2410 literal aadl_project.aadl:101:30 + Value Value_Id 93 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1378 - 1378 applies to timing_properties.aadl:19:03 + Applies_To Node_Id 1612 + 1612 applies to timing_properties.aadl:11:02 Is_All Boolean FALSE - Owner_Categories List_Id 1375 - 1376 named element timing_properties.aadl:20:15 + Owner_Categories List_Id 1609 + 1610 named element timing_properties.aadl:12:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1386 property definition declaration timing_properties.aadl:23:03 - Identifier Node_Id 1380 - 1380 identifier timing_properties.aadl:23:03 - Corresponding_Entity Node_Id 1386 + 1620 property definition declaration timing_properties.aadl:14:02 + Identifier Node_Id 1614 + 1614 identifier timing_properties.aadl:14:02 + Corresponding_Entity Node_Id 1620 Display_Name Name_Id "Activate_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1388 - 1388 property type timing_properties.aadl:23:03 + Property_Name_Type Node_Id 1622 + 1622 property type timing_properties.aadl:14:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1382 - 1382 unique property type identifier timing_properties.aadl:23:26 - Identifier Node_Id 1381 - 1381 identifier timing_properties.aadl:23:28 + Property_Type_Designator Node_Id 1616 + 1616 unique property type identifier timing_properties.aadl:14:25 + Identifier Node_Id 1615 + 1615 identifier timing_properties.aadl:14:27 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2275 - 2275 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2276 - 2276 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2277 - 2277 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2278 - 2278 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2279 - 2279 literal timing_properties.aadl:13:26 - Value Value_Id 97 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2411 + 2411 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2412 + 2412 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2413 + 2413 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2414 + 2414 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2415 + 2415 literal timing_properties.aadl:7:25 + Value Value_Id 94 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2280 - 2280 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2281 - 2281 literal aadl_project.aadl:145:30 - Value Value_Id 98 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2416 + 2416 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2417 + 2417 literal aadl_project.aadl:101:30 + Value Value_Id 95 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1387 - 1387 applies to timing_properties.aadl:23:03 + Applies_To Node_Id 1621 + 1621 applies to timing_properties.aadl:14:02 Is_All Boolean FALSE - Owner_Categories List_Id 1384 - 1385 named element timing_properties.aadl:24:15 + Owner_Categories List_Id 1618 + 1619 named element timing_properties.aadl:15:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1399 property definition declaration timing_properties.aadl:27:03 - Identifier Node_Id 1389 - 1389 identifier timing_properties.aadl:27:03 - Corresponding_Entity Node_Id 1399 + 1634 property definition declaration timing_properties.aadl:17:02 + Identifier Node_Id 1623 + 1623 identifier timing_properties.aadl:17:02 + Corresponding_Entity Node_Id 1634 Display_Name Name_Id "Compute_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1401 - 1401 property type timing_properties.aadl:27:03 + Property_Name_Type Node_Id 1636 + 1636 property type timing_properties.aadl:17:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1391 - 1391 unique property type identifier timing_properties.aadl:27:19 - Identifier Node_Id 1390 - 1390 identifier timing_properties.aadl:27:21 + Property_Type_Designator Node_Id 1625 + 1625 unique property type identifier timing_properties.aadl:17:18 + Identifier Node_Id 1624 + 1624 identifier timing_properties.aadl:17:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2282 - 2282 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2283 - 2283 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2284 - 2284 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2285 - 2285 literal timing_properties.aadl:13:26 - Value Value_Id 99 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2418 + 2418 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2419 + 2419 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2420 + 2420 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2421 + 2421 literal timing_properties.aadl:7:25 + Value Value_Id 96 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2286 - 2286 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2287 - 2287 literal aadl_project.aadl:145:30 - Value Value_Id 100 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2422 + 2422 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2423 + 2423 literal aadl_project.aadl:101:30 + Value Value_Id 97 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1400 - 1400 applies to timing_properties.aadl:27:03 + Applies_To Node_Id 1635 + 1635 applies to timing_properties.aadl:17:02 Is_All Boolean FALSE - Owner_Categories List_Id 1393 - 1394 named element timing_properties.aadl:28:15 + Owner_Categories List_Id 1627 + 1628 named element timing_properties.aadl:18:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1395 named element timing_properties.aadl:29:15 + 1629 named element timing_properties.aadl:18:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1396 named element timing_properties.aadl:30:15 + 1630 named element timing_properties.aadl:18:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1397 named element timing_properties.aadl:31:15 + 1631 named element timing_properties.aadl:18:43 + Identifier Node_Id 0 + Category Byte 29 + Component_Cat Byte 2 + Classifier_Ref Node_Id 0 + 1632 named element timing_properties.aadl:18:62 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1398 named element timing_properties.aadl:32:15 + 1633 named element timing_properties.aadl:18:74 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1412 property definition declaration timing_properties.aadl:35:03 - Identifier Node_Id 1402 - 1402 identifier timing_properties.aadl:35:03 - Corresponding_Entity Node_Id 1412 + 1647 property definition declaration timing_properties.aadl:20:02 + Identifier Node_Id 1637 + 1637 identifier timing_properties.aadl:20:02 + Corresponding_Entity Node_Id 1647 Display_Name Name_Id "Compute_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1414 - 1414 property type timing_properties.aadl:35:03 + Property_Name_Type Node_Id 1649 + 1649 property type timing_properties.aadl:20:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1404 - 1404 unique property type identifier timing_properties.aadl:35:25 - Identifier Node_Id 1403 - 1403 identifier timing_properties.aadl:35:27 + Property_Type_Designator Node_Id 1639 + 1639 unique property type identifier timing_properties.aadl:20:24 + Identifier Node_Id 1638 + 1638 identifier timing_properties.aadl:20:26 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2288 - 2288 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2289 - 2289 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2290 - 2290 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2291 - 2291 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2292 - 2292 literal timing_properties.aadl:13:26 - Value Value_Id 101 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2424 + 2424 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2425 + 2425 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2426 + 2426 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2427 + 2427 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2428 + 2428 literal timing_properties.aadl:7:25 + Value Value_Id 98 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2293 - 2293 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2294 - 2294 literal aadl_project.aadl:145:30 - Value Value_Id 102 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2429 + 2429 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2430 + 2430 literal aadl_project.aadl:101:30 + Value Value_Id 99 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1413 - 1413 applies to timing_properties.aadl:35:03 + Applies_To Node_Id 1648 + 1648 applies to timing_properties.aadl:20:02 Is_All Boolean FALSE - Owner_Categories List_Id 1406 - 1407 named element timing_properties.aadl:36:15 + Owner_Categories List_Id 1641 + 1642 named element timing_properties.aadl:21:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1408 named element timing_properties.aadl:37:15 + 1643 named element timing_properties.aadl:21:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1409 named element timing_properties.aadl:38:15 + 1644 named element timing_properties.aadl:21:31 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1410 named element timing_properties.aadl:39:15 + 1645 named element timing_properties.aadl:21:43 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1411 named element timing_properties.aadl:40:15 + 1646 named element timing_properties.aadl:21:55 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1421 property definition declaration timing_properties.aadl:43:03 - Identifier Node_Id 1415 - 1415 identifier timing_properties.aadl:43:03 - Corresponding_Entity Node_Id 1421 + 1656 property definition declaration timing_properties.aadl:23:02 + Identifier Node_Id 1650 + 1650 identifier timing_properties.aadl:23:02 + Corresponding_Entity Node_Id 1656 Display_Name Name_Id "Client_Subprogram_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1423 - 1423 property type timing_properties.aadl:43:03 + Property_Name_Type Node_Id 1658 + 1658 property type timing_properties.aadl:23:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1417 - 1417 unique property type identifier timing_properties.aadl:43:35 - Identifier Node_Id 1416 - 1416 identifier timing_properties.aadl:43:37 + Property_Type_Designator Node_Id 1652 + 1652 unique property type identifier timing_properties.aadl:23:34 + Identifier Node_Id 1651 + 1651 identifier timing_properties.aadl:23:36 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2295 - 2295 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2296 - 2296 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2297 - 2297 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2298 - 2298 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2299 - 2299 literal timing_properties.aadl:13:26 - Value Value_Id 103 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2431 + 2431 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2432 + 2432 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2433 + 2433 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2434 + 2434 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2435 + 2435 literal timing_properties.aadl:7:25 + Value Value_Id 100 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2300 - 2300 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2301 - 2301 literal aadl_project.aadl:145:30 - Value Value_Id 104 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2436 + 2436 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2437 + 2437 literal aadl_project.aadl:101:30 + Value Value_Id 101 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1422 - 1422 applies to timing_properties.aadl:43:03 + Applies_To Node_Id 1657 + 1657 applies to timing_properties.aadl:23:02 Is_All Boolean FALSE - Owner_Categories List_Id 1419 - 1420 named element timing_properties.aadl:44:15 + Owner_Categories List_Id 1654 + 1655 named element timing_properties.aadl:24:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1430 property definition declaration timing_properties.aadl:47:03 - Identifier Node_Id 1424 - 1424 identifier timing_properties.aadl:47:03 - Corresponding_Entity Node_Id 1430 - Display_Name Name_Id "Deactivate_Deadline" - Scope_Entity Node_Id 1353 + 1665 property definition declaration timing_properties.aadl:26:02 + Identifier Node_Id 1659 + 1659 identifier timing_properties.aadl:26:02 + Corresponding_Entity Node_Id 1665 + Display_Name Name_Id "Deactivate_Dealing" + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1432 - 1432 property type timing_properties.aadl:47:03 + Property_Name_Type Node_Id 1667 + 1667 property type timing_properties.aadl:26:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1426 - 1426 unique property type identifier timing_properties.aadl:47:22 - Identifier Node_Id 1425 - 1425 identifier timing_properties.aadl:47:24 + Property_Type_Designator Node_Id 1661 + 1661 unique property type identifier timing_properties.aadl:26:20 + Identifier Node_Id 1660 + 1660 identifier timing_properties.aadl:26:22 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2302 - 2302 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2303 - 2303 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2304 - 2304 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2305 - 2305 literal timing_properties.aadl:13:26 - Value Value_Id 105 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2438 + 2438 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2439 + 2439 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2440 + 2440 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2441 + 2441 literal timing_properties.aadl:7:25 + Value Value_Id 102 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2306 - 2306 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2307 - 2307 literal aadl_project.aadl:145:30 - Value Value_Id 106 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2442 + 2442 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2443 + 2443 literal aadl_project.aadl:101:30 + Value Value_Id 103 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1431 - 1431 applies to timing_properties.aadl:47:03 + Applies_To Node_Id 1666 + 1666 applies to timing_properties.aadl:26:02 Is_All Boolean FALSE - Owner_Categories List_Id 1428 - 1429 named element timing_properties.aadl:48:15 + Owner_Categories List_Id 1663 + 1664 named element timing_properties.aadl:27:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1439 property definition declaration timing_properties.aadl:51:03 - Identifier Node_Id 1433 - 1433 identifier timing_properties.aadl:51:03 - Corresponding_Entity Node_Id 1439 + 1674 property definition declaration timing_properties.aadl:29:02 + Identifier Node_Id 1668 + 1668 identifier timing_properties.aadl:29:02 + Corresponding_Entity Node_Id 1674 Display_Name Name_Id "Deactivate_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1441 - 1441 property type timing_properties.aadl:51:03 + Property_Name_Type Node_Id 1676 + 1676 property type timing_properties.aadl:29:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1435 - 1435 unique property type identifier timing_properties.aadl:51:28 - Identifier Node_Id 1434 - 1434 identifier timing_properties.aadl:51:30 + Property_Type_Designator Node_Id 1670 + 1670 unique property type identifier timing_properties.aadl:29:27 + Identifier Node_Id 1669 + 1669 identifier timing_properties.aadl:29:29 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2308 - 2308 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2309 - 2309 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2310 - 2310 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2311 - 2311 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2312 - 2312 literal timing_properties.aadl:13:26 - Value Value_Id 107 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2444 + 2444 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2445 + 2445 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2446 + 2446 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2447 + 2447 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2448 + 2448 literal timing_properties.aadl:7:25 + Value Value_Id 104 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2313 - 2313 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2314 - 2314 literal aadl_project.aadl:145:30 - Value Value_Id 108 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2449 + 2449 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2450 + 2450 literal aadl_project.aadl:101:30 + Value Value_Id 105 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1440 - 1440 applies to timing_properties.aadl:51:03 + Applies_To Node_Id 1675 + 1675 applies to timing_properties.aadl:29:02 Is_All Boolean FALSE - Owner_Categories List_Id 1437 - 1438 named element timing_properties.aadl:52:15 + Owner_Categories List_Id 1672 + 1673 named element timing_properties.aadl:30:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1454 property definition declaration timing_properties.aadl:55:03 - Identifier Node_Id 1442 - 1442 identifier timing_properties.aadl:55:03 - Corresponding_Entity Node_Id 1454 + 1690 property definition declaration timing_properties.aadl:32:02 + Identifier Node_Id 1677 + 1677 identifier timing_properties.aadl:32:02 + Corresponding_Entity Node_Id 1690 Display_Name Name_Id "Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1456 - 1456 property type timing_properties.aadl:55:03 + Property_Name_Type Node_Id 1692 + 1692 property type timing_properties.aadl:32:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1444 - 1444 unique property type identifier timing_properties.aadl:55:13 - Identifier Node_Id 1443 - 1443 identifier timing_properties.aadl:55:21 + Property_Type_Designator Node_Id 1679 + 1679 unique property type identifier timing_properties.aadl:32:12 + Identifier Node_Id 1678 + 1678 identifier timing_properties.aadl:32:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2315 - 2315 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2316 - 2316 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2317 - 2317 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2318 - 2318 literal timing_properties.aadl:13:26 - Value Value_Id 109 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2451 + 2451 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2452 + 2452 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2453 + 2453 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2454 + 2454 literal timing_properties.aadl:7:25 + Value Value_Id 106 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2319 - 2319 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2320 - 2320 literal aadl_project.aadl:145:30 - Value Value_Id 110 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2455 + 2455 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2456 + 2456 literal aadl_project.aadl:101:30 + Value Value_Id 107 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 1457 - 1457 property value timing_properties.aadl:55:03 - Value_Container Node_Id 1352 - Single_Value Node_Id 1446 - 1446 property term timing_properties.aadl:55:26 - Identifier Node_Id 1445 - 1445 identifier timing_properties.aadl:55:29 + Default_Value Node_Id 1693 + 1693 property value timing_properties.aadl:32:02 + Value_Container Node_Id 1586 + Single_Value Node_Id 1681 + 1681 property term timing_properties.aadl:32:25 + Identifier Node_Id 1680 + 1680 identifier timing_properties.aadl:32:28 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Period" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1553 + Entity Node_Id 1799 Property_Set_Identifier Node_Id 0 Multi_Value List_Id 0 Expanded_Single_Value Node_Id 0 Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 1455 - 1455 applies to timing_properties.aadl:55:03 + Applies_To Node_Id 1691 + 1691 applies to timing_properties.aadl:32:02 Is_All Boolean FALSE - Owner_Categories List_Id 1448 - 1449 named element timing_properties.aadl:56:15 + Owner_Categories List_Id 1683 + 1684 named element timing_properties.aadl:33:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1450 named element timing_properties.aadl:57:15 + 1685 named element timing_properties.aadl:33:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1451 named element timing_properties.aadl:58:15 + 1686 named element timing_properties.aadl:33:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1452 named element timing_properties.aadl:59:15 + 1687 named element timing_properties.aadl:33:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1453 named element timing_properties.aadl:60:15 + 1688 named element timing_properties.aadl:33:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1465 property definition declaration timing_properties.aadl:63:03 - Identifier Node_Id 1458 - 1458 identifier timing_properties.aadl:63:03 - Corresponding_Entity Node_Id 1465 - Display_Name Name_Id "Dispatch_Absolute_Time" - Scope_Entity Node_Id 1353 + 1689 named element timing_properties.aadl:33:62 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 1701 property definition declaration timing_properties.aadl:35:02 + Identifier Node_Id 1694 + 1694 identifier timing_properties.aadl:35:02 + Corresponding_Entity Node_Id 1701 + Display_Name Name_Id "First_Dispatch_Time" + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1467 - 1467 property type timing_properties.aadl:63:03 + Property_Name_Type Node_Id 1703 + 1703 property type timing_properties.aadl:35:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1460 - 1460 unique property type identifier timing_properties.aadl:63:28 - Identifier Node_Id 1459 - 1459 identifier timing_properties.aadl:63:36 + Property_Type_Designator Node_Id 1696 + 1696 unique property type identifier timing_properties.aadl:35:23 + Identifier Node_Id 1695 + 1695 identifier timing_properties.aadl:35:31 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2321 - 2321 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2322 - 2322 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2323 - 2323 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2324 - 2324 literal timing_properties.aadl:13:26 - Value Value_Id 111 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2457 + 2457 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2458 + 2458 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2459 + 2459 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2460 + 2460 literal timing_properties.aadl:7:25 + Value Value_Id 108 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2325 - 2325 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2326 - 2326 literal aadl_project.aadl:145:30 - Value Value_Id 112 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2461 + 2461 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2462 + 2462 literal aadl_project.aadl:101:30 + Value Value_Id 109 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1466 - 1466 applies to timing_properties.aadl:63:03 + Applies_To Node_Id 1702 + 1702 applies to timing_properties.aadl:35:02 Is_All Boolean FALSE - Owner_Categories List_Id 1462 - 1463 named element timing_properties.aadl:64:15 + Owner_Categories List_Id 1698 + 1699 named element timing_properties.aadl:36:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1464 named element timing_properties.aadl:64:23 + 1700 named element timing_properties.aadl:36:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1475 property definition declaration timing_properties.aadl:67:03 - Identifier Node_Id 1468 - 1468 identifier timing_properties.aadl:67:03 - Corresponding_Entity Node_Id 1475 + 1711 property definition declaration timing_properties.aadl:38:02 + Identifier Node_Id 1704 + 1704 identifier timing_properties.aadl:38:02 + Corresponding_Entity Node_Id 1711 Display_Name Name_Id "Dispatch_Jitter" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1477 - 1477 property type timing_properties.aadl:67:03 + Property_Name_Type Node_Id 1713 + 1713 property type timing_properties.aadl:38:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1470 - 1470 unique property type identifier timing_properties.aadl:67:20 - Identifier Node_Id 1469 - 1469 identifier timing_properties.aadl:67:28 + Property_Type_Designator Node_Id 1706 + 1706 unique property type identifier timing_properties.aadl:38:19 + Identifier Node_Id 1705 + 1705 identifier timing_properties.aadl:38:27 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2327 - 2327 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2328 - 2328 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2329 - 2329 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2330 - 2330 literal timing_properties.aadl:13:26 - Value Value_Id 113 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2463 + 2463 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2464 + 2464 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2465 + 2465 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2466 + 2466 literal timing_properties.aadl:7:25 + Value Value_Id 110 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2331 - 2331 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2332 - 2332 literal aadl_project.aadl:145:30 - Value Value_Id 114 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2467 + 2467 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2468 + 2468 literal aadl_project.aadl:101:30 + Value Value_Id 111 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1476 - 1476 applies to timing_properties.aadl:67:03 + Applies_To Node_Id 1712 + 1712 applies to timing_properties.aadl:38:02 Is_All Boolean FALSE - Owner_Categories List_Id 1472 - 1473 named element timing_properties.aadl:68:15 + Owner_Categories List_Id 1708 + 1709 named element timing_properties.aadl:39:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1474 named element timing_properties.aadl:68:23 + 1710 named element timing_properties.aadl:39:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1484 property definition declaration timing_properties.aadl:71:03 - Identifier Node_Id 1478 - 1478 identifier timing_properties.aadl:71:03 - Corresponding_Entity Node_Id 1484 + 1720 property definition declaration timing_properties.aadl:41:02 + Identifier Node_Id 1714 + 1714 identifier timing_properties.aadl:41:02 + Corresponding_Entity Node_Id 1720 Display_Name Name_Id "Dispatch_Offset" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1486 - 1486 property type timing_properties.aadl:71:03 + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 1722 + 1722 property type timing_properties.aadl:41:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1480 - 1480 unique property type identifier timing_properties.aadl:71:18 - Identifier Node_Id 1479 - 1479 identifier timing_properties.aadl:71:20 + Property_Type_Designator Node_Id 1716 + 1716 unique property type identifier timing_properties.aadl:41:19 + Identifier Node_Id 1715 + 1715 identifier timing_properties.aadl:41:27 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2333 - 2333 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2334 - 2334 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2335 - 2335 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2336 - 2336 literal timing_properties.aadl:13:26 - Value Value_Id 115 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2469 + 2469 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2470 + 2470 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2471 + 2471 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2472 + 2472 literal timing_properties.aadl:7:25 + Value Value_Id 112 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2337 - 2337 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2338 - 2338 literal aadl_project.aadl:145:30 - Value Value_Id 116 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2473 + 2473 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2474 + 2474 literal aadl_project.aadl:101:30 + Value Value_Id 113 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1485 - 1485 applies to timing_properties.aadl:71:03 + Applies_To Node_Id 1721 + 1721 applies to timing_properties.aadl:41:02 Is_All Boolean FALSE - Owner_Categories List_Id 1482 - 1483 named element timing_properties.aadl:72:15 + Owner_Categories List_Id 1718 + 1719 named element timing_properties.aadl:42:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1493 property definition declaration timing_properties.aadl:75:03 - Identifier Node_Id 1487 - 1487 identifier timing_properties.aadl:75:03 - Corresponding_Entity Node_Id 1493 + 1729 property definition declaration timing_properties.aadl:44:02 + Identifier Node_Id 1723 + 1723 identifier timing_properties.aadl:44:02 + Corresponding_Entity Node_Id 1729 + Display_Name Name_Id "Execution_Time" + Scope_Entity Node_Id 1587 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 1731 + 1731 property type timing_properties.aadl:44:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1725 + 1725 unique property type identifier timing_properties.aadl:44:16 + Identifier Node_Id 1724 + 1724 identifier timing_properties.aadl:44:18 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 1598 + Property_Set_Identifier Node_Id 0 + Expanded_Type_Designator Node_Id 2475 + 2475 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2476 + 2476 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2477 + 2477 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2478 + 2478 literal timing_properties.aadl:7:25 + Value Value_Id 114 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 + Display_Name Name_Id "ps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 2479 + 2479 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2480 + 2480 literal aadl_project.aadl:101:30 + Value Value_Id 115 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 + Display_Name Name_Id "hr" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Units" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 266 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 1730 + 1730 applies to timing_properties.aadl:44:02 + Is_All Boolean FALSE + Owner_Categories List_Id 1727 + 1728 named element timing_properties.aadl:45:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 1738 property definition declaration timing_properties.aadl:47:02 + Identifier Node_Id 1732 + 1732 identifier timing_properties.aadl:47:02 + Corresponding_Entity Node_Id 1738 Display_Name Name_Id "Finalize_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1495 - 1495 property type timing_properties.aadl:75:03 + Property_Name_Type Node_Id 1740 + 1740 property type timing_properties.aadl:47:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1489 - 1489 unique property type identifier timing_properties.aadl:75:20 - Identifier Node_Id 1488 - 1488 identifier timing_properties.aadl:75:22 + Property_Type_Designator Node_Id 1734 + 1734 unique property type identifier timing_properties.aadl:47:19 + Identifier Node_Id 1733 + 1733 identifier timing_properties.aadl:47:21 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2339 - 2339 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2340 - 2340 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2341 - 2341 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2342 - 2342 literal timing_properties.aadl:13:26 - Value Value_Id 117 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2481 + 2481 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2482 + 2482 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2483 + 2483 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2484 + 2484 literal timing_properties.aadl:7:25 + Value Value_Id 116 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2343 - 2343 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2344 - 2344 literal aadl_project.aadl:145:30 - Value Value_Id 118 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2485 + 2485 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2486 + 2486 literal aadl_project.aadl:101:30 + Value Value_Id 117 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1494 - 1494 applies to timing_properties.aadl:75:03 + Applies_To Node_Id 1739 + 1739 applies to timing_properties.aadl:47:02 Is_All Boolean FALSE - Owner_Categories List_Id 1491 - 1492 named element timing_properties.aadl:76:15 + Owner_Categories List_Id 1736 + 1737 named element timing_properties.aadl:48:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1502 property definition declaration timing_properties.aadl:79:03 - Identifier Node_Id 1496 - 1496 identifier timing_properties.aadl:79:03 - Corresponding_Entity Node_Id 1502 + 1747 property definition declaration timing_properties.aadl:50:02 + Identifier Node_Id 1741 + 1741 identifier timing_properties.aadl:50:02 + Corresponding_Entity Node_Id 1747 Display_Name Name_Id "Finalize_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1504 - 1504 property type timing_properties.aadl:79:03 + Property_Name_Type Node_Id 1749 + 1749 property type timing_properties.aadl:50:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1498 - 1498 unique property type identifier timing_properties.aadl:79:26 - Identifier Node_Id 1497 - 1497 identifier timing_properties.aadl:79:28 + Property_Type_Designator Node_Id 1743 + 1743 unique property type identifier timing_properties.aadl:50:25 + Identifier Node_Id 1742 + 1742 identifier timing_properties.aadl:50:27 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2345 - 2345 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2346 - 2346 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2347 - 2347 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2348 - 2348 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2349 - 2349 literal timing_properties.aadl:13:26 - Value Value_Id 119 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2487 + 2487 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2488 + 2488 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2489 + 2489 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2490 + 2490 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2491 + 2491 literal timing_properties.aadl:7:25 + Value Value_Id 118 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2350 - 2350 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2351 - 2351 literal aadl_project.aadl:145:30 - Value Value_Id 120 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2492 + 2492 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2493 + 2493 literal aadl_project.aadl:101:30 + Value Value_Id 119 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1503 - 1503 applies to timing_properties.aadl:79:03 + Applies_To Node_Id 1748 + 1748 applies to timing_properties.aadl:50:02 Is_All Boolean FALSE - Owner_Categories List_Id 1500 - 1501 named element timing_properties.aadl:80:15 + Owner_Categories List_Id 1745 + 1746 named element timing_properties.aadl:51:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1511 property definition declaration timing_properties.aadl:83:03 - Identifier Node_Id 1505 - 1505 identifier timing_properties.aadl:83:03 - Corresponding_Entity Node_Id 1511 + 1756 property definition declaration timing_properties.aadl:53:02 + Identifier Node_Id 1750 + 1750 identifier timing_properties.aadl:53:02 + Corresponding_Entity Node_Id 1756 Display_Name Name_Id "Initialize_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1513 - 1513 property type timing_properties.aadl:83:03 + Property_Name_Type Node_Id 1758 + 1758 property type timing_properties.aadl:53:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1507 - 1507 unique property type identifier timing_properties.aadl:83:22 - Identifier Node_Id 1506 - 1506 identifier timing_properties.aadl:83:24 + Property_Type_Designator Node_Id 1752 + 1752 unique property type identifier timing_properties.aadl:53:21 + Identifier Node_Id 1751 + 1751 identifier timing_properties.aadl:53:23 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2352 - 2352 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2353 - 2353 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2354 - 2354 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2355 - 2355 literal timing_properties.aadl:13:26 - Value Value_Id 121 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2494 + 2494 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2495 + 2495 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2496 + 2496 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2497 + 2497 literal timing_properties.aadl:7:25 + Value Value_Id 120 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2356 - 2356 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2357 - 2357 literal aadl_project.aadl:145:30 - Value Value_Id 122 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2498 + 2498 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2499 + 2499 literal aadl_project.aadl:101:30 + Value Value_Id 121 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1512 - 1512 applies to timing_properties.aadl:83:03 + Applies_To Node_Id 1757 + 1757 applies to timing_properties.aadl:53:02 Is_All Boolean FALSE - Owner_Categories List_Id 1509 - 1510 named element timing_properties.aadl:84:15 + Owner_Categories List_Id 1754 + 1755 named element timing_properties.aadl:54:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1520 property definition declaration timing_properties.aadl:87:03 - Identifier Node_Id 1514 - 1514 identifier timing_properties.aadl:87:03 - Corresponding_Entity Node_Id 1520 + 1765 property definition declaration timing_properties.aadl:56:02 + Identifier Node_Id 1759 + 1759 identifier timing_properties.aadl:56:02 + Corresponding_Entity Node_Id 1765 Display_Name Name_Id "Initialize_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1522 - 1522 property type timing_properties.aadl:87:03 + Property_Name_Type Node_Id 1767 + 1767 property type timing_properties.aadl:56:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1516 - 1516 unique property type identifier timing_properties.aadl:87:28 - Identifier Node_Id 1515 - 1515 identifier timing_properties.aadl:87:30 + Property_Type_Designator Node_Id 1761 + 1761 unique property type identifier timing_properties.aadl:56:27 + Identifier Node_Id 1760 + 1760 identifier timing_properties.aadl:56:29 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2358 - 2358 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2359 - 2359 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2360 - 2360 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2361 - 2361 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2362 - 2362 literal timing_properties.aadl:13:26 - Value Value_Id 123 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2500 + 2500 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2501 + 2501 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2502 + 2502 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2503 + 2503 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2504 + 2504 literal timing_properties.aadl:7:25 + Value Value_Id 122 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2363 - 2363 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2364 - 2364 literal aadl_project.aadl:145:30 - Value Value_Id 124 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2505 + 2505 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2506 + 2506 literal aadl_project.aadl:101:30 + Value Value_Id 123 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1521 - 1521 applies to timing_properties.aadl:87:03 + Applies_To Node_Id 1766 + 1766 applies to timing_properties.aadl:56:02 Is_All Boolean FALSE - Owner_Categories List_Id 1518 - 1519 named element timing_properties.aadl:88:15 + Owner_Categories List_Id 1763 + 1764 named element timing_properties.aadl:57:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1530 property definition declaration timing_properties.aadl:91:03 - Identifier Node_Id 1523 - 1523 identifier timing_properties.aadl:91:03 - Corresponding_Entity Node_Id 1530 + 1775 property definition declaration timing_properties.aadl:59:02 + Identifier Node_Id 1768 + 1768 identifier timing_properties.aadl:59:02 + Corresponding_Entity Node_Id 1775 Display_Name Name_Id "Load_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1532 - 1532 property type timing_properties.aadl:91:03 + Property_Name_Type Node_Id 1777 + 1777 property type timing_properties.aadl:59:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1525 - 1525 unique property type identifier timing_properties.aadl:91:16 - Identifier Node_Id 1524 - 1524 identifier timing_properties.aadl:91:18 + Property_Type_Designator Node_Id 1770 + 1770 unique property type identifier timing_properties.aadl:59:15 + Identifier Node_Id 1769 + 1769 identifier timing_properties.aadl:59:17 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2365 - 2365 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2366 - 2366 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2367 - 2367 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2368 - 2368 literal timing_properties.aadl:13:26 - Value Value_Id 125 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2507 + 2507 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2508 + 2508 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2509 + 2509 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2510 + 2510 literal timing_properties.aadl:7:25 + Value Value_Id 124 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2369 - 2369 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2370 - 2370 literal aadl_project.aadl:145:30 - Value Value_Id 126 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2511 + 2511 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2512 + 2512 literal aadl_project.aadl:101:30 + Value Value_Id 125 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1531 - 1531 applies to timing_properties.aadl:91:03 + Applies_To Node_Id 1776 + 1776 applies to timing_properties.aadl:59:02 Is_All Boolean FALSE - Owner_Categories List_Id 1527 - 1528 named element timing_properties.aadl:92:15 + Owner_Categories List_Id 1772 + 1773 named element timing_properties.aadl:60:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1529 named element timing_properties.aadl:92:24 + 1774 named element timing_properties.aadl:60:24 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1540 property definition declaration timing_properties.aadl:95:03 - Identifier Node_Id 1533 - 1533 identifier timing_properties.aadl:95:03 - Corresponding_Entity Node_Id 1540 + 1785 property definition declaration timing_properties.aadl:62:02 + Identifier Node_Id 1778 + 1778 identifier timing_properties.aadl:62:02 + Corresponding_Entity Node_Id 1785 Display_Name Name_Id "Load_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1542 - 1542 property type timing_properties.aadl:95:03 + Property_Name_Type Node_Id 1787 + 1787 property type timing_properties.aadl:62:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1535 - 1535 unique property type identifier timing_properties.aadl:95:12 - Identifier Node_Id 1534 - 1534 identifier timing_properties.aadl:95:14 + Property_Type_Designator Node_Id 1780 + 1780 unique property type identifier timing_properties.aadl:62:11 + Identifier Node_Id 1779 + 1779 identifier timing_properties.aadl:62:13 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2371 - 2371 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2372 - 2372 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2373 - 2373 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2374 - 2374 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2375 - 2375 literal timing_properties.aadl:13:26 - Value Value_Id 127 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2513 + 2513 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2514 + 2514 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2515 + 2515 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2516 + 2516 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2517 + 2517 literal timing_properties.aadl:7:25 + Value Value_Id 126 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2376 - 2376 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2377 - 2377 literal aadl_project.aadl:145:30 - Value Value_Id 128 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2518 + 2518 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2519 + 2519 literal aadl_project.aadl:101:30 + Value Value_Id 127 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1541 - 1541 applies to timing_properties.aadl:95:03 + Applies_To Node_Id 1786 + 1786 applies to timing_properties.aadl:62:02 Is_All Boolean FALSE - Owner_Categories List_Id 1537 - 1538 named element timing_properties.aadl:96:15 + Owner_Categories List_Id 1782 + 1783 named element timing_properties.aadl:63:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1539 named element timing_properties.aadl:96:24 + 1784 named element timing_properties.aadl:63:24 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1553 property definition declaration timing_properties.aadl:99:03 - Identifier Node_Id 1543 - 1543 identifier timing_properties.aadl:99:03 - Corresponding_Entity Node_Id 1553 + 1799 property definition declaration timing_properties.aadl:65:02 + Identifier Node_Id 1788 + 1788 identifier timing_properties.aadl:65:02 + Corresponding_Entity Node_Id 1799 Display_Name Name_Id "Period" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1555 - 1555 property type timing_properties.aadl:99:03 + Property_Name_Type Node_Id 1801 + 1801 property type timing_properties.aadl:65:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1545 - 1545 unique property type identifier timing_properties.aadl:99:11 - Identifier Node_Id 1544 - 1544 identifier timing_properties.aadl:99:19 + Property_Type_Designator Node_Id 1790 + 1790 unique property type identifier timing_properties.aadl:65:10 + Identifier Node_Id 1789 + 1789 identifier timing_properties.aadl:65:18 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2378 - 2378 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2379 - 2379 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2380 - 2380 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2381 - 2381 literal timing_properties.aadl:13:26 - Value Value_Id 129 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2520 + 2520 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2521 + 2521 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2522 + 2522 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2523 + 2523 literal timing_properties.aadl:7:25 + Value Value_Id 128 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2382 - 2382 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2383 - 2383 literal aadl_project.aadl:145:30 - Value Value_Id 130 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2524 + 2524 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2525 + 2525 literal aadl_project.aadl:101:30 + Value Value_Id 129 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1554 - 1554 applies to timing_properties.aadl:99:03 + Applies_To Node_Id 1800 + 1800 applies to timing_properties.aadl:65:02 Is_All Boolean FALSE - Owner_Categories List_Id 1547 - 1548 named element timing_properties.aadl:100:15 + Owner_Categories List_Id 1792 + 1793 named element timing_properties.aadl:66:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1549 named element timing_properties.aadl:101:15 + 1794 named element timing_properties.aadl:66:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1550 named element timing_properties.aadl:102:15 + 1795 named element timing_properties.aadl:66:37 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1551 named element timing_properties.aadl:103:15 + 1796 named element timing_properties.aadl:66:46 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1552 named element timing_properties.aadl:104:15 + 1797 named element timing_properties.aadl:66:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1562 property definition declaration timing_properties.aadl:107:03 - Identifier Node_Id 1556 - 1556 identifier timing_properties.aadl:107:03 - Corresponding_Entity Node_Id 1562 + 1798 named element timing_properties.aadl:66:62 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 1808 property definition declaration timing_properties.aadl:68:02 + Identifier Node_Id 1802 + 1802 identifier timing_properties.aadl:68:02 + Corresponding_Entity Node_Id 1808 Display_Name Name_Id "Recover_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1564 - 1564 property type timing_properties.aadl:107:03 + Property_Name_Type Node_Id 1810 + 1810 property type timing_properties.aadl:68:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1558 - 1558 unique property type identifier timing_properties.aadl:107:19 - Identifier Node_Id 1557 - 1557 identifier timing_properties.aadl:107:21 + Property_Type_Designator Node_Id 1804 + 1804 unique property type identifier timing_properties.aadl:68:18 + Identifier Node_Id 1803 + 1803 identifier timing_properties.aadl:68:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2384 - 2384 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2385 - 2385 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2386 - 2386 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2387 - 2387 literal timing_properties.aadl:13:26 - Value Value_Id 131 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2526 + 2526 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2527 + 2527 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2528 + 2528 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2529 + 2529 literal timing_properties.aadl:7:25 + Value Value_Id 130 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2388 - 2388 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2389 - 2389 literal aadl_project.aadl:145:30 - Value Value_Id 132 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2530 + 2530 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2531 + 2531 literal aadl_project.aadl:101:30 + Value Value_Id 131 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1563 - 1563 applies to timing_properties.aadl:107:03 + Applies_To Node_Id 1809 + 1809 applies to timing_properties.aadl:68:02 Is_All Boolean FALSE - Owner_Categories List_Id 1560 - 1561 named element timing_properties.aadl:108:15 + Owner_Categories List_Id 1806 + 1807 named element timing_properties.aadl:69:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1571 property definition declaration timing_properties.aadl:111:03 - Identifier Node_Id 1565 - 1565 identifier timing_properties.aadl:111:03 - Corresponding_Entity Node_Id 1571 + 1817 property definition declaration timing_properties.aadl:71:02 + Identifier Node_Id 1811 + 1811 identifier timing_properties.aadl:71:02 + Corresponding_Entity Node_Id 1817 Display_Name Name_Id "Recover_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1573 - 1573 property type timing_properties.aadl:111:03 + Property_Name_Type Node_Id 1819 + 1819 property type timing_properties.aadl:71:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1567 - 1567 unique property type identifier timing_properties.aadl:111:25 - Identifier Node_Id 1566 - 1566 identifier timing_properties.aadl:111:27 + Property_Type_Designator Node_Id 1813 + 1813 unique property type identifier timing_properties.aadl:71:24 + Identifier Node_Id 1812 + 1812 identifier timing_properties.aadl:71:26 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2390 - 2390 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2391 - 2391 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2392 - 2392 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2393 - 2393 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2394 - 2394 literal timing_properties.aadl:13:26 - Value Value_Id 133 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2532 + 2532 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2533 + 2533 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2534 + 2534 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2535 + 2535 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2536 + 2536 literal timing_properties.aadl:7:25 + Value Value_Id 132 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2395 - 2395 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2396 - 2396 literal aadl_project.aadl:145:30 - Value Value_Id 134 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2537 + 2537 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2538 + 2538 literal aadl_project.aadl:101:30 + Value Value_Id 133 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1572 - 1572 applies to timing_properties.aadl:111:03 + Applies_To Node_Id 1818 + 1818 applies to timing_properties.aadl:71:02 Is_All Boolean FALSE - Owner_Categories List_Id 1569 - 1570 named element timing_properties.aadl:112:15 + Owner_Categories List_Id 1815 + 1816 named element timing_properties.aadl:72:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1583 property definition declaration timing_properties.aadl:115:03 - Identifier Node_Id 1574 - 1574 identifier timing_properties.aadl:115:03 - Corresponding_Entity Node_Id 1583 + 1829 property definition declaration timing_properties.aadl:74:02 + Identifier Node_Id 1820 + 1820 identifier timing_properties.aadl:74:02 + Corresponding_Entity Node_Id 1829 Display_Name Name_Id "Startup_Deadline" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1585 - 1585 property type timing_properties.aadl:115:03 + Property_Name_Type Node_Id 1831 + 1831 property type timing_properties.aadl:74:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1576 - 1576 unique property type identifier timing_properties.aadl:115:19 - Identifier Node_Id 1575 - 1575 identifier timing_properties.aadl:115:21 + Property_Type_Designator Node_Id 1822 + 1822 unique property type identifier timing_properties.aadl:74:18 + Identifier Node_Id 1821 + 1821 identifier timing_properties.aadl:74:20 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2397 - 2397 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2398 - 2398 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2399 - 2399 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2400 - 2400 literal timing_properties.aadl:13:26 - Value Value_Id 135 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2539 + 2539 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2540 + 2540 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2541 + 2541 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2542 + 2542 literal timing_properties.aadl:7:25 + Value Value_Id 134 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2401 - 2401 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2402 - 2402 literal aadl_project.aadl:145:30 - Value Value_Id 136 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2543 + 2543 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2544 + 2544 literal aadl_project.aadl:101:30 + Value Value_Id 135 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1584 - 1584 applies to timing_properties.aadl:115:03 + Applies_To Node_Id 1830 + 1830 applies to timing_properties.aadl:74:02 Is_All Boolean FALSE - Owner_Categories List_Id 1578 - 1579 named element timing_properties.aadl:116:15 + Owner_Categories List_Id 1824 + 1825 named element timing_properties.aadl:75:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1580 named element timing_properties.aadl:117:15 + 1826 named element timing_properties.aadl:75:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 1581 named element timing_properties.aadl:118:15 + 1827 named element timing_properties.aadl:75:45 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1582 named element timing_properties.aadl:119:15 + 1828 named element timing_properties.aadl:75:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1593 property definition declaration timing_properties.aadl:122:03 - Identifier Node_Id 1586 - 1586 identifier timing_properties.aadl:122:03 - Corresponding_Entity Node_Id 1593 + 1841 property definition declaration timing_properties.aadl:77:02 + Identifier Node_Id 1832 + 1832 identifier timing_properties.aadl:77:02 + Corresponding_Entity Node_Id 1841 Display_Name Name_Id "Startup_Execution_Time" - Scope_Entity Node_Id 1353 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1595 - 1595 property type timing_properties.aadl:122:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1588 - 1588 unique property type identifier timing_properties.aadl:122:27 - Identifier Node_Id 1587 - 1587 identifier timing_properties.aadl:122:35 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 1364 - Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2403 - 2403 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2404 - 2404 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2405 - 2405 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2406 - 2406 literal timing_properties.aadl:13:26 - Value Value_Id 137 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 - Display_Name Name_Id "ps" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Upper_Bound Node_Id 2407 - 2407 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2408 - 2408 literal aadl_project.aadl:145:30 - Value Value_Id 138 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 - Display_Name Name_Id "hr" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "Time_Units" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Entity Node_Id 265 - Property_Set_Identifier Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 1594 - 1594 applies to timing_properties.aadl:122:03 - Is_All Boolean FALSE - Owner_Categories List_Id 1590 - 1591 named element timing_properties.aadl:123:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 9 - Classifier_Ref Node_Id 0 - 1592 named element timing_properties.aadl:123:34 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 6 - Classifier_Ref Node_Id 0 - 1602 property definition declaration timing_properties.aadl:126:03 - Identifier Node_Id 1596 - 1596 identifier timing_properties.aadl:126:03 - Corresponding_Entity Node_Id 1602 - Display_Name Name_Id "Subprogram_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1604 - 1604 property type timing_properties.aadl:126:03 + Property_Name_Type Node_Id 1843 + 1843 property type timing_properties.aadl:77:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1598 - 1598 unique property type identifier timing_properties.aadl:126:28 - Identifier Node_Id 1597 - 1597 identifier timing_properties.aadl:126:30 + Property_Type_Designator Node_Id 1834 + 1834 unique property type identifier timing_properties.aadl:77:24 + Identifier Node_Id 1833 + 1833 identifier timing_properties.aadl:77:26 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2409 - 2409 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2410 - 2410 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2411 - 2411 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2412 - 2412 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2413 - 2413 literal timing_properties.aadl:13:26 - Value Value_Id 139 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2545 + 2545 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2546 + 2546 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2547 + 2547 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2548 + 2548 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2549 + 2549 literal timing_properties.aadl:7:25 + Value Value_Id 136 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2414 - 2414 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2415 - 2415 literal aadl_project.aadl:145:30 - Value Value_Id 140 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2550 + 2550 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2551 + 2551 literal aadl_project.aadl:101:30 + Value Value_Id 137 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1603 - 1603 applies to timing_properties.aadl:126:03 + Applies_To Node_Id 1842 + 1842 applies to timing_properties.aadl:77:02 Is_All Boolean FALSE - Owner_Categories List_Id 1600 - 1601 named element timing_properties.aadl:127:15 + Owner_Categories List_Id 1836 + 1837 named element timing_properties.aadl:78:15 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 2 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 1612 property definition declaration timing_properties.aadl:130:03 - Identifier Node_Id 1605 - 1605 identifier timing_properties.aadl:130:03 - Corresponding_Entity Node_Id 1612 + 1838 named element timing_properties.aadl:78:34 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 1839 named element timing_properties.aadl:78:45 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 6 + Classifier_Ref Node_Id 0 + 1840 named element timing_properties.aadl:78:54 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 13 + Classifier_Ref Node_Id 0 + 1851 property definition declaration timing_properties.aadl:80:02 + Identifier Node_Id 1844 + 1844 identifier timing_properties.aadl:80:02 + Corresponding_Entity Node_Id 1851 Display_Name Name_Id "Clock_Jitter" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1614 - 1614 property type timing_properties.aadl:130:03 + Property_Name_Type Node_Id 1853 + 1853 property type timing_properties.aadl:80:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1607 - 1607 unique property type identifier timing_properties.aadl:130:15 - Identifier Node_Id 1606 - 1606 identifier timing_properties.aadl:130:17 + Property_Type_Designator Node_Id 1846 + 1846 unique property type identifier timing_properties.aadl:80:14 + Identifier Node_Id 1845 + 1845 identifier timing_properties.aadl:80:16 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2416 - 2416 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2417 - 2417 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2418 - 2418 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2419 - 2419 literal timing_properties.aadl:13:26 - Value Value_Id 141 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2552 + 2552 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2553 + 2553 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2554 + 2554 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2555 + 2555 literal timing_properties.aadl:7:25 + Value Value_Id 138 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2420 - 2420 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2421 - 2421 literal aadl_project.aadl:145:30 - Value Value_Id 142 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2556 + 2556 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2557 + 2557 literal aadl_project.aadl:101:30 + Value Value_Id 139 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1613 - 1613 applies to timing_properties.aadl:130:03 + Applies_To Node_Id 1852 + 1852 applies to timing_properties.aadl:80:02 Is_All Boolean FALSE - Owner_Categories List_Id 1609 - 1610 named element timing_properties.aadl:131:15 + Owner_Categories List_Id 1848 + 1849 named element timing_properties.aadl:81:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1611 named element timing_properties.aadl:131:26 + 1850 named element timing_properties.aadl:81:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1622 property definition declaration timing_properties.aadl:134:03 - Identifier Node_Id 1615 - 1615 identifier timing_properties.aadl:134:03 - Corresponding_Entity Node_Id 1622 + 1861 property definition declaration timing_properties.aadl:83:02 + Identifier Node_Id 1854 + 1854 identifier timing_properties.aadl:83:02 + Corresponding_Entity Node_Id 1861 Display_Name Name_Id "Clock_Period" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1624 - 1624 property type timing_properties.aadl:134:03 + Property_Name_Type Node_Id 1863 + 1863 property type timing_properties.aadl:83:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1617 - 1617 unique property type identifier timing_properties.aadl:134:15 - Identifier Node_Id 1616 - 1616 identifier timing_properties.aadl:134:17 + Property_Type_Designator Node_Id 1856 + 1856 unique property type identifier timing_properties.aadl:83:14 + Identifier Node_Id 1855 + 1855 identifier timing_properties.aadl:83:16 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2422 - 2422 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2423 - 2423 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2424 - 2424 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2425 - 2425 literal timing_properties.aadl:13:26 - Value Value_Id 143 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2558 + 2558 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2559 + 2559 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2560 + 2560 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2561 + 2561 literal timing_properties.aadl:7:25 + Value Value_Id 140 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2426 - 2426 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2427 - 2427 literal aadl_project.aadl:145:30 - Value Value_Id 144 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2562 + 2562 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2563 + 2563 literal aadl_project.aadl:101:30 + Value Value_Id 141 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1623 - 1623 applies to timing_properties.aadl:134:03 + Applies_To Node_Id 1862 + 1862 applies to timing_properties.aadl:83:02 Is_All Boolean FALSE - Owner_Categories List_Id 1619 - 1620 named element timing_properties.aadl:135:15 + Owner_Categories List_Id 1858 + 1859 named element timing_properties.aadl:84:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1621 named element timing_properties.aadl:135:26 + 1860 named element timing_properties.aadl:84:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1632 property definition declaration timing_properties.aadl:138:03 - Identifier Node_Id 1625 - 1625 identifier timing_properties.aadl:138:03 - Corresponding_Entity Node_Id 1632 + 1871 property definition declaration timing_properties.aadl:86:02 + Identifier Node_Id 1864 + 1864 identifier timing_properties.aadl:86:02 + Corresponding_Entity Node_Id 1871 Display_Name Name_Id "Clock_Period_Range" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1634 - 1634 property type timing_properties.aadl:138:03 + Property_Name_Type Node_Id 1873 + 1873 property type timing_properties.aadl:86:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1627 - 1627 unique property type identifier timing_properties.aadl:138:21 - Identifier Node_Id 1626 - 1626 identifier timing_properties.aadl:138:23 + Property_Type_Designator Node_Id 1866 + 1866 unique property type identifier timing_properties.aadl:86:20 + Identifier Node_Id 1865 + 1865 identifier timing_properties.aadl:86:22 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2428 - 2428 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2429 - 2429 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2430 - 2430 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2431 - 2431 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2432 - 2432 literal timing_properties.aadl:13:26 - Value Value_Id 145 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2564 + 2564 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2565 + 2565 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2566 + 2566 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2567 + 2567 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2568 + 2568 literal timing_properties.aadl:7:25 + Value Value_Id 142 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2433 - 2433 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2434 - 2434 literal aadl_project.aadl:145:30 - Value Value_Id 146 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2569 + 2569 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2570 + 2570 literal aadl_project.aadl:101:30 + Value Value_Id 143 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1633 - 1633 applies to timing_properties.aadl:138:03 + Applies_To Node_Id 1872 + 1872 applies to timing_properties.aadl:86:02 Is_All Boolean FALSE - Owner_Categories List_Id 1629 - 1630 named element timing_properties.aadl:139:15 + Owner_Categories List_Id 1868 + 1869 named element timing_properties.aadl:87:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1631 named element timing_properties.aadl:139:26 + 1870 named element timing_properties.aadl:87:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1641 property definition declaration timing_properties.aadl:142:03 - Identifier Node_Id 1635 - 1635 identifier timing_properties.aadl:142:03 - Corresponding_Entity Node_Id 1641 + 1880 property definition declaration timing_properties.aadl:89:02 + Identifier Node_Id 1874 + 1874 identifier timing_properties.aadl:89:02 + Corresponding_Entity Node_Id 1880 Display_Name Name_Id "Process_Swap_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1643 - 1643 property type timing_properties.aadl:142:03 + Property_Name_Type Node_Id 1882 + 1882 property type timing_properties.aadl:89:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1637 - 1637 unique property type identifier timing_properties.aadl:142:30 - Identifier Node_Id 1636 - 1636 identifier timing_properties.aadl:142:32 + Property_Type_Designator Node_Id 1876 + 1876 unique property type identifier timing_properties.aadl:89:29 + Identifier Node_Id 1875 + 1875 identifier timing_properties.aadl:89:31 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2435 - 2435 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2436 - 2436 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2437 - 2437 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2438 - 2438 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2439 - 2439 literal timing_properties.aadl:13:26 - Value Value_Id 147 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2571 + 2571 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2572 + 2572 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2573 + 2573 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2574 + 2574 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2575 + 2575 literal timing_properties.aadl:7:25 + Value Value_Id 144 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2440 - 2440 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2441 - 2441 literal aadl_project.aadl:145:30 - Value Value_Id 148 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2576 + 2576 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2577 + 2577 literal aadl_project.aadl:101:30 + Value Value_Id 145 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1642 - 1642 applies to timing_properties.aadl:142:03 + Applies_To Node_Id 1881 + 1881 applies to timing_properties.aadl:89:02 Is_All Boolean FALSE - Owner_Categories List_Id 1639 - 1640 named element timing_properties.aadl:143:15 + Owner_Categories List_Id 1878 + 1879 named element timing_properties.aadl:90:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1657 property definition declaration timing_properties.aadl:146:03 - Identifier Node_Id 1644 - 1644 identifier timing_properties.aadl:146:03 - Corresponding_Entity Node_Id 1657 + 1896 property definition declaration timing_properties.aadl:92:02 + Identifier Node_Id 1883 + 1883 identifier timing_properties.aadl:92:02 + Corresponding_Entity Node_Id 1896 Display_Name Name_Id "Reference_Processor" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1659 - 1659 property type timing_properties.aadl:146:03 + Is_Inherit Boolean TRUE + Property_Name_Type Node_Id 1898 + 1898 property type timing_properties.aadl:92:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1647 - 1647 classifier type timing_properties.aadl:146:24 - List_Items List_Id 1645 - 1646 classifier category ref timing_properties.aadl:146:37 + Property_Type_Designator Node_Id 1886 + 1886 classifier type timing_properties.aadl:92:31 + List_Items List_Id 1884 + 1885 classifier category ref timing_properties.aadl:92:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1647 - 1647 classifier type timing_properties.aadl:146:24 - List_Items List_Id 1645 - 1646 classifier category ref timing_properties.aadl:146:37 + Expanded_Type_Designator Node_Id 1886 + 1886 classifier type timing_properties.aadl:92:31 + List_Items List_Id 1884 + 1885 classifier category ref timing_properties.aadl:92:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1658 - 1658 applies to timing_properties.aadl:146:03 + Applies_To Node_Id 1897 + 1897 applies to timing_properties.aadl:92:02 Is_All Boolean FALSE - Owner_Categories List_Id 1649 - 1650 named element timing_properties.aadl:147:15 + Owner_Categories List_Id 1888 + 1889 named element timing_properties.aadl:93:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1651 named element timing_properties.aadl:148:15 + 1890 named element timing_properties.aadl:93:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 3 Classifier_Ref Node_Id 0 - 1652 named element timing_properties.aadl:149:15 + 1891 named element timing_properties.aadl:93:45 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1653 named element timing_properties.aadl:150:15 + 1892 named element timing_properties.aadl:93:53 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1654 named element timing_properties.aadl:151:15 + 1893 named element timing_properties.aadl:93:67 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1655 named element timing_properties.aadl:152:15 + 1894 named element timing_properties.aadl:93:76 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1656 named element timing_properties.aadl:153:15 + 1895 named element timing_properties.aadl:93:84 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1666 property definition declaration timing_properties.aadl:156:03 - Identifier Node_Id 1660 - 1660 identifier timing_properties.aadl:156:03 - Corresponding_Entity Node_Id 1666 + 1905 property definition declaration timing_properties.aadl:95:02 + Identifier Node_Id 1899 + 1899 identifier timing_properties.aadl:95:02 + Corresponding_Entity Node_Id 1905 Display_Name Name_Id "Scaling_Factor" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1668 - 1668 property type timing_properties.aadl:156:03 + Property_Name_Type Node_Id 1907 + 1907 property type timing_properties.aadl:95:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1661 - 1661 real type timing_properties.aadl:156:28 + Property_Type_Designator Node_Id 1900 + 1900 real type timing_properties.aadl:95:26 Type_Range Node_Id 0 Unit_Designator Node_Id 0 - Expanded_Type_Designator Node_Id 2442 - 2442 real type timing_properties.aadl:156:28 + Expanded_Type_Designator Node_Id 2578 + 2578 real type timing_properties.aadl:95:26 Type_Range Node_Id 0 Unit_Designator Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1667 - 1667 applies to timing_properties.aadl:156:03 + Applies_To Node_Id 1906 + 1906 applies to timing_properties.aadl:95:02 Is_All Boolean FALSE - Owner_Categories List_Id 1663 - 1664 named element timing_properties.aadl:157:15 + Owner_Categories List_Id 1902 + 1903 named element timing_properties.aadl:96:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1665 named element timing_properties.aadl:157:26 + 1904 named element timing_properties.aadl:96:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1675 property definition declaration timing_properties.aadl:160:03 - Identifier Node_Id 1669 - 1669 identifier timing_properties.aadl:160:03 - Corresponding_Entity Node_Id 1675 + 1914 property definition declaration timing_properties.aadl:98:02 + Identifier Node_Id 1908 + 1908 identifier timing_properties.aadl:98:02 + Corresponding_Entity Node_Id 1914 Display_Name Name_Id "Scheduler_Quantum" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1677 - 1677 property type timing_properties.aadl:160:03 + Property_Name_Type Node_Id 1916 + 1916 property type timing_properties.aadl:98:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1671 - 1671 unique property type identifier timing_properties.aadl:160:23 - Identifier Node_Id 1670 - 1670 identifier timing_properties.aadl:160:31 + Property_Type_Designator Node_Id 1910 + 1910 unique property type identifier timing_properties.aadl:98:21 + Identifier Node_Id 1909 + 1909 identifier timing_properties.aadl:98:29 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1364 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2443 - 2443 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2444 - 2444 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2445 - 2445 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2446 - 2446 literal timing_properties.aadl:13:26 - Value Value_Id 149 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2579 + 2579 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2580 + 2580 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2581 + 2581 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2582 + 2582 literal timing_properties.aadl:7:25 + Value Value_Id 146 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2447 - 2447 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2448 - 2448 literal aadl_project.aadl:145:30 - Value Value_Id 150 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2583 + 2583 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2584 + 2584 literal aadl_project.aadl:101:30 + Value Value_Id 147 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1676 - 1676 applies to timing_properties.aadl:160:03 + Applies_To Node_Id 1915 + 1915 applies to timing_properties.aadl:98:02 Is_All Boolean FALSE - Owner_Categories List_Id 1673 - 1674 named element timing_properties.aadl:161:15 + Owner_Categories List_Id 1912 + 1913 named element timing_properties.aadl:99:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1685 property definition declaration timing_properties.aadl:164:03 - Identifier Node_Id 1678 - 1678 identifier timing_properties.aadl:164:03 - Corresponding_Entity Node_Id 1685 + 1924 property definition declaration timing_properties.aadl:101:02 + Identifier Node_Id 1917 + 1917 identifier timing_properties.aadl:101:02 + Corresponding_Entity Node_Id 1924 Display_Name Name_Id "Thread_Swap_Execution_Time" - Scope_Entity Node_Id 1353 + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1687 - 1687 property type timing_properties.aadl:164:03 + Property_Name_Type Node_Id 1926 + 1926 property type timing_properties.aadl:101:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1680 - 1680 unique property type identifier timing_properties.aadl:164:29 - Identifier Node_Id 1679 - 1679 identifier timing_properties.aadl:164:31 + Property_Type_Designator Node_Id 1919 + 1919 unique property type identifier timing_properties.aadl:101:28 + Identifier Node_Id 1918 + 1918 identifier timing_properties.aadl:101:30 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Range" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 1370 + Entity Node_Id 1604 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 2449 - 2449 range type timing_properties.aadl:16:20 - Number_Type Node_Id 2450 - 2450 integer type timing_properties.aadl:13:14 - Type_Range Node_Id 2451 - 2451 number range timing_properties.aadl:13:26 - Lower_Bound Node_Id 2452 - 2452 signed aadlnumber timing_properties.aadl:13:26 - Number_Value Node_Id 2453 - 2453 literal timing_properties.aadl:13:26 - Value Value_Id 151 - Unit_Identifier Node_Id 1358 - 1358 identifier timing_properties.aadl:13:28 - Corresponding_Entity Node_Id 239 + Expanded_Type_Designator Node_Id 2585 + 2585 range type timing_properties.aadl:9:19 + Number_Type Node_Id 2586 + 2586 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2587 + 2587 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2588 + 2588 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2589 + 2589 literal timing_properties.aadl:7:25 + Value Value_Id 148 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 Display_Name Name_Id "ps" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Upper_Bound Node_Id 2454 - 2454 signed aadlnumber aadl_project.aadl:145:30 - Number_Value Node_Id 2455 - 2455 literal aadl_project.aadl:145:30 - Value Value_Id 152 - Unit_Identifier Node_Id 191 - 191 identifier aadl_project.aadl:145:35 - Corresponding_Entity Node_Id 262 + Upper_Bound Node_Id 2590 + 2590 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2591 + 2591 literal aadl_project.aadl:101:30 + Value Value_Id 149 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 Display_Name Name_Id "hr" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Unit_Designator Node_Id 1363 - 1363 unique property type identifier timing_properties.aadl:13:43 - Identifier Node_Id 1362 - 1362 identifier timing_properties.aadl:13:49 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Time_Units" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 265 + Entity Node_Id 266 Property_Set_Identifier Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1686 - 1686 applies to timing_properties.aadl:164:03 + Applies_To Node_Id 1925 + 1925 applies to timing_properties.aadl:101:02 Is_All Boolean FALSE - Owner_Categories List_Id 1682 - 1683 named element timing_properties.aadl:165:15 + Owner_Categories List_Id 1921 + 1922 named element timing_properties.aadl:102:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1684 named element timing_properties.aadl:165:26 + 1923 named element timing_properties.aadl:102:26 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1699 property definition declaration timing_properties.aadl:168:03 - Identifier Node_Id 1688 - 1688 identifier timing_properties.aadl:168:03 - Corresponding_Entity Node_Id 1699 - Display_Name Name_Id "Timing" - Scope_Entity Node_Id 1353 + 1934 property definition declaration timing_properties.aadl:104:02 + Identifier Node_Id 1927 + 1927 identifier timing_properties.aadl:104:02 + Corresponding_Entity Node_Id 1934 + Display_Name Name_Id "Frame_Period" + Scope_Entity Node_Id 1587 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1701 - 1701 property type timing_properties.aadl:168:03 + Property_Name_Type Node_Id 1936 + 1936 property type timing_properties.aadl:104:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1689 - 1689 enumeration type timing_properties.aadl:168:11 - Identifiers List_Id 1690 - 1691 identifier timing_properties.aadl:168:24 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "sampled" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 1692 identifier timing_properties.aadl:168:33 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "immediate" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 1693 identifier timing_properties.aadl:168:44 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "delayed" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 1689 - 1689 enumeration type timing_properties.aadl:168:11 - Identifiers List_Id 1690 - 1691 identifier timing_properties.aadl:168:24 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "sampled" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 1692 identifier timing_properties.aadl:168:33 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "immediate" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 1693 identifier timing_properties.aadl:168:44 - Corresponding_Entity Node_Id 1689 - Display_Name Name_Id "delayed" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 1702 - 1702 property value timing_properties.aadl:168:03 - Value_Container Node_Id 1352 - Single_Value Node_Id 2094 - 2094 enumeration term timing_properties.aadl:169:03 - Identifier Node_Id 1694 - 1694 identifier timing_properties.aadl:169:06 + Property_Type_Designator Node_Id 1929 + 1929 unique property type identifier timing_properties.aadl:104:14 + Identifier Node_Id 1928 + 1928 identifier timing_properties.aadl:104:16 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "sampled" + Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2456 - 2456 enumeration term timing_properties.aadl:169:03 - Identifier Node_Id 1694 - 1694 identifier timing_properties.aadl:169:06 + Expanded_Type_Designator Node_Id 2592 + 2592 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2593 + 2593 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2594 + 2594 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2595 + 2595 literal timing_properties.aadl:7:25 + Value Value_Id 150 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 + Display_Name Name_Id "ps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 2596 + 2596 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2597 + 2597 literal aadl_project.aadl:101:30 + Value Value_Id 151 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 + Display_Name Name_Id "hr" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Units" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 266 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 1935 + 1935 applies to timing_properties.aadl:104:02 + Is_All Boolean FALSE + Owner_Categories List_Id 1931 + 1932 named element timing_properties.aadl:105:15 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 1933 named element timing_properties.aadl:105:26 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 1944 property definition declaration timing_properties.aadl:107:02 + Identifier Node_Id 1937 + 1937 identifier timing_properties.aadl:107:02 + Corresponding_Entity Node_Id 1944 + Display_Name Name_Id "Slot_Time" + Scope_Entity Node_Id 1587 + Backend_Node Node_Id 0 + Is_Access Boolean FALSE + Is_Inherit Boolean FALSE + Property_Name_Type Node_Id 1946 + 1946 property type timing_properties.aadl:107:02 + Is_List Boolean FALSE + Property_Type_Designator Node_Id 1939 + 1939 unique property type identifier timing_properties.aadl:107:11 + Identifier Node_Id 1938 + 1938 identifier timing_properties.aadl:107:13 Corresponding_Entity Node_Id 0 - Display_Name Name_Id "sampled" + Display_Name Name_Id "Time" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 0 + Entity Node_Id 1598 Property_Set_Identifier Node_Id 0 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 1700 - 1700 applies to timing_properties.aadl:168:03 + Expanded_Type_Designator Node_Id 2598 + 2598 integer type timing_properties.aadl:7:13 + Type_Range Node_Id 2599 + 2599 number range timing_properties.aadl:7:25 + Lower_Bound Node_Id 2600 + 2600 signed aadlnumber timing_properties.aadl:7:25 + Number_Value Node_Id 2601 + 2601 literal timing_properties.aadl:7:25 + Value Value_Id 152 + Unit_Identifier Node_Id 1592 + 1592 identifier timing_properties.aadl:7:27 + Corresponding_Entity Node_Id 240 + Display_Name Name_Id "ps" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Upper_Bound Node_Id 2602 + 2602 signed aadlnumber aadl_project.aadl:101:30 + Number_Value Node_Id 2603 + 2603 literal aadl_project.aadl:101:30 + Value Value_Id 153 + Unit_Identifier Node_Id 192 + 192 identifier aadl_project.aadl:101:35 + Corresponding_Entity Node_Id 263 + Display_Name Name_Id "hr" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Unit_Designator Node_Id 1597 + 1597 unique property type identifier timing_properties.aadl:7:42 + Identifier Node_Id 1596 + 1596 identifier timing_properties.aadl:7:48 + Corresponding_Entity Node_Id 0 + Display_Name Name_Id "Time_Units" + Scope_Entity Node_Id 0 + Backend_Node Node_Id 0 + Entity Node_Id 266 + Property_Set_Identifier Node_Id 0 + Default_Value Node_Id 0 + Applies_To Node_Id 1945 + 1945 applies to timing_properties.aadl:107:02 Is_All Boolean FALSE - Owner_Categories List_Id 1697 - 1698 named element timing_properties.aadl:170:15 + Owner_Categories List_Id 1941 + 1942 named element timing_properties.aadl:108:15 Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 + Category Byte 11 + Component_Cat Byte 8 + Classifier_Ref Node_Id 0 + 1943 named element timing_properties.aadl:108:26 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -1704 property set programming_properties.aadl:9:01 - Identifier Node_Id 1703 - 1703 identifier programming_properties.aadl:9:14 - Corresponding_Entity Node_Id 1704 +1948 property set programming_properties.aadl:6:01 + Identifier Node_Id 1947 + 1947 identifier programming_properties.aadl:6:14 + Corresponding_Entity Node_Id 1948 Display_Name Name_Id "Programming_Properties" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 1705 - Declarations List_Id 1717 - 1714 property definition declaration programming_properties.aadl:12:03 - Identifier Node_Id 1706 - 1706 identifier programming_properties.aadl:12:03 - Corresponding_Entity Node_Id 1714 + Entity_Scope Node_Id 1949 + Declarations List_Id 1961 + 1958 property definition declaration programming_properties.aadl:7:02 + Identifier Node_Id 1950 + 1950 identifier programming_properties.aadl:7:02 + Corresponding_Entity Node_Id 1958 Display_Name Name_Id "Activate_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1716 - 1716 property type programming_properties.aadl:12:03 + Property_Name_Type Node_Id 1960 + 1960 property type programming_properties.aadl:7:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1709 - 1709 classifier type programming_properties.aadl:13:11 - List_Items List_Id 1707 - 1708 classifier category ref programming_properties.aadl:13:24 + Property_Type_Designator Node_Id 1953 + 1953 classifier type programming_properties.aadl:7:23 + List_Items List_Id 1951 + 1952 classifier category ref programming_properties.aadl:7:35 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1709 - 1709 classifier type programming_properties.aadl:13:11 - List_Items List_Id 1707 - 1708 classifier category ref programming_properties.aadl:13:24 + Expanded_Type_Designator Node_Id 1953 + 1953 classifier type programming_properties.aadl:7:23 + List_Items List_Id 1951 + 1952 classifier category ref programming_properties.aadl:7:35 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1715 - 1715 applies to programming_properties.aadl:12:03 + Applies_To Node_Id 1959 + 1959 applies to programming_properties.aadl:7:02 Is_All Boolean FALSE - Owner_Categories List_Id 1711 - 1712 named element programming_properties.aadl:14:15 + Owner_Categories List_Id 1955 + 1956 named element programming_properties.aadl:8:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1713 named element programming_properties.aadl:14:23 + 1957 named element programming_properties.aadl:8:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1726 property definition declaration programming_properties.aadl:17:03 - Identifier Node_Id 1718 - 1718 identifier programming_properties.aadl:17:03 - Corresponding_Entity Node_Id 1726 + 1970 property definition declaration programming_properties.aadl:10:02 + Identifier Node_Id 1962 + 1962 identifier programming_properties.aadl:10:02 + Corresponding_Entity Node_Id 1970 Display_Name Name_Id "Activate_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1728 - 1728 property type programming_properties.aadl:17:03 + Property_Name_Type Node_Id 1972 + 1972 property type programming_properties.aadl:10:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1721 - 1721 reference type programming_properties.aadl:18:11 - List_Items List_Id 1719 - 1720 reference category programming_properties.aadl:18:23 + Property_Type_Designator Node_Id 1965 + 1965 reference type programming_properties.aadl:10:37 + List_Items List_Id 1963 + 1964 reference category programming_properties.aadl:10:48 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1721 - 1721 reference type programming_properties.aadl:18:11 - List_Items List_Id 1719 - 1720 reference category programming_properties.aadl:18:23 + Expanded_Type_Designator Node_Id 1965 + 1965 reference type programming_properties.aadl:10:37 + List_Items List_Id 1963 + 1964 reference category programming_properties.aadl:10:48 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1727 - 1727 applies to programming_properties.aadl:17:03 + Applies_To Node_Id 1971 + 1971 applies to programming_properties.aadl:10:02 Is_All Boolean FALSE - Owner_Categories List_Id 1723 - 1724 named element programming_properties.aadl:19:15 + Owner_Categories List_Id 1967 + 1968 named element programming_properties.aadl:11:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1725 named element programming_properties.aadl:19:23 + 1969 named element programming_properties.aadl:11:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1735 property definition declaration programming_properties.aadl:22:03 - Identifier Node_Id 1729 - 1729 identifier programming_properties.aadl:22:03 - Corresponding_Entity Node_Id 1735 + 1979 property definition declaration programming_properties.aadl:13:02 + Identifier Node_Id 1973 + 1973 identifier programming_properties.aadl:13:02 + Corresponding_Entity Node_Id 1979 Display_Name Name_Id "Activate_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1737 - 1737 property type programming_properties.aadl:22:03 + Property_Name_Type Node_Id 1981 + 1981 property type programming_properties.aadl:13:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1730 - 1730 string type programming_properties.aadl:22:36 - Expanded_Type_Designator Node_Id 1730 - 1730 string type programming_properties.aadl:22:36 + Property_Type_Designator Node_Id 1974 + 1974 string type programming_properties.aadl:13:35 + Expanded_Type_Designator Node_Id 1974 + 1974 string type programming_properties.aadl:13:35 Default_Value Node_Id 0 - Applies_To Node_Id 1736 - 1736 applies to programming_properties.aadl:22:03 + Applies_To Node_Id 1980 + 1980 applies to programming_properties.aadl:13:02 Is_All Boolean FALSE - Owner_Categories List_Id 1732 - 1733 named element programming_properties.aadl:23:15 + Owner_Categories List_Id 1976 + 1977 named element programming_properties.aadl:14:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1734 named element programming_properties.aadl:23:23 + 1978 named element programming_properties.aadl:14:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1749 property definition declaration programming_properties.aadl:26:03 - Identifier Node_Id 1738 - 1738 identifier programming_properties.aadl:26:03 - Corresponding_Entity Node_Id 1749 + 1993 property definition declaration programming_properties.aadl:16:02 + Identifier Node_Id 1982 + 1982 identifier programming_properties.aadl:16:02 + Corresponding_Entity Node_Id 1993 Display_Name Name_Id "Compute_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1751 - 1751 property type programming_properties.aadl:26:03 + Property_Name_Type Node_Id 1995 + 1995 property type programming_properties.aadl:16:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1741 - 1741 classifier type programming_properties.aadl:27:10 - List_Items List_Id 1739 - 1740 classifier category ref programming_properties.aadl:27:23 + Property_Type_Designator Node_Id 1985 + 1985 classifier type programming_properties.aadl:16:22 + List_Items List_Id 1983 + 1984 classifier category ref programming_properties.aadl:16:34 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1741 - 1741 classifier type programming_properties.aadl:27:10 - List_Items List_Id 1739 - 1740 classifier category ref programming_properties.aadl:27:23 + Expanded_Type_Designator Node_Id 1985 + 1985 classifier type programming_properties.aadl:16:22 + List_Items List_Id 1983 + 1984 classifier category ref programming_properties.aadl:16:34 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1750 - 1750 applies to programming_properties.aadl:26:03 + Applies_To Node_Id 1994 + 1994 applies to programming_properties.aadl:16:02 Is_All Boolean FALSE - Owner_Categories List_Id 1743 - 1744 named element programming_properties.aadl:28:15 + Owner_Categories List_Id 1987 + 1988 named element programming_properties.aadl:17:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1745 named element programming_properties.aadl:29:15 + 1989 named element programming_properties.aadl:17:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1746 named element programming_properties.aadl:30:15 + 1990 named element programming_properties.aadl:17:31 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1747 named element programming_properties.aadl:31:15 + 1991 named element programming_properties.aadl:17:50 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1748 named element programming_properties.aadl:32:15 + 1992 named element programming_properties.aadl:17:62 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1763 property definition declaration programming_properties.aadl:35:03 - Identifier Node_Id 1752 - 1752 identifier programming_properties.aadl:35:03 - Corresponding_Entity Node_Id 1763 + 2007 property definition declaration programming_properties.aadl:19:02 + Identifier Node_Id 1996 + 1996 identifier programming_properties.aadl:19:02 + Corresponding_Entity Node_Id 2007 Display_Name Name_Id "Compute_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1765 - 1765 property type programming_properties.aadl:35:03 + Property_Name_Type Node_Id 2009 + 2009 property type programming_properties.aadl:19:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1755 - 1755 reference type programming_properties.aadl:36:10 - List_Items List_Id 1753 - 1754 reference category programming_properties.aadl:36:22 + Property_Type_Designator Node_Id 1999 + 1999 reference type programming_properties.aadl:19:36 + List_Items List_Id 1997 + 1998 reference category programming_properties.aadl:19:47 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1755 - 1755 reference type programming_properties.aadl:36:10 - List_Items List_Id 1753 - 1754 reference category programming_properties.aadl:36:22 + Expanded_Type_Designator Node_Id 1999 + 1999 reference type programming_properties.aadl:19:36 + List_Items List_Id 1997 + 1998 reference category programming_properties.aadl:19:47 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1764 - 1764 applies to programming_properties.aadl:35:03 + Applies_To Node_Id 2008 + 2008 applies to programming_properties.aadl:19:02 Is_All Boolean FALSE - Owner_Categories List_Id 1757 - 1758 named element programming_properties.aadl:37:15 + Owner_Categories List_Id 2001 + 2002 named element programming_properties.aadl:20:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1759 named element programming_properties.aadl:38:15 + 2003 named element programming_properties.aadl:20:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1760 named element programming_properties.aadl:39:15 + 2004 named element programming_properties.aadl:20:31 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1761 named element programming_properties.aadl:40:15 + 2005 named element programming_properties.aadl:20:50 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1762 named element programming_properties.aadl:41:15 + 2006 named element programming_properties.aadl:20:62 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1775 property definition declaration programming_properties.aadl:44:03 - Identifier Node_Id 1766 - 1766 identifier programming_properties.aadl:44:03 - Corresponding_Entity Node_Id 1775 + 2019 property definition declaration programming_properties.aadl:22:02 + Identifier Node_Id 2010 + 2010 identifier programming_properties.aadl:22:02 + Corresponding_Entity Node_Id 2019 Display_Name Name_Id "Compute_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1777 - 1777 property type programming_properties.aadl:44:03 + Property_Name_Type Node_Id 2021 + 2021 property type programming_properties.aadl:22:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1767 - 1767 string type programming_properties.aadl:44:35 - Expanded_Type_Designator Node_Id 1767 - 1767 string type programming_properties.aadl:44:35 + Property_Type_Designator Node_Id 2011 + 2011 string type programming_properties.aadl:22:34 + Expanded_Type_Designator Node_Id 2011 + 2011 string type programming_properties.aadl:22:34 Default_Value Node_Id 0 - Applies_To Node_Id 1776 - 1776 applies to programming_properties.aadl:44:03 + Applies_To Node_Id 2020 + 2020 applies to programming_properties.aadl:22:02 Is_All Boolean FALSE - Owner_Categories List_Id 1769 - 1770 named element programming_properties.aadl:45:15 + Owner_Categories List_Id 2013 + 2014 named element programming_properties.aadl:23:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1771 named element programming_properties.aadl:46:15 + 2015 named element programming_properties.aadl:23:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1772 named element programming_properties.aadl:47:15 + 2016 named element programming_properties.aadl:23:31 Identifier Node_Id 0 - Category Byte 11 + Category Byte 29 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1773 named element programming_properties.aadl:48:15 + 2017 named element programming_properties.aadl:23:50 Identifier Node_Id 0 Category Byte 15 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1774 named element programming_properties.aadl:49:15 + 2018 named element programming_properties.aadl:23:62 Identifier Node_Id 0 Category Byte 17 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1786 property definition declaration programming_properties.aadl:52:03 - Identifier Node_Id 1778 - 1778 identifier programming_properties.aadl:52:03 - Corresponding_Entity Node_Id 1786 + 2030 property definition declaration programming_properties.aadl:25:02 + Identifier Node_Id 2022 + 2022 identifier programming_properties.aadl:25:02 + Corresponding_Entity Node_Id 2030 Display_Name Name_Id "Deactivate_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1788 - 1788 property type programming_properties.aadl:52:03 + Property_Name_Type Node_Id 2032 + 2032 property type programming_properties.aadl:25:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1781 - 1781 classifier type programming_properties.aadl:53:13 - List_Items List_Id 1779 - 1780 classifier category ref programming_properties.aadl:53:26 + Property_Type_Designator Node_Id 2025 + 2025 classifier type programming_properties.aadl:25:25 + List_Items List_Id 2023 + 2024 classifier category ref programming_properties.aadl:25:37 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1781 - 1781 classifier type programming_properties.aadl:53:13 - List_Items List_Id 1779 - 1780 classifier category ref programming_properties.aadl:53:26 + Expanded_Type_Designator Node_Id 2025 + 2025 classifier type programming_properties.aadl:25:25 + List_Items List_Id 2023 + 2024 classifier category ref programming_properties.aadl:25:37 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1787 - 1787 applies to programming_properties.aadl:52:03 + Applies_To Node_Id 2031 + 2031 applies to programming_properties.aadl:25:02 Is_All Boolean FALSE - Owner_Categories List_Id 1783 - 1784 named element programming_properties.aadl:54:15 + Owner_Categories List_Id 2027 + 2028 named element programming_properties.aadl:26:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1785 named element programming_properties.aadl:54:23 + 2029 named element programming_properties.aadl:26:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1797 property definition declaration programming_properties.aadl:57:03 - Identifier Node_Id 1789 - 1789 identifier programming_properties.aadl:57:03 - Corresponding_Entity Node_Id 1797 + 2041 property definition declaration programming_properties.aadl:28:02 + Identifier Node_Id 2033 + 2033 identifier programming_properties.aadl:28:02 + Corresponding_Entity Node_Id 2041 Display_Name Name_Id "Deactivate_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1799 - 1799 property type programming_properties.aadl:57:03 + Property_Name_Type Node_Id 2043 + 2043 property type programming_properties.aadl:28:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1792 - 1792 reference type programming_properties.aadl:58:13 - List_Items List_Id 1790 - 1791 reference category programming_properties.aadl:58:25 + Property_Type_Designator Node_Id 2036 + 2036 reference type programming_properties.aadl:28:39 + List_Items List_Id 2034 + 2035 reference category programming_properties.aadl:28:50 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1792 - 1792 reference type programming_properties.aadl:58:13 - List_Items List_Id 1790 - 1791 reference category programming_properties.aadl:58:25 + Expanded_Type_Designator Node_Id 2036 + 2036 reference type programming_properties.aadl:28:39 + List_Items List_Id 2034 + 2035 reference category programming_properties.aadl:28:50 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1798 - 1798 applies to programming_properties.aadl:57:03 + Applies_To Node_Id 2042 + 2042 applies to programming_properties.aadl:28:02 Is_All Boolean FALSE - Owner_Categories List_Id 1794 - 1795 named element programming_properties.aadl:59:15 + Owner_Categories List_Id 2038 + 2039 named element programming_properties.aadl:29:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1796 named element programming_properties.aadl:59:23 + 2040 named element programming_properties.aadl:29:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1805 property definition declaration programming_properties.aadl:62:03 - Identifier Node_Id 1800 - 1800 identifier programming_properties.aadl:62:03 - Corresponding_Entity Node_Id 1805 + 2049 property definition declaration programming_properties.aadl:31:02 + Identifier Node_Id 2044 + 2044 identifier programming_properties.aadl:31:02 + Corresponding_Entity Node_Id 2049 Display_Name Name_Id "Deactivate_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1807 - 1807 property type programming_properties.aadl:62:03 + Property_Name_Type Node_Id 2051 + 2051 property type programming_properties.aadl:31:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1801 - 1801 string type programming_properties.aadl:62:38 - Expanded_Type_Designator Node_Id 1801 - 1801 string type programming_properties.aadl:62:38 + Property_Type_Designator Node_Id 2045 + 2045 string type programming_properties.aadl:31:37 + Expanded_Type_Designator Node_Id 2045 + 2045 string type programming_properties.aadl:31:37 Default_Value Node_Id 0 - Applies_To Node_Id 1806 - 1806 applies to programming_properties.aadl:62:03 + Applies_To Node_Id 2050 + 2050 applies to programming_properties.aadl:31:02 Is_All Boolean FALSE - Owner_Categories List_Id 1803 - 1804 named element programming_properties.aadl:63:15 + Owner_Categories List_Id 2047 + 2048 named element programming_properties.aadl:32:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1816 property definition declaration programming_properties.aadl:66:03 - Identifier Node_Id 1808 - 1808 identifier programming_properties.aadl:66:03 - Corresponding_Entity Node_Id 1816 + 2060 property definition declaration programming_properties.aadl:34:02 + Identifier Node_Id 2052 + 2052 identifier programming_properties.aadl:34:02 + Corresponding_Entity Node_Id 2060 Display_Name Name_Id "Finalize_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1818 - 1818 property type programming_properties.aadl:66:03 + Property_Name_Type Node_Id 2062 + 2062 property type programming_properties.aadl:34:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1811 - 1811 classifier type programming_properties.aadl:67:11 - List_Items List_Id 1809 - 1810 classifier category ref programming_properties.aadl:67:24 + Property_Type_Designator Node_Id 2055 + 2055 classifier type programming_properties.aadl:34:23 + List_Items List_Id 2053 + 2054 classifier category ref programming_properties.aadl:34:35 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1811 - 1811 classifier type programming_properties.aadl:67:11 - List_Items List_Id 1809 - 1810 classifier category ref programming_properties.aadl:67:24 + Expanded_Type_Designator Node_Id 2055 + 2055 classifier type programming_properties.aadl:34:23 + List_Items List_Id 2053 + 2054 classifier category ref programming_properties.aadl:34:35 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1817 - 1817 applies to programming_properties.aadl:66:03 + Applies_To Node_Id 2061 + 2061 applies to programming_properties.aadl:34:02 Is_All Boolean FALSE - Owner_Categories List_Id 1813 - 1814 named element programming_properties.aadl:68:15 + Owner_Categories List_Id 2057 + 2058 named element programming_properties.aadl:35:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1815 named element programming_properties.aadl:68:23 + 2059 named element programming_properties.aadl:35:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1827 property definition declaration programming_properties.aadl:71:03 - Identifier Node_Id 1819 - 1819 identifier programming_properties.aadl:71:03 - Corresponding_Entity Node_Id 1827 + 2071 property definition declaration programming_properties.aadl:37:02 + Identifier Node_Id 2063 + 2063 identifier programming_properties.aadl:37:02 + Corresponding_Entity Node_Id 2071 Display_Name Name_Id "Finalize_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1829 - 1829 property type programming_properties.aadl:71:03 + Property_Name_Type Node_Id 2073 + 2073 property type programming_properties.aadl:37:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1822 - 1822 reference type programming_properties.aadl:72:11 - List_Items List_Id 1820 - 1821 reference category programming_properties.aadl:72:23 + Property_Type_Designator Node_Id 2066 + 2066 reference type programming_properties.aadl:37:37 + List_Items List_Id 2064 + 2065 reference category programming_properties.aadl:37:48 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1822 - 1822 reference type programming_properties.aadl:72:11 - List_Items List_Id 1820 - 1821 reference category programming_properties.aadl:72:23 + Expanded_Type_Designator Node_Id 2066 + 2066 reference type programming_properties.aadl:37:37 + List_Items List_Id 2064 + 2065 reference category programming_properties.aadl:37:48 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1828 - 1828 applies to programming_properties.aadl:71:03 + Applies_To Node_Id 2072 + 2072 applies to programming_properties.aadl:37:02 Is_All Boolean FALSE - Owner_Categories List_Id 1824 - 1825 named element programming_properties.aadl:73:15 + Owner_Categories List_Id 2068 + 2069 named element programming_properties.aadl:38:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1826 named element programming_properties.aadl:73:23 + 2070 named element programming_properties.aadl:38:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1835 property definition declaration programming_properties.aadl:76:03 - Identifier Node_Id 1830 - 1830 identifier programming_properties.aadl:76:03 - Corresponding_Entity Node_Id 1835 + 2080 property definition declaration programming_properties.aadl:40:02 + Identifier Node_Id 2074 + 2074 identifier programming_properties.aadl:40:02 + Corresponding_Entity Node_Id 2080 Display_Name Name_Id "Finalize_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1837 - 1837 property type programming_properties.aadl:76:03 + Property_Name_Type Node_Id 2082 + 2082 property type programming_properties.aadl:40:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1831 - 1831 string type programming_properties.aadl:76:36 - Expanded_Type_Designator Node_Id 1831 - 1831 string type programming_properties.aadl:76:36 + Property_Type_Designator Node_Id 2075 + 2075 string type programming_properties.aadl:40:35 + Expanded_Type_Designator Node_Id 2075 + 2075 string type programming_properties.aadl:40:35 Default_Value Node_Id 0 - Applies_To Node_Id 1836 - 1836 applies to programming_properties.aadl:76:03 + Applies_To Node_Id 2081 + 2081 applies to programming_properties.aadl:40:02 Is_All Boolean FALSE - Owner_Categories List_Id 1833 - 1834 named element programming_properties.aadl:77:15 + Owner_Categories List_Id 2077 + 2078 named element programming_properties.aadl:41:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1846 property definition declaration programming_properties.aadl:80:03 - Identifier Node_Id 1838 - 1838 identifier programming_properties.aadl:80:03 - Corresponding_Entity Node_Id 1846 + 2079 named element programming_properties.aadl:41:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 2091 property definition declaration programming_properties.aadl:43:02 + Identifier Node_Id 2083 + 2083 identifier programming_properties.aadl:43:02 + Corresponding_Entity Node_Id 2091 Display_Name Name_Id "Initialize_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1848 - 1848 property type programming_properties.aadl:80:03 + Property_Name_Type Node_Id 2093 + 2093 property type programming_properties.aadl:43:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1841 - 1841 classifier type programming_properties.aadl:81:13 - List_Items List_Id 1839 - 1840 classifier category ref programming_properties.aadl:81:26 + Property_Type_Designator Node_Id 2086 + 2086 classifier type programming_properties.aadl:43:25 + List_Items List_Id 2084 + 2085 classifier category ref programming_properties.aadl:43:37 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1841 - 1841 classifier type programming_properties.aadl:81:13 - List_Items List_Id 1839 - 1840 classifier category ref programming_properties.aadl:81:26 + Expanded_Type_Designator Node_Id 2086 + 2086 classifier type programming_properties.aadl:43:25 + List_Items List_Id 2084 + 2085 classifier category ref programming_properties.aadl:43:37 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1847 - 1847 applies to programming_properties.aadl:80:03 + Applies_To Node_Id 2092 + 2092 applies to programming_properties.aadl:43:02 Is_All Boolean FALSE - Owner_Categories List_Id 1843 - 1844 named element programming_properties.aadl:82:15 + Owner_Categories List_Id 2088 + 2089 named element programming_properties.aadl:44:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1845 named element programming_properties.aadl:82:23 + 2090 named element programming_properties.aadl:44:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1857 property definition declaration programming_properties.aadl:85:03 - Identifier Node_Id 1849 - 1849 identifier programming_properties.aadl:85:03 - Corresponding_Entity Node_Id 1857 + 2102 property definition declaration programming_properties.aadl:46:02 + Identifier Node_Id 2094 + 2094 identifier programming_properties.aadl:46:02 + Corresponding_Entity Node_Id 2102 Display_Name Name_Id "Initialize_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1859 - 1859 property type programming_properties.aadl:85:03 + Property_Name_Type Node_Id 2104 + 2104 property type programming_properties.aadl:46:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1852 - 1852 reference type programming_properties.aadl:86:13 - List_Items List_Id 1850 - 1851 reference category programming_properties.aadl:86:25 + Property_Type_Designator Node_Id 2097 + 2097 reference type programming_properties.aadl:46:39 + List_Items List_Id 2095 + 2096 reference category programming_properties.aadl:46:50 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1852 - 1852 reference type programming_properties.aadl:86:13 - List_Items List_Id 1850 - 1851 reference category programming_properties.aadl:86:25 + Expanded_Type_Designator Node_Id 2097 + 2097 reference type programming_properties.aadl:46:39 + List_Items List_Id 2095 + 2096 reference category programming_properties.aadl:46:50 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1858 - 1858 applies to programming_properties.aadl:85:03 + Applies_To Node_Id 2103 + 2103 applies to programming_properties.aadl:46:02 Is_All Boolean FALSE - Owner_Categories List_Id 1854 - 1855 named element programming_properties.aadl:87:15 + Owner_Categories List_Id 2099 + 2100 named element programming_properties.aadl:47:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1856 named element programming_properties.aadl:87:23 + 2101 named element programming_properties.aadl:47:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1866 property definition declaration programming_properties.aadl:90:03 - Identifier Node_Id 1860 - 1860 identifier programming_properties.aadl:90:03 - Corresponding_Entity Node_Id 1866 + 2111 property definition declaration programming_properties.aadl:49:02 + Identifier Node_Id 2105 + 2105 identifier programming_properties.aadl:49:02 + Corresponding_Entity Node_Id 2111 Display_Name Name_Id "Initialize_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1868 - 1868 property type programming_properties.aadl:90:03 + Property_Name_Type Node_Id 2113 + 2113 property type programming_properties.aadl:49:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1861 - 1861 string type programming_properties.aadl:90:38 - Expanded_Type_Designator Node_Id 1861 - 1861 string type programming_properties.aadl:90:38 + Property_Type_Designator Node_Id 2106 + 2106 string type programming_properties.aadl:49:37 + Expanded_Type_Designator Node_Id 2106 + 2106 string type programming_properties.aadl:49:37 Default_Value Node_Id 0 - Applies_To Node_Id 1867 - 1867 applies to programming_properties.aadl:90:03 + Applies_To Node_Id 2112 + 2112 applies to programming_properties.aadl:49:02 Is_All Boolean FALSE - Owner_Categories List_Id 1863 - 1864 named element programming_properties.aadl:91:15 + Owner_Categories List_Id 2108 + 2109 named element programming_properties.aadl:50:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1865 named element programming_properties.aadl:91:23 + 2110 named element programming_properties.aadl:50:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1877 property definition declaration programming_properties.aadl:94:03 - Identifier Node_Id 1869 - 1869 identifier programming_properties.aadl:94:03 - Corresponding_Entity Node_Id 1877 + 2122 property definition declaration programming_properties.aadl:52:02 + Identifier Node_Id 2114 + 2114 identifier programming_properties.aadl:52:02 + Corresponding_Entity Node_Id 2122 Display_Name Name_Id "Recover_Entrypoint" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1879 - 1879 property type programming_properties.aadl:94:03 + Property_Name_Type Node_Id 2124 + 2124 property type programming_properties.aadl:52:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1872 - 1872 classifier type programming_properties.aadl:95:10 - List_Items List_Id 1870 - 1871 classifier category ref programming_properties.aadl:95:23 + Property_Type_Designator Node_Id 2117 + 2117 classifier type programming_properties.aadl:52:22 + List_Items List_Id 2115 + 2116 classifier category ref programming_properties.aadl:52:34 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1872 - 1872 classifier type programming_properties.aadl:95:10 - List_Items List_Id 1870 - 1871 classifier category ref programming_properties.aadl:95:23 + Expanded_Type_Designator Node_Id 2117 + 2117 classifier type programming_properties.aadl:52:22 + List_Items List_Id 2115 + 2116 classifier category ref programming_properties.aadl:52:34 Identifier Node_Id 0 Category Byte 25 Component_Cat Byte 2 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1878 - 1878 applies to programming_properties.aadl:94:03 + Applies_To Node_Id 2123 + 2123 applies to programming_properties.aadl:52:02 Is_All Boolean FALSE - Owner_Categories List_Id 1874 - 1875 named element programming_properties.aadl:96:15 + Owner_Categories List_Id 2119 + 2120 named element programming_properties.aadl:53:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1876 named element programming_properties.aadl:96:23 + 2121 named element programming_properties.aadl:53:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1888 property definition declaration programming_properties.aadl:99:03 - Identifier Node_Id 1880 - 1880 identifier programming_properties.aadl:99:03 - Corresponding_Entity Node_Id 1888 + 2133 property definition declaration programming_properties.aadl:55:02 + Identifier Node_Id 2125 + 2125 identifier programming_properties.aadl:55:02 + Corresponding_Entity Node_Id 2133 Display_Name Name_Id "Recover_Entrypoint_Call_Sequence" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1890 - 1890 property type programming_properties.aadl:99:03 + Property_Name_Type Node_Id 2135 + 2135 property type programming_properties.aadl:55:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1883 - 1883 reference type programming_properties.aadl:100:10 - List_Items List_Id 1881 - 1882 reference category programming_properties.aadl:100:22 + Property_Type_Designator Node_Id 2128 + 2128 reference type programming_properties.aadl:55:36 + List_Items List_Id 2126 + 2127 reference category programming_properties.aadl:55:47 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 1883 - 1883 reference type programming_properties.aadl:100:10 - List_Items List_Id 1881 - 1882 reference category programming_properties.aadl:100:22 + Expanded_Type_Designator Node_Id 2128 + 2128 reference type programming_properties.aadl:55:36 + List_Items List_Id 2126 + 2127 reference category programming_properties.aadl:55:47 Identifier Node_Id 0 Category Byte 56 Component_Cat Byte 14 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1889 - 1889 applies to programming_properties.aadl:99:03 + Applies_To Node_Id 2134 + 2134 applies to programming_properties.aadl:55:02 Is_All Boolean FALSE - Owner_Categories List_Id 1885 - 1886 named element programming_properties.aadl:101:15 + Owner_Categories List_Id 2130 + 2131 named element programming_properties.aadl:56:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1887 named element programming_properties.aadl:101:23 + 2132 named element programming_properties.aadl:56:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1896 property definition declaration programming_properties.aadl:104:03 - Identifier Node_Id 1891 - 1891 identifier programming_properties.aadl:104:03 - Corresponding_Entity Node_Id 1896 + 2142 property definition declaration programming_properties.aadl:58:02 + Identifier Node_Id 2136 + 2136 identifier programming_properties.aadl:58:02 + Corresponding_Entity Node_Id 2142 Display_Name Name_Id "Recover_Entrypoint_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1898 - 1898 property type programming_properties.aadl:104:03 + Property_Name_Type Node_Id 2144 + 2144 property type programming_properties.aadl:58:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1892 - 1892 string type programming_properties.aadl:104:35 - Expanded_Type_Designator Node_Id 1892 - 1892 string type programming_properties.aadl:104:35 + Property_Type_Designator Node_Id 2137 + 2137 string type programming_properties.aadl:58:34 + Expanded_Type_Designator Node_Id 2137 + 2137 string type programming_properties.aadl:58:34 Default_Value Node_Id 0 - Applies_To Node_Id 1897 - 1897 applies to programming_properties.aadl:104:03 + Applies_To Node_Id 2143 + 2143 applies to programming_properties.aadl:58:02 Is_All Boolean FALSE - Owner_Categories List_Id 1894 - 1895 named element programming_properties.aadl:105:15 + Owner_Categories List_Id 2139 + 2140 named element programming_properties.aadl:59:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1914 property definition declaration programming_properties.aadl:108:03 - Identifier Node_Id 1899 - 1899 identifier programming_properties.aadl:108:03 - Corresponding_Entity Node_Id 1914 + 2141 named element programming_properties.aadl:59:23 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 12 + Classifier_Ref Node_Id 0 + 2161 property definition declaration programming_properties.aadl:61:02 + Identifier Node_Id 2145 + 2145 identifier programming_properties.aadl:61:02 + Corresponding_Entity Node_Id 2161 Display_Name Name_Id "Source_Language" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1916 - 1916 property type programming_properties.aadl:108:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1901 - 1901 unique property type identifier programming_properties.aadl:108:20 - Identifier Node_Id 1900 - 1900 identifier programming_properties.aadl:108:28 + Property_Name_Type Node_Id 2163 + 2163 property type programming_properties.aadl:61:02 + Is_List Boolean TRUE + Property_Type_Designator Node_Id 2148 + 2148 unique property type identifier programming_properties.aadl:61:32 + Identifier Node_Id 2147 + 2147 identifier programming_properties.aadl:61:35 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Source_Languages" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 114 + Entity Node_Id 115 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 87 - 87 enumeration type aadl_project.aadl:91:36 - Identifiers List_Id 88 - 89 identifier aadl_project.aadl:92:06 - Corresponding_Entity Node_Id 87 + Expanded_Type_Designator Node_Id 88 + 88 enumeration type aadl_project.aadl:52:36 + Identifiers List_Id 89 + 90 identifier aadl_project.aadl:53:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada95" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 90 identifier aadl_project.aadl:93:06 - Corresponding_Entity Node_Id 87 + 91 identifier aadl_project.aadl:54:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 91 identifier aadl_project.aadl:94:06 - Corresponding_Entity Node_Id 87 + 92 identifier aadl_project.aadl:55:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada05" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 92 identifier aadl_project.aadl:95:06 - Corresponding_Entity Node_Id 87 + 93 identifier aadl_project.aadl:56:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ASN1" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 93 identifier aadl_project.aadl:96:06 - Corresponding_Entity Node_Id 87 + 94 identifier aadl_project.aadl:57:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Blackbox_Device" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 94 identifier aadl_project.aadl:97:06 - Corresponding_Entity Node_Id 87 + 95 identifier aadl_project.aadl:58:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 95 identifier aadl_project.aadl:98:06 - Corresponding_Entity Node_Id 87 + 96 identifier aadl_project.aadl:59:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "CPP" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 96 identifier aadl_project.aadl:99:06 - Corresponding_Entity Node_Id 87 + 97 identifier aadl_project.aadl:60:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Esterel" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 97 identifier aadl_project.aadl:100:06 - Corresponding_Entity Node_Id 87 + 98 identifier aadl_project.aadl:61:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "GUI" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 98 identifier aadl_project.aadl:101:06 - Corresponding_Entity Node_Id 87 + 99 identifier aadl_project.aadl:62:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "LUA" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 99 identifier aadl_project.aadl:102:06 - Corresponding_Entity Node_Id 87 + 100 identifier aadl_project.aadl:63:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 100 identifier aadl_project.aadl:103:06 - Corresponding_Entity Node_Id 87 + 101 identifier aadl_project.aadl:64:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 101 identifier aadl_project.aadl:104:06 - Corresponding_Entity Node_Id 87 + 102 identifier aadl_project.aadl:65:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 102 identifier aadl_project.aadl:105:06 - Corresponding_Entity Node_Id 87 + 103 identifier aadl_project.aadl:66:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 103 identifier aadl_project.aadl:106:06 - Corresponding_Entity Node_Id 87 + 104 identifier aadl_project.aadl:67:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 104 identifier aadl_project.aadl:107:06 - Corresponding_Entity Node_Id 87 + 105 identifier aadl_project.aadl:68:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTSJ" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 105 identifier aadl_project.aadl:108:06 - Corresponding_Entity Node_Id 87 + 106 identifier aadl_project.aadl:69:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SCADE6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 106 identifier aadl_project.aadl:109:06 - Corresponding_Entity Node_Id 87 + 107 identifier aadl_project.aadl:70:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 107 identifier aadl_project.aadl:110:06 - Corresponding_Entity Node_Id 87 + 108 identifier aadl_project.aadl:71:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_ObjectGeode" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 108 identifier aadl_project.aadl:111:06 - Corresponding_Entity Node_Id 87 + 109 identifier aadl_project.aadl:72:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Scade" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 109 identifier aadl_project.aadl:112:06 - Corresponding_Entity Node_Id 87 + 110 identifier aadl_project.aadl:73:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 110 identifier aadl_project.aadl:113:06 - Corresponding_Entity Node_Id 87 + 111 identifier aadl_project.aadl:74:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink_6_5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 111 identifier aadl_project.aadl:114:06 - Corresponding_Entity Node_Id 87 + 112 identifier aadl_project.aadl:75:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "System_C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 112 identifier aadl_project.aadl:115:06 - Corresponding_Entity Node_Id 87 + 113 identifier aadl_project.aadl:76:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "VHDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 113 identifier aadl_project.aadl:116:06 - Corresponding_Entity Node_Id 87 + 114 identifier aadl_project.aadl:77:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ACN" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1915 - 1915 applies to programming_properties.aadl:108:03 + Applies_To Node_Id 2162 + 2162 applies to programming_properties.aadl:61:02 Is_All Boolean FALSE - Owner_Categories List_Id 1903 - 1904 named element programming_properties.aadl:109:15 + Owner_Categories List_Id 2149 + 2150 named element programming_properties.aadl:62:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1905 named element programming_properties.aadl:110:15 + 2151 named element programming_properties.aadl:62:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1906 named element programming_properties.aadl:111:15 + 2152 named element programming_properties.aadl:62:33 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1907 named element programming_properties.aadl:112:15 + 2153 named element programming_properties.aadl:62:41 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1908 named element programming_properties.aadl:113:15 + 2154 named element programming_properties.aadl:62:55 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1909 named element programming_properties.aadl:114:15 + 2155 named element programming_properties.aadl:62:64 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1910 named element programming_properties.aadl:115:15 + 2156 named element programming_properties.aadl:62:72 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1911 named element programming_properties.aadl:116:15 + 2157 named element programming_properties.aadl:62:77 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 11 + Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1912 named element programming_properties.aadl:117:15 + 2158 named element programming_properties.aadl:63:03 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 12 + Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1913 named element programming_properties.aadl:118:15 + 2159 named element programming_properties.aadl:63:14 Identifier Node_Id 0 Category Byte 11 - Component_Cat Byte 8 + Component_Cat Byte 9 Classifier_Ref Node_Id 0 - 1926 property definition declaration programming_properties.aadl:121:03 - Identifier Node_Id 1917 - 1917 identifier programming_properties.aadl:121:03 - Corresponding_Entity Node_Id 1926 + 2160 named element programming_properties.aadl:63:33 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 2174 property definition declaration programming_properties.aadl:65:02 + Identifier Node_Id 2164 + 2164 identifier programming_properties.aadl:65:02 + Corresponding_Entity Node_Id 2174 Display_Name Name_Id "Source_Name" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1928 - 1928 property type programming_properties.aadl:121:03 + Property_Name_Type Node_Id 2176 + 2176 property type programming_properties.aadl:65:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1918 - 1918 string type programming_properties.aadl:121:16 - Expanded_Type_Designator Node_Id 1918 - 1918 string type programming_properties.aadl:121:16 + Property_Type_Designator Node_Id 2165 + 2165 string type programming_properties.aadl:65:15 + Expanded_Type_Designator Node_Id 2165 + 2165 string type programming_properties.aadl:65:15 Default_Value Node_Id 0 - Applies_To Node_Id 1927 - 1927 applies to programming_properties.aadl:121:03 + Applies_To Node_Id 2175 + 2175 applies to programming_properties.aadl:65:02 Is_All Boolean FALSE - Owner_Categories List_Id 1920 - 1921 named element programming_properties.aadl:122:15 + Owner_Categories List_Id 2167 + 2168 named element programming_properties.aadl:66:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1922 named element programming_properties.aadl:123:15 + 2169 named element programming_properties.aadl:66:21 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1923 named element programming_properties.aadl:124:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 11 - Classifier_Ref Node_Id 0 - 1924 named element programming_properties.aadl:125:15 + 2170 named element programming_properties.aadl:66:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1925 named element programming_properties.aadl:126:15 + 2171 named element programming_properties.aadl:66:39 Identifier Node_Id 0 Category Byte 3 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1948 property definition declaration programming_properties.aadl:129:03 - Identifier Node_Id 1929 - 1929 identifier programming_properties.aadl:129:03 - Corresponding_Entity Node_Id 1948 + 2172 named element programming_properties.aadl:66:50 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 2173 named element programming_properties.aadl:66:63 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 2196 property definition declaration programming_properties.aadl:68:02 + Identifier Node_Id 2177 + 2177 identifier programming_properties.aadl:68:02 + Corresponding_Entity Node_Id 2196 Display_Name Name_Id "Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1950 - 1950 property type programming_properties.aadl:129:03 + Property_Name_Type Node_Id 2198 + 2198 property type programming_properties.aadl:68:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 1931 - 1931 string type programming_properties.aadl:129:32 - Expanded_Type_Designator Node_Id 1931 - 1931 string type programming_properties.aadl:129:32 + Property_Type_Designator Node_Id 2179 + 2179 string type programming_properties.aadl:68:31 + Expanded_Type_Designator Node_Id 2179 + 2179 string type programming_properties.aadl:68:31 Default_Value Node_Id 0 - Applies_To Node_Id 1949 - 1949 applies to programming_properties.aadl:129:03 + Applies_To Node_Id 2197 + 2197 applies to programming_properties.aadl:68:02 Is_All Boolean FALSE - Owner_Categories List_Id 1932 - 1933 named element programming_properties.aadl:130:15 + Owner_Categories List_Id 2180 + 2181 named element programming_properties.aadl:68:54 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1934 named element programming_properties.aadl:131:15 + 2182 named element programming_properties.aadl:69:03 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1935 named element programming_properties.aadl:132:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 11 - Classifier_Ref Node_Id 0 - 1936 named element programming_properties.aadl:133:15 + 2183 named element programming_properties.aadl:69:09 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1937 named element programming_properties.aadl:134:15 + 2184 named element programming_properties.aadl:69:21 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 4 Classifier_Ref Node_Id 0 - 1938 named element programming_properties.aadl:135:15 + 2185 named element programming_properties.aadl:69:29 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 5 Classifier_Ref Node_Id 0 - 1939 named element programming_properties.aadl:136:15 + 2186 named element programming_properties.aadl:69:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 6 Classifier_Ref Node_Id 0 - 1940 named element programming_properties.aadl:137:15 + 2187 named element programming_properties.aadl:70:03 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1941 named element programming_properties.aadl:138:15 + 2188 named element programming_properties.aadl:70:11 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 11 + Classifier_Ref Node_Id 0 + 2189 named element programming_properties.aadl:70:24 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 2190 named element programming_properties.aadl:70:43 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1942 named element programming_properties.aadl:139:15 + 2191 named element programming_properties.aadl:70:51 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1943 named element programming_properties.aadl:140:15 + 2192 named element programming_properties.aadl:71:03 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1944 named element programming_properties.aadl:141:15 + 2193 named element programming_properties.aadl:71:11 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1945 named element programming_properties.aadl:142:15 + 2194 named element programming_properties.aadl:71:22 Identifier Node_Id 0 Category Byte 3 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1946 named element programming_properties.aadl:143:15 + 2195 named element programming_properties.aadl:71:33 Identifier Node_Id 0 Category Byte 33 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1947 named element programming_properties.aadl:144:15 - Identifier Node_Id 0 - Category Byte 59 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 1958 property definition declaration programming_properties.aadl:147:03 - Identifier Node_Id 1951 - 1951 identifier programming_properties.aadl:147:03 - Corresponding_Entity Node_Id 1958 + 2207 property definition declaration programming_properties.aadl:75:02 + Identifier Node_Id 2199 + 2199 identifier programming_properties.aadl:75:02 + Corresponding_Entity Node_Id 2207 Display_Name Name_Id "Supported_Source_Language" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1960 - 1960 property type programming_properties.aadl:147:03 + Property_Name_Type Node_Id 2209 + 2209 property type programming_properties.aadl:75:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 1954 - 1954 unique property type identifier programming_properties.aadl:148:17 - Identifier Node_Id 1953 - 1953 identifier programming_properties.aadl:148:20 + Property_Type_Designator Node_Id 2202 + 2202 unique property type identifier programming_properties.aadl:75:34 + Identifier Node_Id 2201 + 2201 identifier programming_properties.aadl:75:37 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Source_Languages" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 114 + Entity Node_Id 115 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 87 - 87 enumeration type aadl_project.aadl:91:36 - Identifiers List_Id 88 - 89 identifier aadl_project.aadl:92:06 - Corresponding_Entity Node_Id 87 + Expanded_Type_Designator Node_Id 88 + 88 enumeration type aadl_project.aadl:52:36 + Identifiers List_Id 89 + 90 identifier aadl_project.aadl:53:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada95" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 90 identifier aadl_project.aadl:93:06 - Corresponding_Entity Node_Id 87 + 91 identifier aadl_project.aadl:54:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 91 identifier aadl_project.aadl:94:06 - Corresponding_Entity Node_Id 87 + 92 identifier aadl_project.aadl:55:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Ada05" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 92 identifier aadl_project.aadl:95:06 - Corresponding_Entity Node_Id 87 + 93 identifier aadl_project.aadl:56:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ASN1" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 93 identifier aadl_project.aadl:96:06 - Corresponding_Entity Node_Id 87 + 94 identifier aadl_project.aadl:57:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Blackbox_Device" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 94 identifier aadl_project.aadl:97:06 - Corresponding_Entity Node_Id 87 + 95 identifier aadl_project.aadl:58:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 95 identifier aadl_project.aadl:98:06 - Corresponding_Entity Node_Id 87 + 96 identifier aadl_project.aadl:59:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "CPP" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 96 identifier aadl_project.aadl:99:06 - Corresponding_Entity Node_Id 87 + 97 identifier aadl_project.aadl:60:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Esterel" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 97 identifier aadl_project.aadl:100:06 - Corresponding_Entity Node_Id 87 + 98 identifier aadl_project.aadl:61:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "GUI" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 98 identifier aadl_project.aadl:101:06 - Corresponding_Entity Node_Id 87 + 99 identifier aadl_project.aadl:62:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "LUA" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 99 identifier aadl_project.aadl:102:06 - Corresponding_Entity Node_Id 87 + 100 identifier aadl_project.aadl:63:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 100 identifier aadl_project.aadl:103:06 - Corresponding_Entity Node_Id 87 + 101 identifier aadl_project.aadl:64:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 101 identifier aadl_project.aadl:104:06 - Corresponding_Entity Node_Id 87 + 102 identifier aadl_project.aadl:65:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Lustre6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 102 identifier aadl_project.aadl:105:06 - Corresponding_Entity Node_Id 87 + 103 identifier aadl_project.aadl:66:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 103 identifier aadl_project.aadl:106:06 - Corresponding_Entity Node_Id 87 + 104 identifier aadl_project.aadl:67:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_RTDS" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 104 identifier aadl_project.aadl:107:06 - Corresponding_Entity Node_Id 87 + 105 identifier aadl_project.aadl:68:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "RTSJ" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 105 identifier aadl_project.aadl:108:06 - Corresponding_Entity Node_Id 87 + 106 identifier aadl_project.aadl:69:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SCADE6" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 106 identifier aadl_project.aadl:109:06 - Corresponding_Entity Node_Id 87 + 107 identifier aadl_project.aadl:70:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 107 identifier aadl_project.aadl:110:06 - Corresponding_Entity Node_Id 87 + 108 identifier aadl_project.aadl:71:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "SDL_ObjectGeode" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 108 identifier aadl_project.aadl:111:06 - Corresponding_Entity Node_Id 87 + 109 identifier aadl_project.aadl:72:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Scade" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 109 identifier aadl_project.aadl:112:06 - Corresponding_Entity Node_Id 87 + 110 identifier aadl_project.aadl:73:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 110 identifier aadl_project.aadl:113:06 - Corresponding_Entity Node_Id 87 + 111 identifier aadl_project.aadl:74:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "Simulink_6_5" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 111 identifier aadl_project.aadl:114:06 - Corresponding_Entity Node_Id 87 + 112 identifier aadl_project.aadl:75:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "System_C" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 112 identifier aadl_project.aadl:115:06 - Corresponding_Entity Node_Id 87 + 113 identifier aadl_project.aadl:76:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "VHDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - 113 identifier aadl_project.aadl:116:06 - Corresponding_Entity Node_Id 87 + 114 identifier aadl_project.aadl:77:06 + Corresponding_Entity Node_Id 88 Display_Name Name_Id "ACN" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1959 - 1959 applies to programming_properties.aadl:147:03 + Applies_To Node_Id 2208 + 2208 applies to programming_properties.aadl:75:02 Is_All Boolean FALSE - Owner_Categories List_Id 1955 - 1956 named element programming_properties.aadl:149:15 + Owner_Categories List_Id 2203 + 2204 named element programming_properties.aadl:76:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1957 named element programming_properties.aadl:149:26 + 2205 named element programming_properties.aadl:76:26 + Identifier Node_Id 0 + Category Byte 11 + Component_Cat Byte 9 + Classifier_Ref Node_Id 0 + 2206 named element programming_properties.aadl:76:45 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1969 property definition declaration programming_properties.aadl:152:03 - Identifier Node_Id 1961 - 1961 identifier programming_properties.aadl:152:03 - Corresponding_Entity Node_Id 1969 + 2217 property definition declaration programming_properties.aadl:78:02 + Identifier Node_Id 2210 + 2210 identifier programming_properties.aadl:78:02 + Corresponding_Entity Node_Id 2217 Display_Name Name_Id "Type_Source_Name" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1971 - 1971 property type programming_properties.aadl:152:03 + Property_Name_Type Node_Id 2219 + 2219 property type programming_properties.aadl:78:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1962 - 1962 string type programming_properties.aadl:152:21 - Expanded_Type_Designator Node_Id 1962 - 1962 string type programming_properties.aadl:152:21 + Property_Type_Designator Node_Id 2211 + 2211 string type programming_properties.aadl:78:20 + Expanded_Type_Designator Node_Id 2211 + 2211 string type programming_properties.aadl:78:20 Default_Value Node_Id 0 - Applies_To Node_Id 1970 - 1970 applies to programming_properties.aadl:152:03 + Applies_To Node_Id 2218 + 2218 applies to programming_properties.aadl:78:02 Is_All Boolean FALSE - Owner_Categories List_Id 1964 - 1965 named element programming_properties.aadl:153:15 + Owner_Categories List_Id 2213 + 2214 named element programming_properties.aadl:79:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 1 Classifier_Ref Node_Id 0 - 1966 named element programming_properties.aadl:154:15 + 2215 named element programming_properties.aadl:79:21 Identifier Node_Id 0 Category Byte 14 Component_Cat Byte 14 Classifier_Ref Node_Id 0 - 1967 named element programming_properties.aadl:155:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 12 - Classifier_Ref Node_Id 0 - 1968 named element programming_properties.aadl:156:15 + 2216 named element programming_properties.aadl:79:27 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 2 Classifier_Ref Node_Id 0 - 1981 property definition declaration programming_properties.aadl:159:03 - Identifier Node_Id 1972 - 1972 identifier programming_properties.aadl:159:03 - Corresponding_Entity Node_Id 1981 + 2229 property definition declaration programming_properties.aadl:81:02 + Identifier Node_Id 2220 + 2220 identifier programming_properties.aadl:81:02 + Corresponding_Entity Node_Id 2229 Display_Name Name_Id "Hardware_Description_Source_Text" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 1983 - 1983 property type programming_properties.aadl:159:03 + Property_Name_Type Node_Id 2231 + 2231 property type programming_properties.aadl:81:02 Is_List Boolean TRUE - Property_Type_Designator Node_Id 1974 - 1974 string type programming_properties.aadl:160:27 - Expanded_Type_Designator Node_Id 1974 - 1974 string type programming_properties.aadl:160:27 + Property_Type_Designator Node_Id 2222 + 2222 string type programming_properties.aadl:81:52 + Expanded_Type_Designator Node_Id 2222 + 2222 string type programming_properties.aadl:81:52 Default_Value Node_Id 0 - Applies_To Node_Id 1982 - 1982 applies to programming_properties.aadl:159:03 + Applies_To Node_Id 2230 + 2230 applies to programming_properties.aadl:81:02 Is_All Boolean FALSE - Owner_Categories List_Id 1975 - 1976 named element programming_properties.aadl:161:15 + Owner_Categories List_Id 2223 + 2224 named element programming_properties.aadl:82:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1977 named element programming_properties.aadl:162:15 + 2225 named element programming_properties.aadl:82:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1978 named element programming_properties.aadl:163:15 + 2226 named element programming_properties.aadl:82:28 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1979 named element programming_properties.aadl:164:15 + 2227 named element programming_properties.aadl:82:36 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1980 named element programming_properties.aadl:165:15 + 2228 named element programming_properties.aadl:82:47 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 1994 property definition declaration programming_properties.aadl:168:03 - Identifier Node_Id 1984 - 1984 identifier programming_properties.aadl:168:03 - Corresponding_Entity Node_Id 1994 + 2242 property definition declaration programming_properties.aadl:84:02 + Identifier Node_Id 2232 + 2232 identifier programming_properties.aadl:84:02 + Corresponding_Entity Node_Id 2242 Display_Name Name_Id "Hardware_Source_Language" - Scope_Entity Node_Id 1705 + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 1996 - 1996 property type programming_properties.aadl:168:03 + Property_Name_Type Node_Id 2244 + 2244 property type programming_properties.aadl:84:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 1986 - 1986 unique property type identifier programming_properties.aadl:168:27 - Identifier Node_Id 1985 - 1985 identifier programming_properties.aadl:169:11 + Property_Type_Designator Node_Id 2234 + 2234 unique property type identifier programming_properties.aadl:84:26 + Identifier Node_Id 2233 + 2233 identifier programming_properties.aadl:84:28 Corresponding_Entity Node_Id 0 Display_Name Name_Id "Supported_Hardware_Source_Languages" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 - Entity Node_Id 52 + Entity Node_Id 58 Property_Set_Identifier Node_Id 0 - Expanded_Type_Designator Node_Id 49 - 49 enumeration type aadl_project.aadl:53:10 - Identifiers List_Id 50 - 51 identifier aadl_project.aadl:53:23 - Corresponding_Entity Node_Id 49 + Expanded_Type_Designator Node_Id 55 + 55 enumeration type aadl_project.aadl:29:45 + Identifiers List_Id 56 + 57 identifier aadl_project.aadl:29:58 + Corresponding_Entity Node_Id 55 Display_Name Name_Id "VHDL" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 Enumeration_Context Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 1995 - 1995 applies to programming_properties.aadl:168:03 + Applies_To Node_Id 2243 + 2243 applies to programming_properties.aadl:84:02 Is_All Boolean FALSE - Owner_Categories List_Id 1988 - 1989 named element programming_properties.aadl:170:15 + Owner_Categories List_Id 2236 + 2237 named element programming_properties.aadl:85:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 7 Classifier_Ref Node_Id 0 - 1990 named element programming_properties.aadl:171:15 + 2238 named element programming_properties.aadl:85:23 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 10 Classifier_Ref Node_Id 0 - 1991 named element programming_properties.aadl:172:15 + 2239 named element programming_properties.aadl:85:28 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 1992 named element programming_properties.aadl:173:15 + 2240 named element programming_properties.aadl:85:36 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 8 Classifier_Ref Node_Id 0 - 1993 named element programming_properties.aadl:174:15 + 2241 named element programming_properties.aadl:85:47 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 13 Classifier_Ref Node_Id 0 - 2011 property definition declaration programming_properties.aadl:177:03 - Identifier Node_Id 1997 - 1997 identifier programming_properties.aadl:177:03 - Corresponding_Entity Node_Id 2011 - Display_Name Name_Id "Classifier_Matching_Rule" - Scope_Entity Node_Id 1705 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 2013 - 2013 property type programming_properties.aadl:177:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 1998 - 1998 enumeration type programming_properties.aadl:178:21 - Identifiers List_Id 1999 - 2000 identifier programming_properties.aadl:178:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2001 identifier programming_properties.aadl:179:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Equivalence" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2002 identifier programming_properties.aadl:180:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Subset" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2003 identifier programming_properties.aadl:181:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Conversion" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2004 identifier programming_properties.aadl:182:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Complement" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 1998 - 1998 enumeration type programming_properties.aadl:178:21 - Identifiers List_Id 1999 - 2000 identifier programming_properties.aadl:178:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2001 identifier programming_properties.aadl:179:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Equivalence" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2002 identifier programming_properties.aadl:180:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Subset" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2003 identifier programming_properties.aadl:181:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Conversion" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2004 identifier programming_properties.aadl:182:34 - Corresponding_Entity Node_Id 1998 - Display_Name Name_Id "Complement" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 2012 - 2012 applies to programming_properties.aadl:177:03 - Is_All Boolean FALSE - Owner_Categories List_Id 2006 - 2007 named element programming_properties.aadl:183:15 - Identifier Node_Id 2008 - 2008 identifier programming_properties.aadl:183:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "connection" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 37 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2009 named element programming_properties.aadl:184:15 - Identifier Node_Id 2010 - 2010 identifier programming_properties.aadl:184:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "component" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 24 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2024 property definition declaration programming_properties.aadl:187:03 - Identifier Node_Id 2014 - 2014 identifier programming_properties.aadl:187:03 - Corresponding_Entity Node_Id 2024 - Display_Name Name_Id "Classifier_Refinement_Rule" - Scope_Entity Node_Id 1705 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 2026 - 2026 property type programming_properties.aadl:187:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 2015 - 2015 enumeration type programming_properties.aadl:188:21 - Identifiers List_Id 2016 - 2017 identifier programming_properties.aadl:188:34 - Corresponding_Entity Node_Id 2015 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2018 identifier programming_properties.aadl:189:34 - Corresponding_Entity Node_Id 2015 - Display_Name Name_Id "Type_Extension" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 2015 - 2015 enumeration type programming_properties.aadl:188:21 - Identifiers List_Id 2016 - 2017 identifier programming_properties.aadl:188:34 - Corresponding_Entity Node_Id 2015 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2018 identifier programming_properties.aadl:189:34 - Corresponding_Entity Node_Id 2015 - Display_Name Name_Id "Type_Extension" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 2025 - 2025 applies to programming_properties.aadl:187:03 - Is_All Boolean FALSE - Owner_Categories List_Id 2020 - 2021 named element programming_properties.aadl:190:15 - Identifier Node_Id 0 - Category Byte 21 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2022 named element programming_properties.aadl:190:27 - Identifier Node_Id 2023 - 2023 identifier programming_properties.aadl:190:27 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "subcomponent" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 23 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2038 property definition declaration programming_properties.aadl:193:03 - Identifier Node_Id 2027 - 2027 identifier programming_properties.aadl:193:03 - Corresponding_Entity Node_Id 2038 - Display_Name Name_Id "Prototype_Matching_Rule" - Scope_Entity Node_Id 1705 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean TRUE - Property_Name_Type Node_Id 2040 - 2040 property type programming_properties.aadl:193:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 2028 - 2028 enumeration type programming_properties.aadl:194:20 - Identifiers List_Id 2029 - 2030 identifier programming_properties.aadl:194:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2031 identifier programming_properties.aadl:195:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Type_Extension" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2032 identifier programming_properties.aadl:196:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Signature_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Expanded_Type_Designator Node_Id 2028 - 2028 enumeration type programming_properties.aadl:194:20 - Identifiers List_Id 2029 - 2030 identifier programming_properties.aadl:194:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Classifier_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2031 identifier programming_properties.aadl:195:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Type_Extension" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - 2032 identifier programming_properties.aadl:196:33 - Corresponding_Entity Node_Id 2028 - Display_Name Name_Id "Signature_Match" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Enumeration_Context Node_Id 0 - Default_Value Node_Id 0 - Applies_To Node_Id 2039 - 2039 applies to programming_properties.aadl:193:03 - Is_All Boolean FALSE - Owner_Categories List_Id 2034 - 2035 named element programming_properties.aadl:197:15 - Identifier Node_Id 2036 - 2036 identifier programming_properties.aadl:197:15 - Corresponding_Entity Node_Id 0 - Display_Name Name_Id "prototype" - Scope_Entity Node_Id 0 - Backend_Node Node_Id 0 - Category Byte 58 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2037 named element programming_properties.aadl:198:15 - Identifier Node_Id 0 - Category Byte 21 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2047 property definition declaration programming_properties.aadl:201:03 - Identifier Node_Id 2041 - 2041 identifier programming_properties.aadl:201:03 - Corresponding_Entity Node_Id 2047 - Display_Name Name_Id "Required_Connection" - Scope_Entity Node_Id 1705 - Backend_Node Node_Id 0 - Is_Access Boolean FALSE - Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 2049 - 2049 property type programming_properties.aadl:201:03 - Is_List Boolean FALSE - Property_Type_Designator Node_Id 2042 - 2042 boolean type programming_properties.aadl:201:25 - Expanded_Type_Designator Node_Id 2042 - 2042 boolean type programming_properties.aadl:201:25 - Default_Value Node_Id 2050 - 2050 property value programming_properties.aadl:201:03 - Value_Container Node_Id 1704 - Single_Value Node_Id 2043 - 2043 literal programming_properties.aadl:201:40 - Value Value_Id 42 - Multi_Value List_Id 0 - Expanded_Single_Value Node_Id 2457 - 2457 literal programming_properties.aadl:201:40 - Value Value_Id 153 - Expanded_Multi_Value List_Id 0 - Applies_To Node_Id 2048 - 2048 applies to programming_properties.aadl:201:03 - Is_All Boolean FALSE - Owner_Categories List_Id 2045 - 2046 named element programming_properties.aadl:202:15 - Identifier Node_Id 0 - Category Byte 14 - Component_Cat Byte 14 - Classifier_Ref Node_Id 0 - 2064 property definition declaration programming_properties.aadl:205:03 - Identifier Node_Id 2051 - 2051 identifier programming_properties.aadl:205:03 - Corresponding_Entity Node_Id 2064 - Display_Name Name_Id "Implemented_As" - Scope_Entity Node_Id 1705 + 2252 property definition declaration programming_properties.aadl:87:02 + Identifier Node_Id 2245 + 2245 identifier programming_properties.aadl:87:02 + Corresponding_Entity Node_Id 2252 + Display_Name Name_Id "Device_Driver" + Scope_Entity Node_Id 1949 Backend_Node Node_Id 0 Is_Access Boolean FALSE Is_Inherit Boolean FALSE - Property_Name_Type Node_Id 2066 - 2066 property type programming_properties.aadl:205:03 + Property_Name_Type Node_Id 2254 + 2254 property type programming_properties.aadl:87:02 Is_List Boolean FALSE - Property_Type_Designator Node_Id 2054 - 2054 classifier type programming_properties.aadl:206:14 - List_Items List_Id 2052 - 2053 classifier category ref programming_properties.aadl:206:27 + Property_Type_Designator Node_Id 2248 + 2248 classifier type programming_properties.aadl:87:17 + List_Items List_Id 2246 + 2247 classifier category ref programming_properties.aadl:87:29 Identifier Node_Id 0 Category Byte 24 Component_Cat Byte 0 Classifier_Ref Node_Id 0 - Expanded_Type_Designator Node_Id 2054 - 2054 classifier type programming_properties.aadl:206:14 - List_Items List_Id 2052 - 2053 classifier category ref programming_properties.aadl:206:27 + Expanded_Type_Designator Node_Id 2248 + 2248 classifier type programming_properties.aadl:87:17 + List_Items List_Id 2246 + 2247 classifier category ref programming_properties.aadl:87:29 Identifier Node_Id 0 Category Byte 24 Component_Cat Byte 0 Classifier_Ref Node_Id 0 Default_Value Node_Id 0 - Applies_To Node_Id 2065 - 2065 applies to programming_properties.aadl:205:03 + Applies_To Node_Id 2253 + 2253 applies to programming_properties.aadl:87:02 Is_All Boolean FALSE - Owner_Categories List_Id 2056 - 2057 named element programming_properties.aadl:207:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 7 - Classifier_Ref Node_Id 0 - 2058 named element programming_properties.aadl:208:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 10 - Classifier_Ref Node_Id 0 - 2059 named element programming_properties.aadl:209:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 11 - Classifier_Ref Node_Id 0 - 2060 named element programming_properties.aadl:210:15 + Owner_Categories List_Id 2250 + 2251 named element programming_properties.aadl:88:15 Identifier Node_Id 0 Category Byte 11 Component_Cat Byte 12 Classifier_Ref Node_Id 0 - 2061 named element programming_properties.aadl:211:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 9 - Classifier_Ref Node_Id 0 - 2062 named element programming_properties.aadl:212:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 8 - Classifier_Ref Node_Id 0 - 2063 named element programming_properties.aadl:213:15 - Identifier Node_Id 0 - Category Byte 11 - Component_Cat Byte 13 - Classifier_Ref Node_Id 0 Property_Set_Context Node_Id 0 Imports_List List_Id 0 -2070 package specification test.aadl:1:09 - Identifier Node_Id 2073 - 2073 identifier test.aadl:1:09 - Corresponding_Entity Node_Id 2070 +2258 package specification test.aadl:1:09 + Identifier Node_Id 2261 + 2261 identifier test.aadl:1:09 + Corresponding_Entity Node_Id 2258 Display_Name Name_Id "t" Scope_Entity Node_Id 2 Backend_Node Node_Id 0 - Entity_Scope Node_Id 2071 - Property_Scope Node_Id 2072 - Declarations List_Id 2078 - 2075 component type test.aadl:3:01 - Identifier Node_Id 2074 - 2074 identifier test.aadl:3:08 - Corresponding_Entity Node_Id 2075 + Entity_Scope Node_Id 2259 + Property_Scope Node_Id 2260 + Declarations List_Id 2266 + 2263 component type test.aadl:3:01 + Identifier Node_Id 2262 + 2262 identifier test.aadl:3:08 + Corresponding_Entity Node_Id 2263 Display_Name Name_Id "s" - Scope_Entity Node_Id 2071 + Scope_Entity Node_Id 2259 Backend_Node Node_Id 0 - Entity_Scope Node_Id 2076 - Property_Scope Node_Id 2077 + Entity_Scope Node_Id 2264 + Property_Scope Node_Id 2265 Is_Private Boolean FALSE First_Visited_Node Node_Id 0 - Namespace Node_Id 2070 + Namespace Node_Id 2258 Default_Instance Node_Id 0 Properties List_Id 0 Parent Node_Id 0 @@ -11126,18 +11794,18 @@ Declarations List_Id 7 Modes List_Id 0 Prototypes List_Id 0 Prototype_Bindings List_Id 0 - 2083 component implementation test.aadl:6:01 - Identifier Node_Id 2080 - 2080 identifier test.aadl:6:25 - Corresponding_Entity Node_Id 2083 + 2271 component implementation test.aadl:6:01 + Identifier Node_Id 2268 + 2268 identifier test.aadl:6:25 + Corresponding_Entity Node_Id 2271 Display_Name Name_Id "s.i" - Scope_Entity Node_Id 2071 + Scope_Entity Node_Id 2259 Backend_Node Node_Id 0 - Entity_Scope Node_Id 2081 - Property_Scope Node_Id 2082 + Entity_Scope Node_Id 2269 + Property_Scope Node_Id 2270 Is_Private Boolean FALSE First_Visited_Node Node_Id 0 - Namespace Node_Id 2070 + Namespace Node_Id 2258 Default_Instance Node_Id 0 Properties List_Id 0 Parent Node_Id 0 @@ -11148,9 +11816,9 @@ Declarations List_Id 7 Modes List_Id 0 Prototypes List_Id 0 Prototype_Bindings List_Id 0 - Component_Type_Identifier Node_Id 2079 - 2079 identifier test.aadl:6:23 - Corresponding_Entity Node_Id 2075 + Component_Type_Identifier Node_Id 2267 + 2267 identifier test.aadl:6:23 + Corresponding_Entity Node_Id 2263 Display_Name Name_Id "s" Scope_Entity Node_Id 0 Backend_Node Node_Id 0 @@ -11161,10 +11829,10 @@ Declarations List_Id 7 Has_Private_Part Boolean FALSE Has_Public_Part Boolean TRUE Properties List_Id 0 - Package_Name Node_Id 2069 - 2069 package name test.aadl:1:01 - Identifiers List_Id 2067 - 2068 identifier test.aadl:1:09 + Package_Name Node_Id 2257 + 2257 package name test.aadl:1:01 + Identifiers List_Id 2255 + 2256 identifier test.aadl:1:09 Corresponding_Entity Node_Id 0 Display_Name Name_Id "t" Scope_Entity Node_Id 0 -- GitLab