Salome HOME
Tag version V6_6_0rc1
[samples/genericsolver.git] / resources / GENERICSOLVERCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2009-2012 EDF R&D
4
5   This library is free software; you can redistribute it and/or
6   modify it under the terms of the GNU Lesser General Public
7   License as published by the Free Software Foundation; either
8   version 2.1 of the License.
9
10   This library is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Lesser General Public License for more details.
14
15   You should have received a copy of the GNU Lesser General Public
16   License along with this library; if not, write to the Free Software
17   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18
19   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20
21   $Id$
22
23 -->
24  
25 <!-- XML component catalog -->
26 <begin-catalog>
27
28         <!-- Path prefix information -->
29         <path-prefix-list>
30         </path-prefix-list>
31
32         <!-- Commonly used types -->
33         <type-list>
34                 <sequence name="Point" content="double"/>
35                 <objref name="pyobj" id="python:obj:1.0"/>
36     </type-list>
37
38         <!-- Component list -->
39         <component-list>
40                 <component>
41                         <!-- Component identification -->
42                         <component-name>GENERICSOLVER</component-name>
43                         <component-username>GENERICSOLVER GUI</component-username>
44                         <component-type>Data</component-type>
45                         <component-author>I. Dutka-Malen</component-author>
46                         <component-version>@VERSION@</component-version>
47                         <component-comment>EDF - RD</component-comment>
48                         <component-multistudy>1</component-multistudy>
49                         <component-icone>GENERICSOLVER.png</component-icone>
50                         <constraint>'linux' ~ OS</constraint>
51                         <component-interface-list>
52                                 <component-interface-name>GENERICSOLVER</component-interface-name>
53                                 <component-interface-comment></component-interface-comment>
54                         </component-interface-list>
55                 </component>
56                 <component>
57                         <!-- Component identification -->
58                         <component-name>DEVIATION</component-name>
59                         <component-username>DEVIATION GUI</component-username>
60                         <component-type>Data</component-type>
61                         <component-author>R. Barate</component-author>
62                         <component-version>@VERSION@</component-version>
63                         <component-comment>EDF - RD</component-comment>
64                         <component-multistudy>1</component-multistudy>
65                         <component-icone>GENERICSOLVER.png</component-icone>
66                         <constraint>'linux' ~ OS</constraint>
67                         <component-interface-list>
68                                 <component-interface-name>DEVIATION</component-interface-name>
69                                 <component-interface-comment></component-interface-comment>
70                                 <component-service-list>
71                                         <component-service>
72                                                 <!-- service-identification -->
73                                                 <service-name>Init</service-name>
74                                                 <service-author>EDF-RD</service-author>
75                                                 <service-version>@VERSION@</service-version>
76                                                 <service-comment></service-comment>
77                                                 <service-by-default>0</service-by-default>
78                                                 <!-- service-connexion -->
79                                                 <inParameter-list>
80                                                         <inParameter>
81                                                                 <inParameter-name>studyID</inParameter-name>
82                                                                 <inParameter-type>long</inParameter-type>
83                                                         </inParameter>
84                                                         <inParameter>
85                                                                 <inParameter-name>detCaseEntry</inParameter-name>
86                                                                 <inParameter-type>string</inParameter-type>
87                                                         </inParameter>
88                                                 </inParameter-list>
89                                         </component-service>
90                                         <component-service>
91                                                 <!-- service-identification -->
92                                                 <service-name>Exec</service-name>
93                                                 <service-author>EDF-RD</service-author>
94                                                 <service-version>@VERSION@</service-version>
95                                                 <service-comment></service-comment>
96                                                 <service-by-default>0</service-by-default>
97                                                 <!-- service-connexion -->
98                         <inParameter-list>
99                             <inParameter>
100                                 <inParameter-name>paramInput</inParameter-name>
101                                 <inParameter-type>SALOME_TYPES/ParametricInput</inParameter-type>
102                             </inParameter>
103                         </inParameter-list>
104                         <outParameter-list>
105                             <outParameter>
106                                 <outParameter-name>paramOutput</outParameter-name>
107                                 <outParameter-type>SALOME_TYPES/ParametricOutput</outParameter-type>
108                             </outParameter>
109                         </outParameter-list>
110                                         </component-service>
111                                         <component-service>
112                                                 <!-- service-identification -->
113                                                 <service-name>Finalize</service-name>
114                                                 <service-author>EDF-RD</service-author>
115                                                 <service-version>@VERSION@</service-version>
116                                                 <service-comment></service-comment>
117                                                 <service-by-default>0</service-by-default>
118                                         </component-service>
119                                 </component-service-list>
120                         </component-interface-list>
121                 </component>
122         </component-list>
123 </begin-catalog>