Salome HOME
Added examples of services using variable lists
[samples/genericsolver.git] / resources / GENERICSOLVERCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
4
5   Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
6   CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
7
8   This library is free software; you can redistribute it and/or
9   modify it under the terms of the GNU Lesser General Public
10   License as published by the Free Software Foundation; either
11   version 2.1 of the License.
12
13   This library is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16   Lesser General Public License for more details.
17
18   You should have received a copy of the GNU Lesser General Public
19   License along with this library; if not, write to the Free Software
20   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21
22   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
23
24   $Id$
25
26 -->
27  
28 <!-- XML component catalog -->
29 <begin-catalog>
30
31         <!-- Path prefix information -->
32         <path-prefix-list>
33         </path-prefix-list>
34
35         <!-- Commonly used types -->
36         <type-list>
37                 <sequence name="Point" content="double"/>
38                 <objref name="pyobj" id="python:obj:1.0"/>
39         </type-list>
40
41         <!-- Component list -->
42         <component-list>
43                 <component>
44                         <!-- Component identification -->
45                         <component-name>GENERICSOLVER</component-name>
46                         <component-username>GENERICSOLVER GUI</component-username>
47                         <component-type>Data</component-type>
48                         <component-author>I. Dutka-Malen</component-author>
49                         <component-version>@VERSION@</component-version>
50                         <component-comment>EDF - RD</component-comment>
51                         <component-multistudy>1</component-multistudy>
52                         <component-icone>GENERICSOLVER.png</component-icone>
53                         <constraint>'linux' ~ OS</constraint>
54                         <component-interface-list>
55                                 <component-interface-name>GENERICSOLVER</component-interface-name>
56                                 <component-interface-comment></component-interface-comment>
57                                 <component-service-list>
58                                         <component-service>
59                                                 <!-- service-identification -->
60                                                 <service-name>Init</service-name>
61                                                 <service-author>EDF-RD</service-author>
62                                                 <service-version>@VERSION@</service-version>
63                                                 <service-comment></service-comment>
64                                                 <service-by-default>0</service-by-default>
65                                                 <!-- service-connexion -->
66                                                 <inParameter-list>
67                                                         <inParameter>
68                                                                 <inParameter-name>studyID</inParameter-name>
69                                                                 <inParameter-type>long</inParameter-type>
70                                                         </inParameter>
71                                                         <inParameter>
72                                                                 <inParameter-name>entry</inParameter-name>
73                                                                 <inParameter-type>string</inParameter-type>
74                                                         </inParameter>
75                                                         <inParameter>
76                                                                 <inParameter-name>wrapperDescription</inParameter-name>
77                                                                 <inParameter-type>string</inParameter-type>
78                                                         </inParameter>
79                                                 </inParameter-list>
80                                                 <outParameter-list>
81                                                         <outParameter>
82                                                                 <outParameter-name>return</outParameter-name>
83                                                                 <outParameter-type>long</outParameter-type>
84                                                         </outParameter>
85                                                 </outParameter-list>
86                                         </component-service>
87                                         <component-service>
88                                                 <!-- service-identification -->
89                                                 <service-name>Exec</service-name>
90                                                 <service-author>EDF-RD</service-author>
91                                                 <service-version>@VERSION@</service-version>
92                                                 <service-comment></service-comment>
93                                                 <service-by-default>0</service-by-default>
94                                                 <!-- service-connexion -->
95                                                 <inParameter-list>
96                                                         <inParameter>
97                                                                 <inParameter-name>inPoint</inParameter-name>
98                                                                 <inParameter-type>Point</inParameter-type>
99                                                         </inParameter>
100                                                 </inParameter-list>
101                                                 <outParameter-list>
102                                                         <outParameter>
103                                                                 <outParameter-name>return</outParameter-name>
104                                                                 <outParameter-type>long</outParameter-type>
105                                                         </outParameter>
106                                                         <outParameter>
107                                                                 <outParameter-name>outPoint</outParameter-name>
108                                                                 <outParameter-type>Point</outParameter-type>
109                                                         </outParameter>
110                                                 </outParameter-list>
111                                         </component-service>
112                                         <component-service>
113                                                 <!-- service-identification -->
114                                                 <service-name>Finalize</service-name>
115                                                 <service-author>EDF-RD</service-author>
116                                                 <service-version>@VERSION@</service-version>
117                                                 <service-comment></service-comment>
118                                                 <service-by-default>0</service-by-default>
119                                                 <!-- service-connexion -->
120                                                 <outParameter-list>
121                                                         <outParameter>
122                                                                 <outParameter-name>return</outParameter-name>
123                                                                 <outParameter-type>long</outParameter-type>
124                                                         </outParameter>
125                                                 </outParameter-list>
126                                         </component-service>
127                                         <component-service>
128                                                 <!-- service-identification -->
129                                                 <service-name>InitWithVarList</service-name>
130                                                 <service-author>EDF-RD</service-author>
131                                                 <service-version>@VERSION@</service-version>
132                                                 <service-comment></service-comment>
133                                                 <service-by-default>0</service-by-default>
134                                                 <!-- service-connexion -->
135                                                 <inParameter-list>
136                                                         <inParameter>
137                                                                 <inParameter-name>inputVarList</inParameter-name>
138                                                                 <inParameter-type>stringvec</inParameter-type>
139                                                         </inParameter>
140                                                         <inParameter>
141                                                                 <inParameter-name>outputVarList</inParameter-name>
142                                                                 <inParameter-type>stringvec</inParameter-type>
143                                                         </inParameter>
144                                                         <inParameter>
145                                                                 <inParameter-name>deterministicVars</inParameter-name>
146                                                                 <inParameter-type>pyobj</inParameter-type>
147                                                         </inParameter>
148                                                 </inParameter-list>
149                                         </component-service>
150                                         <component-service>
151                                                 <!-- service-identification -->
152                                                 <service-name>ExecWithVarList</service-name>
153                                                 <service-author>EDF-RD</service-author>
154                                                 <service-version>@VERSION@</service-version>
155                                                 <service-comment></service-comment>
156                                                 <service-by-default>0</service-by-default>
157                                                 <!-- service-connexion -->
158                                                 <inParameter-list>
159                                                         <inParameter>
160                                                                 <inParameter-name>inPoint</inParameter-name>
161                                                                 <inParameter-type>Point</inParameter-type>
162                                                         </inParameter>
163                                                 </inParameter-list>
164                                                 <outParameter-list>
165                                                         <outParameter>
166                                                                 <outParameter-name>outPoint</outParameter-name>
167                                                                 <outParameter-type>Point</outParameter-type>
168                                                         </outParameter>
169                                                 </outParameter-list>
170                                         </component-service>
171                                 </component-service-list>
172                         </component-interface-list>
173                 </component>
174         </component-list>
175 </begin-catalog>