Interface EmitEventAction

  • All Superinterfaces:
    AbstractAction, CallAction, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, NamedElement, Notifier
    All Known Implementing Classes:
    EmitEventActionImpl

    public interface EmitEventAction
    extends AbstractAction, CallAction
    A representation of the model object 'Emit Event Action'. EmitEventAction specifies when a component emits an event during its processing. To enable the specification of the EventType characteristics, the EmitEventAction extends the CallAction. The EmitEventAction defines which type of events are emited, their characteristics and the SourceRole that triggered. Each EmitEventAction is limited to one type of events. To support multiple types of events, multiple EmitEventActions have to be used.

    The following features are supported:

    See Also:
    SeffPackage.getEmitEventAction()
    Generated class or method.
    EMF model class or method.