|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Event
A representation of the model object 'Event'. This class defines the commun behaviors of all events such as Start End, Intermediate Event and End Event.
The following features are supported:
BPMNPackage.getEvent()| Method Summary | |
|---|---|
java.lang.String |
getEventType()
Returns the value of the 'Event Type' attribute. |
java.lang.String |
getImplementation()
Returns the value of the 'Implementation' attribute. |
Link |
getLink()
Returns the value of the 'Link' reference |
Message |
getMessage()
Returns the value of the 'Message' containment reference |
void |
setImplementation(java.lang.String value)
Sets the value of the ' Implementation' attribute |
void |
setLink(Link value)
Sets the value of the ' Link' reference |
void |
setMessage(Message value)
Sets the value of the ' Message' containment reference |
| 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 |
|---|
Link getLink()
If the meaning of the 'Link' reference isn't clear, there really should be more of a description here...
setLink(Link),
BPMNPackage.getEvent_Link()void setLink(Link value)
Link' reference.
value - the new value of the 'Link' reference.getLink()Message getMessage()
If the meaning of the 'Message' containment reference isn't clear, there really should be more of a description here...
setMessage(Message),
BPMNPackage.getEvent_Message()void setMessage(Message value)
Message' containment reference.
value - the new value of the 'Message' containment reference.getMessage()java.lang.String getEventType()
"Start".
If the meaning of the 'Event Type' attribute isn't clear, there really should be more of a description here...
BPMNPackage.getEvent_EventType()java.lang.String getImplementation()
"Web Service".
If the meaning of the 'Implementation' attribute isn't clear, there really should be more of a description here...
setImplementation(String),
BPMNPackage.getEvent_Implementation()void setImplementation(java.lang.String value)
Implementation' attribute.
value - the new value of the 'Implementation' attribute.getImplementation()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||