Salome HOME
bos #29864 Irrelevant assert in test.
[modules/yacs.git] / doc / ref / runtime.dox
1 /*! \page runtime SALOME Runtime 
2
3 \section toc Table of contents
4
5   - \ref runtime_intro
6   - \ref runtime_elements
7
8 \section runtime_intro Introduction
9
10 The runtime package provides implementation of %YACS generic nodes
11 for SALOME platform.
12
13
14 \section runtime_elements SALOME runtime nodes
15
16 The SALOME runtime implements following nodes :
17
18   - function inline node in python
19   - script inline node in python
20   - component service node for SALOME components
21   - reference service node for CORBA objects
22   - reference service node for script shell with inputs/outputs in XML files
23
24
25 \subsection runtime_funcnode Inline function node
26 A function inline node is implemented by a Python function.
27
28 \subsection runtime_scriptnode Inline script node
29 A script inline node is implemented by a Python script.
30
31 \subsection runtime_componentnode Component service node
32 ...
33
34 \subsection runtime_corbanode CORBA reference service node
35 ...
36
37 \subsection runtime_xmlnode XML reference service node
38 ...
39
40 */