Interface SendSignalAction

  • All Superinterfaces:
    Action, ActivityNode, Comparable<Object>, Element, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, ExecutableNode, InvocationAction, MDWEObject, MDWObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement

    public interface SendSignalAction
    extends InvocationAction
    A representation of the model object 'Send Signal Action'. A send signal action is an action that creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor. If the input is already a signal instance, use a send object action.

    The following features are supported:

    See Also:
    UMLPackage.getSendSignalAction()
    • Method Detail

      • setTarget

        void setTarget​(InputPin value)
        Sets the value of the 'Target' containment reference.
        Parameters:
        value - the new value of the 'Target' containment reference.
        See Also:
        getTarget()
      • createTarget

        InputPin createTarget​(String name,
                              Type type,
                              org.eclipse.emf.ecore.EClass eClass)
        Creates a new InputPin, with the specified 'Name', and 'Type', and sets the 'Target' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        eClass - The Ecore class of the InputPin to create.
        Returns:
        The new InputPin.
        See Also:
        getTarget()
      • createTarget

        InputPin createTarget​(String name,
                              Type type)
        Creates a new InputPin,with the specified 'Name', and 'Type', and sets the 'Target' containment reference.
        Parameters:
        name - The 'Name' for the new InputPin, or null.
        type - The 'Type' for the new InputPin, or null.
        Returns:
        The new InputPin.
        See Also:
        getTarget()
      • setSignal

        void setSignal​(Signal value)
        Sets the value of the 'Signal' reference.
        Parameters:
        value - the new value of the 'Signal' reference.
        See Also:
        getSignal()
      • validateNumberOrder

        boolean validateNumberOrder​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                    Map context)
        The number and order of argument pins must be the same as the number and order of attributes in the signal. true
      • validateTypeOrderingMultiplicity

        boolean validateTypeOrderingMultiplicity​(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
                                                 Map context)
        The type, ordering, and multiplicity of an argument pin must be the same as the corresponding attribute of the signal. true