Previous: The Ocarina Core Library, Up: Ocarina API Reference Manual
At the time this documentation is being written, Ocarina can handle two kinds of files: AADL source files and Dia source files. For each kind, a parser and a printer are provided.
Print_Node
procedure provided by this module allows
to print a node and its subnodes. The result is an AADL source
file. The printer name associated to this module is aadl
.
Print_Node
procedure provided by this module generate
a Dia file which contains the graphical description of the tree. The
printer name associated to this module is dia
aadl_tree_p
for the
parsed tree and aadl_tree_e
for the expanded tree (instance tree).