1------------------------------------------------------------------------------
2--                                                                          --
3--                            Matreshka Project                             --
4--                                                                          --
5--                          Ada Modeling Framework                          --
6--                                                                          --
7--                        Runtime Library Component                         --
8--                                                                          --
9------------------------------------------------------------------------------
10--                                                                          --
11-- Copyright © 2010-2012, Vadim Godunko <vgodunko@gmail.com>                --
12-- All rights reserved.                                                     --
13--                                                                          --
14-- Redistribution and use in source and binary forms, with or without       --
15-- modification, are permitted provided that the following conditions       --
16-- are met:                                                                 --
17--                                                                          --
18--  * Redistributions of source code must retain the above copyright        --
19--    notice, this list of conditions and the following disclaimer.         --
20--                                                                          --
21--  * Redistributions in binary form must reproduce the above copyright     --
22--    notice, this list of conditions and the following disclaimer in the   --
23--    documentation and/or other materials provided with the distribution.  --
24--                                                                          --
25--  * Neither the name of the Vadim Godunko, IE nor the names of its        --
26--    contributors may be used to endorse or promote products derived from  --
27--    this software without specific prior written permission.              --
28--                                                                          --
29-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS      --
30-- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT        --
31-- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR    --
32-- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT     --
33-- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,   --
34-- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED --
35-- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR   --
36-- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF   --
37-- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING     --
38-- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS       --
39-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.             --
40--                                                                          --
41------------------------------------------------------------------------------
42--  $Revision: 3315 $ $Date: 2012-11-09 23:23:58 +0400 (Fri, 09 Nov 2012) $
43------------------------------------------------------------------------------
44--  This file is generated, don't edit it.
45------------------------------------------------------------------------------
46
47package AMF.Internals.Tables.UTP_Constructors is
48
49   function Create_Utp_Coding_Rule return AMF.Internals.AMF_Element;
50
51   function Create_Utp_Data_Partition return AMF.Internals.AMF_Element;
52
53   function Create_Utp_Data_Pool return AMF.Internals.AMF_Element;
54
55   function Create_Utp_Data_Selector return AMF.Internals.AMF_Element;
56
57   function Create_Utp_Default return AMF.Internals.AMF_Element;
58
59   function Create_Utp_Default_Application return AMF.Internals.AMF_Element;
60
61   function Create_Utp_Determ_Alt return AMF.Internals.AMF_Element;
62
63   function Create_Utp_Finish_Action return AMF.Internals.AMF_Element;
64
65   function Create_Utp_Get_Timezone_Action return AMF.Internals.AMF_Element;
66
67   function Create_Utp_Literal_Any return AMF.Internals.AMF_Element;
68
69   function Create_Utp_Literal_Any_Or_Null return AMF.Internals.AMF_Element;
70
71   function Create_Utp_Log_Action return AMF.Internals.AMF_Element;
72
73   function Create_Utp_Managed_Element return AMF.Internals.AMF_Element;
74
75   function Create_Utp_Read_Timer_Action return AMF.Internals.AMF_Element;
76
77   function Create_Utp_SUT return AMF.Internals.AMF_Element;
78
79   function Create_Utp_Set_Timezone_Action return AMF.Internals.AMF_Element;
80
81   function Create_Utp_Start_Timer_Action return AMF.Internals.AMF_Element;
82
83   function Create_Utp_Stop_Timer_Action return AMF.Internals.AMF_Element;
84
85   function Create_Utp_Test_Case return AMF.Internals.AMF_Element;
86
87   function Create_Utp_Test_Component return AMF.Internals.AMF_Element;
88
89   function Create_Utp_Test_Context return AMF.Internals.AMF_Element;
90
91   function Create_Utp_Test_Log return AMF.Internals.AMF_Element;
92
93   function Create_Utp_Test_Log_Application return AMF.Internals.AMF_Element;
94
95   function Create_Utp_Test_Objective return AMF.Internals.AMF_Element;
96
97   function Create_Utp_Test_Suite return AMF.Internals.AMF_Element;
98
99   function Create_Utp_Time_Out return AMF.Internals.AMF_Element;
100
101   function Create_Utp_Time_Out_Action return AMF.Internals.AMF_Element;
102
103   function Create_Utp_Time_Out_Message return AMF.Internals.AMF_Element;
104
105   function Create_Utp_Timer_Running_Action return AMF.Internals.AMF_Element;
106
107   function Create_Utp_Validation_Action return AMF.Internals.AMF_Element;
108
109end AMF.Internals.Tables.UTP_Constructors;
110