com.soyatec.bpmn
Interface EndEvent

All Superinterfaces:
BPMNObject, org.eclipse.emf.ecore.EObject, Event, FlowObject, LaneElement, org.eclipse.emf.common.notify.Notifier, ProcessObject

public interface EndEvent
extends Event

A representation of the model object 'End Event'.

The following features are supported:

As the name implies, the End Event indicates where a process will end. In terms of Sequence Flow, the End Event ends the flow of the Process, and thus, will not have any outgoing Sequence Flow—no Sequence Flow can connect from an End Event.

The following features are supported:

See Also:
BPMNPackage.getEndEvent()

Method Summary
 Activity getActivity()
          Returns the value of the 'Activity' reference
 EventDetail getResult()
          Returns the value of the 'Result' containment reference
 void setActivity(Activity value)
          Sets the value of the 'Activity' reference
 void setResult(EventDetail value)
          Sets the value of the 'Result' containment reference
 
Methods inherited from interface com.soyatec.bpmn.Event
getEventType, getImplementation, getLink, getMessage, setImplementation, setLink, setMessage
 
Methods inherited from interface com.soyatec.bpmn.FlowObject
getAssignments, getName, getProcess, setName
 
Methods inherited from interface com.soyatec.bpmn.LaneElement
getLanes, getPool, setPool
 
Methods inherited from interface com.soyatec.bpmn.ProcessObject
getCategories, getDocumentation, getIncomingEdges, getOutgoingEdges, setDocumentation
 
Methods inherited from interface com.soyatec.bpmn.BPMNObject
getChildren
 
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

getResult

EventDetail getResult()
Returns the value of the 'Result' containment reference.

If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Result' containment reference.
See Also:
setResult(EventDetail), BPMNPackage.getEndEvent_Result()

setResult

void setResult(EventDetail value)
Sets the value of the 'Result' containment reference.

Parameters:
value - the new value of the 'Result' containment reference.
See Also:
getResult()

getActivity

Activity getActivity()
Returns the value of the 'Activity' reference.

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

Returns:
the value of the 'Activity' reference.
See Also:
setActivity(Activity), BPMNPackage.getEndEvent_Activity()

setActivity

void setActivity(Activity value)
Sets the value of the 'Activity' reference.

Parameters:
value - the new value of the 'Activity' reference.
See Also:
getActivity()