Salome HOME
Added catalog and modified idl file to make GENERICSOLVER component usable in YACS.
[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         </type-list>
39
40         <!-- Component list -->
41         <component-list>
42                 <component>
43                         <!-- Component identification -->
44                         <component-name>GENERICSOLVER</component-name>
45                         <component-username>GENERICSOLVER GUI</component-username>
46                         <component-type>Data</component-type>
47                         <component-author>I. Dutka-Malen</component-author>
48                         <component-version>@VERSION@</component-version>
49                         <component-comment>EDF - RD</component-comment>
50                         <component-multistudy>1</component-multistudy>
51                         <component-icone>GENERICSOLVER.png</component-icone>
52                         <constraint>'linux' ~ OS</constraint>
53                         <component-interface-list>
54                                 <component-interface-name>GENERICSOLVER</component-interface-name>
55                                 <component-interface-comment></component-interface-comment>
56                                 <component-service-list>
57                                         <component-service>
58                                                 <!-- service-identification -->
59                                                 <service-name>Init</service-name>
60                                                 <service-author>EDF-RD</service-author>
61                                                 <service-version>@VERSION@</service-version>
62                                                 <service-comment></service-comment>
63                                                 <service-by-default>0</service-by-default>
64                                                 <!-- service-connexion -->
65                                                 <inParameter-list>
66                                                         <inParameter>
67                                                                 <inParameter-name>studyID</inParameter-name>
68                                                                 <inParameter-type>long</inParameter-type>
69                                                         </inParameter>
70                                                         <inParameter>
71                                                                 <inParameter-name>entry</inParameter-name>
72                                                                 <inParameter-type>string</inParameter-type>
73                                                         </inParameter>
74                                                         <inParameter>
75                                                                 <inParameter-name>wrapperDescription</inParameter-name>
76                                                                 <inParameter-type>string</inParameter-type>
77                                                         </inParameter>
78                                                 </inParameter-list>
79                                                 <outParameter-list>
80                                                         <outParameter>
81                                                                 <outParameter-name>return</outParameter-name>
82                                                                 <outParameter-type>long</outParameter-type>
83                                                         </outParameter>
84                                                 </outParameter-list>
85                                         </component-service>
86                                         <component-service>
87                                                 <!-- service-identification -->
88                                                 <service-name>Exec</service-name>
89                                                 <service-author>EDF-RD</service-author>
90                                                 <service-version>@VERSION@</service-version>
91                                                 <service-comment></service-comment>
92                                                 <service-by-default>0</service-by-default>
93                                                 <!-- service-connexion -->
94                                                 <inParameter-list>
95                                                         <inParameter>
96                                                                 <inParameter-name>inPoint</inParameter-name>
97                                                                 <inParameter-type>Point</inParameter-type>
98                                                         </inParameter>
99                                                 </inParameter-list>
100                                                 <outParameter-list>
101                                                         <outParameter>
102                                                                 <outParameter-name>return</outParameter-name>
103                                                                 <outParameter-type>long</outParameter-type>
104                                                         </outParameter>
105                                                         <outParameter>
106                                                                 <outParameter-name>outPoint</outParameter-name>
107                                                                 <outParameter-type>Point</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                                                 <!-- service-connexion -->
119                                                 <outParameter-list>
120                                                         <outParameter>
121                                                                 <outParameter-name>return</outParameter-name>
122                                                                 <outParameter-type>long</outParameter-type>
123                                                         </outParameter>
124                                                 </outParameter-list>
125                                         </component-service>
126                                 </component-service-list>
127                         </component-interface-list>
128                 </component>
129         </component-list>
130 </begin-catalog>