|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StartEvent
A representation of the model object 'Start Event'. 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.getStartEvent()
Method Summary | |
---|---|
Rule |
getRule()
Returns the value of the 'Rule' reference |
EventDetail |
getTrigger()
Returns the value of the 'Trigger' containment reference |
void |
setRule(Rule value)
Sets the value of the ' Rule ' 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 |
---|
Rule getRule()
If the meaning of the 'Rule' reference isn't clear, there really should be more of a description here...
setRule(Rule)
,
BPMNPackage.getStartEvent_Rule()
void setRule(Rule value)
Rule
' reference.
value
- the new value of the 'Rule' reference.getRule()
EventDetail getTrigger()
If the meaning of the 'Trigger' attribute isn't clear, there really should be more of a description here...
setTrigger(EventDetail)
,
BPMNPackage.getStartEvent_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 |