Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://rtm-cs.sinp.msu.ru/manual/mico/doc/node68.html
Дата изменения: Mon Jun 7 21:54:59 1999 Дата индексирования: Mon Oct 1 21:23:01 2012 Кодировка: |
Section 3.10 of the CORBA 2.2 specification describes the syntax of an operation declaration (see [5]). The syntax is part of the Interface Definition Language (IDL). The grammar presented in that section describes the syntax which induces a formal language. In figure 6.2 the anatomy of an operation declaration is given, using a graphical representation of the grammar where the arrows denote ``consists of'' relations. Thus, according to the CORBA standard, an operation declaration consists of a result type, an ordered list of parameters and so on. A parameter declaration itself consists of a directional attribute (in, out or inout), a parameter type and an identifier.
Note that the ``graph'' depicted in figure 6.2 already has some resemblance to a conceptual graph. We propose to model the information pertinent to an operation invocation through a CG. The anatomy of an operation declaration as depicted in figure 6.2 provides a hint on how to accomplish this task.
Figure 6.2: Syntax of an operation declaration.