|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessObject
A representation of the model object 'Process Object'.
The following features are supported:
BPMNPackage.getProcessObject()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getCategories()
Returns the value of the 'Categories' attribute list. |
java.lang.String |
getDocumentation()
Returns the value of the 'Documentation' attribute |
org.eclipse.emf.common.util.EList |
getIncomingEdges()
Returns the value of the 'Incoming Edges' reference list. |
org.eclipse.emf.common.util.EList |
getOutgoingEdges()
Returns the value of the 'Outgoing Edges' containment reference list. |
void |
setDocumentation(java.lang.String value)
Sets the value of the ' Documentation ' attribute |
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 |
---|
org.eclipse.emf.common.util.EList getCategories()
String
.
If the meaning of the 'Categories' attribute list isn't clear, there really should be more of a description here...
BPMNPackage.getProcessObject_Categories()
java.lang.String getDocumentation()
If the meaning of the 'Documentation' attribute isn't clear, there really should be more of a description here...
setDocumentation(String)
,
BPMNPackage.getProcessObject_Documentation()
void setDocumentation(java.lang.String value)
Documentation
' attribute.
value
- the new value of the 'Documentation' attribute.getDocumentation()
org.eclipse.emf.common.util.EList getOutgoingEdges()
ConnectingObject
.
It is bidirectional and its opposite is 'Source
'.
If the meaning of the 'Outgoing Edges' containment reference list isn't clear, there really should be more of a description here...
BPMNPackage.getProcessObject_OutgoingEdges()
,
ConnectingObject.getSource()
org.eclipse.emf.common.util.EList getIncomingEdges()
ConnectingObject
.
It is bidirectional and its opposite is 'Target
'.
If the meaning of the 'Incoming Edges' reference list isn't clear, there really should be more of a description here...
BPMNPackage.getProcessObject_IncomingEdges()
,
ConnectingObject.getTarget()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |