call
To invoke an operation or a behavior.
See also action, call trigger.
Semantics
A call is an action that invokes an operation on a target object. A call supplies actual values for the parameters of the operation. Each value must be compatible with its corresponding parameter; that is, it must be of the same type or of a descendant type. If the operation has default parameters, they may be omitted from the call and the default values will be automatically supplied. The call operation action has the operation as a static parameter of the action and has run-time input values for the target object and arguments.
Information about the call, including the argument values and, for a synchronous call, information sufficient to return control to the ...
Get Unified Modeling Language Reference Manual, The, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.