5 <component-name>?</component-name>
6 <interface-name>?</interface-name>
7 <node-name>GraphConvertObjRefCheck</node-name>
9 <coupled-node>?</coupled-node>
11 <service-name>GraphConvertObjRefCheck</service-name>
14 <inParameter-type>string</inParameter-type>
15 <inParameter-name>SyrComponent\aContainer</inParameter-name> </inParameter>
17 <inParameter-type>string</inParameter-type>
18 <inParameter-name>SyrComponent\aComponent</inParameter-name> </inParameter> </inParameter-list>
21 <outParameter-type>string</outParameter-type>
22 <outParameter-name>MiscTypes\OutString</outParameter-name> </outParameter>
24 <outParameter-type>boolean</outParameter-type>
25 <outParameter-name>MiscTypes\OutBool</outParameter-name> </outParameter>
27 <outParameter-type>char</outParameter-type>
28 <outParameter-name>MiscTypes\OutChar</outParameter-name> </outParameter>
30 <outParameter-type>short</outParameter-type>
31 <outParameter-name>MiscTypes\OutShort</outParameter-name> </outParameter>
33 <outParameter-type>long</outParameter-type>
34 <outParameter-name>MiscTypes\OutLong</outParameter-name> </outParameter>
36 <outParameter-type>float</outParameter-type>
37 <outParameter-name>MiscTypes\OutFloat</outParameter-name> </outParameter>
39 <outParameter-type>double</outParameter-type>
40 <outParameter-name>MiscTypes\OutDouble</outParameter-name> </outParameter>
42 <outParameter-type>SuperVisionTest::Adder</outParameter-type>
43 <outParameter-name>MiscTypes\OutObjRef</outParameter-name> </outParameter> </outParameter-list> </service>
46 <creation-date>30/7/2003 - 14:23:52</creation-date>
47 <lastmodification-date>11/9/2003 - 15:18:16</lastmodification-date>
48 <editor-release>1.04</editor-release>
50 <container>?</container>
51 <comment>Check conversions of ObjRef</comment>
52 <x-position>0</x-position>
53 <y-position>0</y-position> </node> </info-list>
56 <component-name>?</component-name>
57 <interface-name>?</interface-name>
58 <node-name>SyrComponent</node-name>
60 <coupled-node>?</coupled-node>
62 <service-name>SyrComponent</service-name>
65 <inParameter-type>string</inParameter-type>
66 <inParameter-name>aContainer</inParameter-name> </inParameter>
68 <inParameter-type>string</inParameter-type>
69 <inParameter-name>aComponent</inParameter-name> </inParameter> </inParameter-list>
72 <outParameter-type>objref</outParameter-type>
73 <outParameter-name>anObjRef</outParameter-name> </outParameter> </outParameter-list> </service>
77 <FuncName>SyrComponent</FuncName>
78 <PyFunc><![CDATA[from LifeCycleCORBA import * ]]></PyFunc>
79 <PyFunc><![CDATA[def SyrComponent( aContainer , aComponent ) : ]]></PyFunc>
80 <PyFunc><![CDATA[ print "SyrComponent(",aContainer,",",aComponent,")" ]]></PyFunc>
81 <PyFunc><![CDATA[ orb = CORBA.ORB_init([], CORBA.ORB_ID) ]]></PyFunc>
82 <PyFunc><![CDATA[ print "SyrComponent orb",orb ]]></PyFunc>
83 <PyFunc><![CDATA[ lcc = LifeCycleCORBA(orb) ]]></PyFunc>
84 <PyFunc><![CDATA[ print "SyrComponent lcc",lcc ]]></PyFunc>
85 <PyFunc><![CDATA[ print "SyrComponent(",aContainer,",",aComponent,")" ]]></PyFunc>
86 <PyFunc><![CDATA[ ComponentRef = lcc.FindOrLoadComponent( aContainer , aComponent ) ]]></PyFunc>
87 <PyFunc><![CDATA[ print "SyrComponent(",aContainer,",",aComponent,") --> ",ComponentRef ]]></PyFunc>
88 <PyFunc><![CDATA[ return ComponentRef ]]></PyFunc>
89 <PyFunc><![CDATA[?]]></PyFunc> </PyFunction> </PyFunction-list>
90 <creation-date>11/9/2003 - 15:16:43</creation-date>
91 <lastmodification-date>11/9/2003 - 15:16:43</lastmodification-date>
92 <editor-release>1.04</editor-release>
94 <container>?</container>
95 <comment>InLine Node</comment>
96 <x-position>14</x-position>
97 <y-position>114</y-position> </node>
99 <component-name>TypesCheck</component-name>
100 <interface-name>TypesCheck</interface-name>
101 <node-name>MiscTypes</node-name>
103 <coupled-node>?</coupled-node>
105 <service-name>MiscTypes</service-name>
108 <inParameter-type>string</inParameter-type>
109 <inParameter-name>InString</inParameter-name> </inParameter>
111 <inParameter-type>boolean</inParameter-type>
112 <inParameter-name>InBool</inParameter-name> </inParameter>
114 <inParameter-type>char</inParameter-type>
115 <inParameter-name>InChar</inParameter-name> </inParameter>
117 <inParameter-type>short</inParameter-type>
118 <inParameter-name>InShort</inParameter-name> </inParameter>
120 <inParameter-type>long</inParameter-type>
121 <inParameter-name>InLong</inParameter-name> </inParameter>
123 <inParameter-type>float</inParameter-type>
124 <inParameter-name>InFloat</inParameter-name> </inParameter>
126 <inParameter-type>double</inParameter-type>
127 <inParameter-name>InDouble</inParameter-name> </inParameter>
129 <inParameter-type>SuperVisionTest::Adder</inParameter-type>
130 <inParameter-name>InObjRef</inParameter-name> </inParameter> </inParameter-list>
133 <outParameter-type>string</outParameter-type>
134 <outParameter-name>OutString</outParameter-name> </outParameter>
136 <outParameter-type>boolean</outParameter-type>
137 <outParameter-name>OutBool</outParameter-name> </outParameter>
139 <outParameter-type>char</outParameter-type>
140 <outParameter-name>OutChar</outParameter-name> </outParameter>
142 <outParameter-type>short</outParameter-type>
143 <outParameter-name>OutShort</outParameter-name> </outParameter>
145 <outParameter-type>long</outParameter-type>
146 <outParameter-name>OutLong</outParameter-name> </outParameter>
148 <outParameter-type>float</outParameter-type>
149 <outParameter-name>OutFloat</outParameter-name> </outParameter>
151 <outParameter-type>double</outParameter-type>
152 <outParameter-name>OutDouble</outParameter-name> </outParameter>
154 <outParameter-type>SuperVisionTest::Adder</outParameter-type>
155 <outParameter-name>OutObjRef</outParameter-name> </outParameter> </outParameter-list> </service>
158 <creation-date>11/9/2003 - 15:16:43</creation-date>
159 <lastmodification-date>11/9/2003 - 15:16:43</lastmodification-date>
160 <editor-release>1.05</editor-release>
162 <container>localhost/FactoryServer</container>
163 <comment>MiscTypes from TypesCheck</comment>
164 <x-position>284</x-position>
165 <y-position>28</y-position> </node> </node-list>
168 <fromnode-name>SyrComponent</fromnode-name>
169 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
170 <tonode-name>MiscTypes</tonode-name>
171 <toserviceparameter-name>InShort</toserviceparameter-name>
172 <coord-list/> </link>
174 <fromnode-name>SyrComponent</fromnode-name>
175 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
176 <tonode-name>MiscTypes</tonode-name>
177 <toserviceparameter-name>InString</toserviceparameter-name>
178 <coord-list/> </link>
180 <fromnode-name>SyrComponent</fromnode-name>
181 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
182 <tonode-name>MiscTypes</tonode-name>
183 <toserviceparameter-name>InBool</toserviceparameter-name>
184 <coord-list/> </link>
186 <fromnode-name>SyrComponent</fromnode-name>
187 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
188 <tonode-name>MiscTypes</tonode-name>
189 <toserviceparameter-name>InChar</toserviceparameter-name>
190 <coord-list/> </link>
192 <fromnode-name>SyrComponent</fromnode-name>
193 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
194 <tonode-name>MiscTypes</tonode-name>
195 <toserviceparameter-name>InLong</toserviceparameter-name>
196 <coord-list/> </link>
198 <fromnode-name>SyrComponent</fromnode-name>
199 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
200 <tonode-name>MiscTypes</tonode-name>
201 <toserviceparameter-name>InFloat</toserviceparameter-name>
202 <coord-list/> </link>
204 <fromnode-name>SyrComponent</fromnode-name>
205 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
206 <tonode-name>MiscTypes</tonode-name>
207 <toserviceparameter-name>InDouble</toserviceparameter-name>
208 <coord-list/> </link>
210 <fromnode-name>SyrComponent</fromnode-name>
211 <fromserviceparameter-name>anObjRef</fromserviceparameter-name>
212 <tonode-name>MiscTypes</tonode-name>
213 <toserviceparameter-name>InObjRef</toserviceparameter-name>
214 <coord-list/> </link> </link-list>
217 <fromnode-name>GraphConvertObjRefCheck</fromnode-name>
218 <fromserviceparameter-name>SyrComponent\aContainer</fromserviceparameter-name>
219 <tonode-name>SyrComponent</tonode-name>
220 <toserviceparameter-name>aContainer</toserviceparameter-name>
222 <value-type>18</value-type>
223 <value>FactoryServerPy</value> </data-value>
224 <coord-list/> </data>
226 <fromnode-name>GraphConvertObjRefCheck</fromnode-name>
227 <fromserviceparameter-name>SyrComponent\aComponent</fromserviceparameter-name>
228 <tonode-name>SyrComponent</tonode-name>
229 <toserviceparameter-name>aComponent</toserviceparameter-name>
231 <value-type>18</value-type>
232 <value>SyrControlComponent</value> </data-value>
233 <coord-list/> </data> </data-list></dataflow>