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: 2774 $ $Date: 2012-03-29 22:45:50 +0400 (Thu, 29 Mar 2012) $
43------------------------------------------------------------------------------
44--  This file is generated, don't edit it.
45------------------------------------------------------------------------------
46
47package AMF.Internals.Tables.OCL_Constructors is
48
49   function Create_OCL_Any_Type return AMF.Internals.AMF_Element;
50
51   function Create_OCL_Association_Class_Call_Exp return AMF.Internals.AMF_Element;
52
53   function Create_OCL_Bag_Type return AMF.Internals.AMF_Element;
54
55   function Create_OCL_Boolean_Literal_Exp return AMF.Internals.AMF_Element;
56
57   function Create_OCL_Collection_Item return AMF.Internals.AMF_Element;
58
59   function Create_OCL_Collection_Literal_Exp return AMF.Internals.AMF_Element;
60
61   function Create_OCL_Collection_Range return AMF.Internals.AMF_Element;
62
63   function Create_OCL_Collection_Type return AMF.Internals.AMF_Element;
64
65   function Create_OCL_Enum_Literal_Exp return AMF.Internals.AMF_Element;
66
67   function Create_OCL_Expression_In_Ocl return AMF.Internals.AMF_Element;
68
69   function Create_OCL_If_Exp return AMF.Internals.AMF_Element;
70
71   function Create_OCL_Integer_Literal_Exp return AMF.Internals.AMF_Element;
72
73   function Create_OCL_Invalid_Literal_Exp return AMF.Internals.AMF_Element;
74
75   function Create_OCL_Invalid_Type return AMF.Internals.AMF_Element;
76
77   function Create_OCL_Iterate_Exp return AMF.Internals.AMF_Element;
78
79   function Create_OCL_Iterator_Exp return AMF.Internals.AMF_Element;
80
81   function Create_OCL_Let_Exp return AMF.Internals.AMF_Element;
82
83   function Create_OCL_Message_Exp return AMF.Internals.AMF_Element;
84
85   function Create_OCL_Message_Type return AMF.Internals.AMF_Element;
86
87   function Create_OCL_Null_Literal_Exp return AMF.Internals.AMF_Element;
88
89   function Create_OCL_Operation_Call_Exp return AMF.Internals.AMF_Element;
90
91   function Create_OCL_Ordered_Set_Type return AMF.Internals.AMF_Element;
92
93   function Create_OCL_Property_Call_Exp return AMF.Internals.AMF_Element;
94
95   function Create_OCL_Real_Literal_Exp return AMF.Internals.AMF_Element;
96
97   function Create_OCL_Sequence_Type return AMF.Internals.AMF_Element;
98
99   function Create_OCL_Set_Type return AMF.Internals.AMF_Element;
100
101   function Create_OCL_State_Exp return AMF.Internals.AMF_Element;
102
103   function Create_OCL_String_Literal_Exp return AMF.Internals.AMF_Element;
104
105   function Create_OCL_Template_Parameter_Type return AMF.Internals.AMF_Element;
106
107   function Create_OCL_Tuple_Literal_Exp return AMF.Internals.AMF_Element;
108
109   function Create_OCL_Tuple_Literal_Part return AMF.Internals.AMF_Element;
110
111   function Create_OCL_Tuple_Type return AMF.Internals.AMF_Element;
112
113   function Create_OCL_Type_Exp return AMF.Internals.AMF_Element;
114
115   function Create_OCL_Unlimited_Natural_Literal_Exp return AMF.Internals.AMF_Element;
116
117   function Create_OCL_Unspecified_Value_Exp return AMF.Internals.AMF_Element;
118
119   function Create_OCL_Variable return AMF.Internals.AMF_Element;
120
121   function Create_OCL_Variable_Exp return AMF.Internals.AMF_Element;
122
123   function Create_OCL_Void_Type return AMF.Internals.AMF_Element;
124
125end AMF.Internals.Tables.OCL_Constructors;
126