Difference between revisions of "Agent Calls"
(→Terminology) |
|||
Line 2: | Line 2: | ||
Work in progress! | Work in progress! | ||
== Terminology == | == Terminology == | ||
− | In the following text the creation of an agent (with the agent keyword or the tilde operator) is called the agent creation. | + | In the following text the creation of an agent (with the agent keyword or the tilde operator) is called the '''agent creation'''. |
+ | |||
== Wrapper generation == | == Wrapper generation == | ||
Revision as of 14:25, 21 August 2006
Work in progress!
Terminology
In the following text the creation of an agent (with the agent keyword or the tilde operator) is called the agent creation.
Wrapper generation
class C feature f (p1, p2: INTEGER; p3: STRING): STRING do ... end end