Interface AcceptEventAction

All Superinterfaces:
Action, ActivityNode, BaseElement, Cloneable, Comparable, Element, org.eclipse.emf.ecore.EObject, ExecutableNode, MDObject, com.dassault_systemes.modeler.foundation.model.ModelElement, ModelObject, NamedElement, org.eclipse.emf.common.notify.Notifier, RedefinableElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
All Known Subinterfaces:
AcceptCallAction

public interface AcceptEventAction extends Action
A representation of the model object 'Accept Event Action'.

An AcceptEventAction is an Action that waits for the occurrence of one or more specific Events.

The following features are supported:

See Also:
Model:
annotation="MOF package='actions.mdcompleteactions'"
Generated:
  • Method Details

    • isUnmarshall

      boolean isUnmarshall()
      Returns the value of the 'Unmarshall' attribute. The default value is "false". Indicates whether there is a single OutputPin for a SignalEvent occurrence, or multiple OutputPins for attribute values of the instance of the Signal associated with a SignalEvent occurrence.
      Returns:
      the value of the 'Unmarshall' attribute.
      See Also:
      Model:
      default="false" dataType="com.nomagic.uml2.ext.magicdraw.Boolean" required="true" ordered="false"
      Generated:
    • setUnmarshall

      void setUnmarshall(boolean value)
      Sets the value of the 'Unmarshall' attribute.
      Parameters:
      value - the new value of the 'Unmarshall' attribute.
      See Also:
      Generated:
    • getResult

      List<OutputPin> getResult()
      Returns the value of the 'Result' containment reference list. The list contents are of type OutputPin. It is bidirectional and its opposite is 'accept Event Action Of Result'. OutputPins holding the values received from an Event occurrence.
      Returns:
      the value of the 'Result' containment reference list.
      See Also:
      Model:
      opposite="_acceptEventActionOfResult" containment="true" resolveProxies="true"
      Generated:
    • getTrigger

      Collection<Trigger> getTrigger()
      Returns the value of the 'Trigger' containment reference list. The list contents are of type Trigger. It is bidirectional and its opposite is 'accept Event Action Of Trigger'. The Triggers specifying the Events of which the AcceptEventAction waits for occurrences.
      Returns:
      the value of the 'Trigger' containment reference list.
      See Also:
      Model:
      opposite="_acceptEventActionOfTrigger" containment="true" resolveProxies="true" required="true" ordered="false"
      Generated:
    • hasResult

      boolean hasResult() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated:
    • hasTrigger

      boolean hasTrigger() throws javax.jmi.reflect.JmiException
      Throws:
      javax.jmi.reflect.JmiException
      Generated: