Class ANCallBehaviorHelper


  • public abstract class ANCallBehaviorHelper
    extends java.lang.Object
    A CallBehaviorAction is a call action that invokes a behavior directly rather than invoking a behavioral feature that, in turn, results in the invocation of that behavior. The argument values of the action are available to the execution of the invoked behavior. For synchronous calls, the execution of the call behavior action waits until the execution of the invoked behavior completes and a result is returned on its output pin. The action completes immediately without a result if the call is asynchronous.
    See Also:
    ANCallBehavior