Salome HOME
5d1bbf4ca8761776e5df81bc7d766f3baaaa2467
[samples/genericsolver.git] / resources / GENERICSOLVERCatalog.xml
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2009-2014 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-comment>EDF - RD</component-comment>
47                         <component-multistudy>1</component-multistudy>
48                         <component-icone>GENERICSOLVER.png</component-icone>
49                         <constraint>'linux' ~ OS</constraint>
50                         <component-interface-list>
51                                 <component-interface-name>GENERICSOLVER</component-interface-name>
52                                 <component-interface-comment></component-interface-comment>
53                         </component-interface-list>
54                 </component>
55                 <component>
56                         <!-- Component identification -->
57                         <component-name>DEVIATION</component-name>
58                         <component-username>DEVIATION GUI</component-username>
59                         <component-type>Data</component-type>
60                         <component-author>R. Barate</component-author>
61                         <component-comment>EDF - RD</component-comment>
62                         <component-multistudy>1</component-multistudy>
63                         <component-icone>GENERICSOLVER.png</component-icone>
64                         <constraint>'linux' ~ OS</constraint>
65                         <component-interface-list>
66                                 <component-interface-name>DEVIATION</component-interface-name>
67                                 <component-interface-comment></component-interface-comment>
68                                 <component-service-list>
69                                         <component-service>
70                                                 <!-- service-identification -->
71                                                 <service-name>Init</service-name>
72                                                 <service-author>EDF-RD</service-author>
73                                                 <service-comment></service-comment>
74                                                 <service-by-default>0</service-by-default>
75                                                 <!-- service-connexion -->
76                                                 <inParameter-list>
77                                                         <inParameter>
78                                                                 <inParameter-name>studyID</inParameter-name>
79                                                                 <inParameter-type>long</inParameter-type>
80                                                         </inParameter>
81                                                         <inParameter>
82                                                                 <inParameter-name>detCaseEntry</inParameter-name>
83                                                                 <inParameter-type>string</inParameter-type>
84                                                         </inParameter>
85                                                 </inParameter-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-comment></service-comment>
92                                                 <service-by-default>0</service-by-default>
93                                                 <!-- service-connexion -->
94                         <inParameter-list>
95                             <inParameter>
96                                 <inParameter-name>paramInput</inParameter-name>
97                                 <inParameter-type>SALOME_TYPES/ParametricInput</inParameter-type>
98                             </inParameter>
99                         </inParameter-list>
100                         <outParameter-list>
101                             <outParameter>
102                                 <outParameter-name>paramOutput</outParameter-name>
103                                 <outParameter-type>SALOME_TYPES/ParametricOutput</outParameter-type>
104                             </outParameter>
105                         </outParameter-list>
106                                         </component-service>
107                                         <component-service>
108                                                 <!-- service-identification -->
109                                                 <service-name>Finalize</service-name>
110                                                 <service-author>EDF-RD</service-author>
111                                                 <service-comment></service-comment>
112                                                 <service-by-default>0</service-by-default>
113                                         </component-service>
114                                 </component-service-list>
115                         </component-interface-list>
116                 </component>
117         </component-list>
118 </begin-catalog>