|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntermediateEvent
A representation of the model object 'Intermediate Event'.
Intermediate Events occur between a Start Event and an End Event. This is an event that occurs after a Process has been
started. It will affect the flow of the process, but will not start or (directly) terminate the process. Intermediate Events can
be used to:
The following features are supported:
BPMNPackage.getIntermediateEvent()
Method Summary | |
---|---|
Activity |
getActivity()
Returns the value of the 'Activity' reference |
Activity |
getTarget()
Returns the value of the 'Target' reference |
EventDetail |
getTrigger()
Returns the value of the 'Trigger' containment reference |
void |
setActivity(Activity value)
Sets the value of the ' Activity ' reference |
void |
setTarget(Activity value)
Sets the value of the ' Target ' reference |
void |
setTrigger(EventDetail value)
Sets the value of the ' Trigger ' 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 |
---|
Activity getTarget()
If the meaning of the 'Target' reference isn't clear, there really should be more of a description here...
setTarget(Activity)
,
BPMNPackage.getIntermediateEvent_Target()
void setTarget(Activity value)
Target
' reference.
value
- the new value of the 'Target' reference.getTarget()
Activity getActivity()
If the meaning of the 'Activity' reference isn't clear, there really should be more of a description here...
setActivity(Activity)
,
BPMNPackage.getIntermediateEvent_Activity()
void setActivity(Activity value)
Activity
' reference.
value
- the new value of the 'Activity' reference.getActivity()
EventDetail getTrigger()
If the meaning of the 'Trigger' attribute isn't clear, there really should be more of a description here...
setTrigger(EventDetail)
,
BPMNPackage.getIntermediateEvent_Trigger()
void setTrigger(EventDetail value)
Trigger
' containment reference.
value
- the new value of the 'Trigger' containment reference.getTrigger()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |