next up previous contents index
Next: External subobjects Up: Elements of the Fib Previous: Conditions with the if-element   Contents   Index


Call external objects

External objects are Fib objects that are not defined in the current Fib subobject. These can be from a root-element (root) or from the Fib object database (see section 10 on page [*]). In this way, parts of Fib objects can be used multiple times in the Fib object or can be reused for different Fib objects.


Syntax:

\begin{eqnarray*}
Obj &=& obj( Identifier , ( V_1 , \ldots , V_n ) , ( OutVar_{1...
...}, Obj_1), \ldots , ( OutVar_{1}, \ldots ,OutVar_{v_m}, Obj_m) )
\end{eqnarray*}


Description of the elements:

The number and sequence of the subobjects, input and output variables must match the definition of the external object (the root-element with the $Identifier$).


Notes: The external object ($obj$) element is after the root-element one of the most complicated Fib elements. But reusing subobjects or functions should be worth that effort.


Examples:


next up previous contents index
Next: External subobjects Up: Elements of the Fib Previous: Conditions with the if-element   Contents   Index
Betti Österholz 2013-02-13