com.soyatec.bpmn
Interface Gate

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

public interface Gate
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Gate'.

The following features are supported:

See Also:
BPMNPackage.getGate()

Method Summary
 org.eclipse.emf.common.util.EList getAssignments()
          Returns the value of the 'Assignments' containment reference list.
 SequenceFlow getOutgoingSequenceFlow()
          Returns the value of the 'Outgoing Sequence Flow' reference.
 void setOutgoingSequenceFlow(SequenceFlow value)
          Sets the value of the 'Outgoing Sequence Flow' reference
 
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

getAssignments

org.eclipse.emf.common.util.EList getAssignments()
Returns the value of the 'Assignments' containment reference list. The list contents are of type Assignment.

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

Returns:
the value of the 'Assignments' containment reference list.
See Also:
BPMNPackage.getGate_Assignments()

getOutgoingSequenceFlow

SequenceFlow getOutgoingSequenceFlow()
Returns the value of the 'Outgoing Sequence Flow' reference. It is bidirectional and its opposite is 'Gate'.

If the meaning of the 'Outgoing Sequence Flow' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Outgoing Sequence Flow' reference.
See Also:
setOutgoingSequenceFlow(SequenceFlow), BPMNPackage.getGate_OutgoingSequenceFlow(), SequenceFlow.getGate()

setOutgoingSequenceFlow

void setOutgoingSequenceFlow(SequenceFlow value)
Sets the value of the 'Outgoing Sequence Flow' reference.

Parameters:
value - the new value of the 'Outgoing Sequence Flow' reference.
See Also:
getOutgoingSequenceFlow()