com.soyatec.bpmn
Interface Multiple

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EventDetail, org.eclipse.emf.common.notify.Notifier

public interface Multiple
extends EventDetail

A representation of the model object 'Multiple'. Multiple is used in the definition of type of event. It contains other types.

The following features are supported:

See Also:
BPMNPackage.getMultiple()

Method Summary
 org.eclipse.emf.common.util.EList getTriggers()
          Returns the value of the 'Triggers' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTriggers

org.eclipse.emf.common.util.EList getTriggers()
Returns the value of the 'Triggers' containment reference list. The list contents are of type EventDetail.

If the meaning of the 'Triggers' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Triggers' containment reference list.
See Also:
BPMNPackage.getMultiple_Triggers()