|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndEvent
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:
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 |
---|
EventDetail getResult()
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
setResult(EventDetail)
,
BPMNPackage.getEndEvent_Result()
void setResult(EventDetail value)
Result
' containment reference.
value
- the new value of the 'Result' containment reference.getResult()
Activity getActivity()
If the meaning of the 'Activity' reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
BPMNPackage.getEndEvent_Activity()
void setActivity(Activity value)
Activity
' reference.
value
- the new value of the 'Activity' reference.getActivity()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |